@charset "UTF-8";
/*
###################################

    きもとWeb　専用CSS

###################################
*/

/* ###### CONTENT TOP ###### */
#wrapContentTop {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:none;
}

/* ###### BREAD CLUMB LIST ###### */
#breadClumb {
	height: 27px;
	padding-top: 13px;
	font-size: 11px;
	color:#fff9ee;
}
#breadClumb a {
	text-decoration: underline;
	color:#fff9ee;
}

#content {
	background: url(../../../kimoto/img/bg_kimoto.jpg) repeat left top;
}


/* ########## MAIN VISUAL ########## */
#mainVisual {
	left: 0;
	width: 100%;
	margin-left: 0px;
}


/* ########## BOTTOM CONTENT ########## */
#wrapContentBtm {
	width: 900px;
	padding-top:430px;
	color:#1d160c;
}
#wrapContentBtm p {
	margin-bottom: 1.6;
}


/* ########## Contents Footer ########## */
#kimoto_footer {
	background-color:#730a12;
	color:#fff8ec;
	width:900px;
	margin:0 auto;
	font-size:11px;
	background: url(../../../kimoto/img/footer_line.gif) repeat-y;
	padding-bottom:20px;
	padding-top:20px;
}
/*#kimoto_footer ul.layer1{
	float:left;
	width:185px;
	padding:0 20px 0 20px;
}
#kimoto_footer ul.layer1 li{
	font-weight:bold;
	zoom:1;
}*/

#kimoto_footer .layer1{
	float:left;
	width:185px;
	padding:0 20px 0 20px;
}
#kimoto_footer .layer1 p{
	font-weight:bold;
	color:#fff;
	zoom:1;
}


#kimoto_footer ul.layer2{
	padding-top:5px;
}
#kimoto_footer ul.layer2 li{
	font-weight:normal;
	background: url(../../../kimoto/img/footer_arrow.gif) no-repeat left 5px;
	padding:0 0 0 10px;
}
#kimoto_footer a:link, 
#kimoto_footer a:visited, 
#kimoto_footer a.active {
	color:#dab9b2;
	text-decoration: none;
}

#kimoto_footer a:hover {
	color:#fff8ec;
	text-decoration: underline;
}


/* ########## Share ########## */
#snsButtons {
	width:900px;
	margin:0 auto;
	color:#fff9ee;
	font-size:11px;
	padding-top:15px;
}
#snsButtons ul{
	float:right;
}
#snsButtons li{
	float:left;
	overflow:hidden;
	margin-left:5px;
}


/* iepngfix */
#mainVisual #area .kimoto img,
#kimoto_area .kimoto_title img,
#side_area h4 img{
	behavior: url(../../common/js/iepngfix.htc);
}


