@charset "utf-8";
/* ---------------------------------------------------------------------------------
ファーレグループ　
Copyright(C) FARE GROUP . All Rights Reserved

XHTML CSS Selectors ALEXANDRE

$Revision: 1.0 $
--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------
基本背景設定
--------------------------------------------------------------------------------- */

/*ヘッダー背景*/
body {
	background-image: url(../img/service/KERASKIN/header_bg.jpg);

}
/*ヘッダー*/
div#headerArea {
	background-image: url(../img/service/KERASKIN/header.jpg);
}

/*コンテンツ*/

div#contentsWrapper div#contentsColumn h3#concept {
	background-image: url(../img/service/KERASKIN/title_concept.jpg);
}
div#contentsWrapper div#contentsColumn h3#menuTitle {
	height: 65px;
	width: 630px;
	background-image: url(../img/service/KERASKIN/title_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 18px;
	text-indent: -9999px;
}

/*サイド*/
div#contentsWrapper div#sideColumn h3 {
	background-image: url(../img/service/KERASKIN/side_title.jpg);
}
div#contentsWrapper div#sideColumn div#sideBlock {
	background-image: url(../img/service/KERASKIN/side_bg.jpg);
}
div#contentsWrapper div#sideColumn div#sideBlock ul li {
	background-image: url(../img/service/KERASKIN/btn_side_navi.jpg);
}

div#contentsWrapper div#sideColumn div#sideFooter {
	background-image: url(../img/service/KERASKIN/side_footer.jpg);
}

/*フッター*/
div#footerArea {
	background-image: url(../img/service/KERASKIN/footer_bg.jpg);
}
div#footerArea div#footerBlock {
	background-image: url(../img/service/KERASKIN/footer.jpg);
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
div#contentsWrapper div#contentsColumn div#conceptBlock01 {
	padding-bottom: 23px;
	margin-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3A380;
}
div#contentsWrapper div#contentsColumn div#conceptBlock01 p {
	font-size: 130%;
	padding-bottom: 1em;
	line-height: 130%;
}

div#contentsWrapper div#contentsColumn div#conceptBlock02 {
	padding-top: 10px;
	padding-bottom: 23px;
	margin-left: 28px;
}
div#contentsWrapper div#contentsColumn div#conceptBlock02 h4 {
	font-size: 150%;
	padding-bottom: 1em;
	line-height: 100%;
}
div#contentsWrapper div#contentsColumn div#conceptBlock02 p {
	padding-bottom: 1em;
	line-height: 130%;
}

div#contentsWrapper div#contentsColumn div.menuBlock {
	margin-left: 28px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3A380;
}
div#contentsWrapper div#contentsColumn div.menuBlock div.menuDetailBox {
	width: 387px;
	float: right;
	padding-top: 15px;
}
div#contentsWrapper div#contentsColumn div.menuBlock div.menuDetailBox h4 {
	font-size: 17px;
	padding-bottom: 5px;
}
div#contentsWrapper div#contentsColumn div.menuBlock div.menuDetailBox h5 {
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 15px;
}

div#contentsWrapper div#contentsColumn div.menuBlock p.menuImage {
	float: left;
	width: 200px;
}








