@charset "utf-8";
/* ---------------------------------------------------------------------------------
ファーレグループ　
Copyright(C) FARE GROUP . All Rights Reserved

XHTML CSS Selectors common service

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
/*フォント初期化設定*/

h1,h2,h3,h4,h5,h6 {
    font-size: 100%; /* hタグの文字サイズを全体のフォントサイズに合わせる */
}
body {
    font-size: 62.5%; /* 全体のフォントサイズを1em=10pxにする */
}
table {
    font-size: 100%; /* テーブルのフォントサイズを1em=10pxにする */
}
p,li,dt,dd,th,td {
	font-size: 110%; /* フォントサイズを1em=12pxにする */
	font-weight: normal;
}
input,textarea,select,option {
	font-size: 110%; /* フォントサイズを1em=12pxにする(継承) */
}

/*初期設定*/
body,div,pre,p,
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
table,th,td,embed,object { 
	margin: 0px; 
	padding: 0px; 
}
body {
	color: #000000;
	line-height: 175%;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
div#headerArea {
	height: 73px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 85px;
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#headerArea h1 {
	height: 70px;
	width: 270px;
	float: left;
}
div#headerArea h1 a {
	display: block;
	height: 70px;
	width: 270px;
	text-indent: -9999px;
}

div#headerArea p#headerNavi {
	width: 300px;
	padding-top: 40px;
	text-align: right;
	float: right;
	font-size: 11px;
	line-height: 11px;
}
div#headerArea p#headerNavi a {
	font-size: 11px;
	color: #FFFFFF;
}


/*---------------------------------------------------------------------------------
メインビジュアル
--------------------------------------------------------------------------------- */
h2#mainImage {
	height: 480px;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
div#contentsWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}

div#contentsWrapper div#contentsColumn {
	float: right;
	width: 630px;
}

div#contentsWrapper div#contentsColumn h3#concept {
	height: 75px;
	width: 630px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
/*リンク*/
div#contentsWrapper div#contentsColumn h3#links {
	height: 75px;
	width: 630px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 18px;
	text-indent: -9999px;
}
div#contentsWrapper div#contentsColumn p.banner {
	float: left;
	width: 274px;
	padding-bottom: 28px;
	padding-left: 41px;
}

/*商品一覧*/
div#contentsWrapper div#contentsColumn h3.category {
	height: 63px;
	width: 602px;
	padding-top: 12px;
	padding-left: 28px;
	background-image: url(../img/service/products_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 26px;
	font-weight: bold;
	color: #8A7737;
	line-height: 26px;
}
div#contentsWrapper div#contentsColumn h3.category span.subName {
	font-size: 15px;
}
div#contentsWrapper div#contentsColumn p#listText {
	padding-bottom: 23px;
	margin-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3A380;
}

div#contentsWrapper div#contentsColumn div.productsBlock {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3A380;
	margin-left: 28px;
}
div#contentsWrapper div#contentsColumn div.productsBlock div.productsBox {
	float: right;
	width: 385px;
}
div#contentsWrapper div#contentsColumn div.productsBlock div.productsBox h4 {
/*	height: 26px;*/
	width: 372px;
	padding-top: 7px;
	padding-left: 13px;
	padding-bottom: 5px;
	background-image: url(../img/service/products_name_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #947D4B;
	margin-bottom: 17px;
}
div#contentsWrapper div#contentsColumn div.productsBlock div.productsBox p.price {
	font-size: 120%;
	color: #947D4B;
	padding-bottom: 1em;
}
div#contentsWrapper div#contentsColumn div.productsBlock p.productsImage {
	width: 204px;
	border: 1px solid #949183;
	float: left;
	text-align: center;
}


/*---------------------------------------------------------------------------------
サイドナビ
--------------------------------------------------------------------------------- */
div#contentsWrapper div#sideColumn {
	float: left;
	width: 240px;
}
div#contentsWrapper div#sideColumn h3 {
	height: 75px;
	width: 240px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#contentsWrapper div#sideColumn div#sideBlock {
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-position: left top;
}
div#contentsWrapper div#sideColumn div#sideBlock ul {
	list-style-type: none;
}
div#contentsWrapper div#sideColumn div#sideBlock ul li {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	width: 220px;
}
div#contentsWrapper div#sideColumn div#sideBlock ul li a {
	display: block;
	padding-left: 24px;
	height: 39px;
	padding-top: 18px;
	color: #000000;
}

div#contentsWrapper div#sideColumn div#sideFooter {
	height: 50px;
	width: 240px;
	background-repeat: no-repeat;
	background-position: left top;
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
div#footerArea {
	height: 43px;
	background-repeat: repeat-x;
	background-position: left top;
}
div#footerArea div#footerBlock {
	height: 26px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 16px;
}
div#footerArea div#footerBlock p#footerNavi a {
	line-height: 100%;
	color: #FFFFFF;
}
div#footerArea div#footerBlock p#copyright {
	font-size: 8px;
	line-height: 8px;
	width: 910px;
	text-indent: -9999px;
}









