@charset "utf-8";

/* Base
-------------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
* {
	font-size: 100%;
}
body {
	color: #444444;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/background.jpg) repeat center top;
	text-align: center;
	/*\*/
	letter-spacing: 0.075em;
	/**/
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img { border: none; vertical-align: bottom; }

a:link    { color: #949384; text-decoration: underline; }
a:visited { color: #949384; text-decoration: underline; }
a:hover   { color: #948F6A; text-decoration: none; }
a:active  { color: #949384; text-decoration: none; }



/* --ClearFix-- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Container
-------------------------------------------------------------------------------------------*/
#container {
	width: 990px;
	margin: 0 auto;
	background: url(../images/common/background_container.jpg) repeat center top;
	text-align: left;
}
/* --ClearFix-- */
#container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #container {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Logo And Navigation (right)
-------------------------------------------------------------------------------------------*/

/* Navigation
------------------------ */
#logoAndNav {
	width: 188px;
	float: right;
	margin-right: 20px;
	display: inline;
	text-align: right;
}
#logoAndNav ul {
	padding-bottom: 35px;
	height: 100%;/*IE7*/
}
#logoAndNav ul li {
	float: right;
	list-style: none;
}
/* --ClearFix-- */
#logoAndNav ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #logoAndNav ul {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#logoAndNav ul li a {
	display:block;
}
#logoAndNav ul li.nav01 { background: url(../images/navigation/nav_01b.jpg); width:37px; }
#logoAndNav ul li.nav02 { background: url(../images/navigation/nav_02b.jpg); width:37px; }
#logoAndNav ul li.nav03 { background: url(../images/navigation/nav_03b.jpg); width:37px; }
#logoAndNav ul li.nav04 { background: url(../images/navigation/nav_04b.jpg); width:37px; }
#logoAndNav ul li.nav05 { background: url(../images/navigation/nav_05b.jpg); width:39px; }

#logoAndNav ul li.nav06 { background: url(../images/navigation/nav_06b.jpg); width:37px; }
#logoAndNav ul li.nav07 { background: url(../images/navigation/nav_07b.jpg); width:37px; }
#logoAndNav ul li.nav08 { background: url(../images/navigation/nav_08b.jpg); width:37px; }
#logoAndNav ul li.nav09 { background: url(../images/navigation/nav_09b.jpg); width:37px; }
#logoAndNav ul li.nav10 { background: url(../images/navigation/nav_10b.jpg); width:39px; }

#logoAndNav ul li a:hover {
	background-color:transparent;
}
#logoAndNav ul li a:hover img {
	visibility:hidden;
}



/* BlogBanner
------------------------ */
#logoAndNav dl.blogBanner {
	margin-bottom: 35px;
}
#logoAndNav dl.blogBanner dt {
	margin-bottom: 5px;
}
#logoAndNav dl.blogBanner dd {
	color: #B6B3A8;
	margin: 0 2px 0 4px;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;	
}
#logoAndNav dl.blogBanner dd span {
	float: right;
	font-size: 85%;
}



/* RankingArea
------------------------ */
#logoAndNav #rankingArea {
	width: 186px;
	color: #B6B3A8;
	text-align: justify;
	text-justify: inter-ideograph;
}

#logoAndNav #rankingArea a:link    { color: #949384; text-decoration: none; }
#logoAndNav #rankingArea a:visited { color: #949384; text-decoration: none; }
#logoAndNav #rankingArea a:hover   { color: #949384; text-decoration: underline; }
#logoAndNav #rankingArea a:active  { color: #949384; text-decoration: none; }

#logoAndNav #rankingArea dt.title {
	margin-bottom: 10px;
}

/* --2階層目-- */
#logoAndNav #rankingArea dd.rankBox dl {
	width: 186px;
	margin-bottom: 10px;
	height: 100%; /*IE7*/
}
#logoAndNav #rankingArea dd.rankBox dl dt {
	line-height: 1.8;
	padding-left: 22px;
	font-weight: bold;
}
#logoAndNav #rankingArea dd.rankBox dl dt.rank1 { background: url(../images/ranking/rank_marker_01.jpg) no-repeat 0 0; }
#logoAndNav #rankingArea dd.rankBox dl dt.rank2 { background: url(../images/ranking/rank_marker_02.jpg) no-repeat 0 0; }
#logoAndNav #rankingArea dd.rankBox dl dt.rank3 { background: url(../images/ranking/rank_marker_03.jpg) no-repeat 0 0; }


#logoAndNav #rankingArea dd.rankBox dl dd.text {
	width: 100px;
	float: left;
	padding-top: 2px;
	font-size: 90%;
	line-height: 1.4;
}

#logoAndNav #rankingArea dd.rankBox dl dd img {
	width: 75px;
	float: right;
	margin-top: -20px;
}
* html #logoAndNav #rankingArea dd.rankBox dl dd img  {
	margin-right: -2px; /*IE6*/
}


/* Content
-------------------------------------------------------------------------------------------*/
#content {
	width: 725px;
	float: left;
	margin: 0 0 0 20px;
	display: inline;
	background: url(../images/common/background_right.jpg) repeat-y right top;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.headCommentTop {
	width: 655px !important;
	width /**/: 685px;
	padding: 7px 0 0 30px;
	margin-bottom: 30px;
	border-top: 4px solid #1A170C;
	color: #888675;
	font-size: 85%;
	background: url(../images/common/head_comment_marker.jpg) no-repeat 15px 10px;
}
p.headCommentCommon {
	width: 655px !important;
	width /**/: 685px;
	padding: 7px 0 0 30px;
	margin-bottom: 5px;
	border-top: 4px solid #1A170C;
	color: #888675;
	font-size: 85%;
	background: url(../images/common/head_comment_marker.jpg) no-repeat 15px 10px;
}

/* TopicPath
-------------------------------------------------------------------------------------------*/
.topicPath {
	margin: 0 0 40px 30px;
	font-size: 85%;
}
.topicPath li {
	display: inline;
	list-style: none;
}

/* h1
-------------------------------------------------------------------------------------------*/
content h1 {
	margin-bottom: 15px;
}



/* PageTop
-------------------------------------------------------------------------------------------*/
p.pageTop {
	width: 685px;
	margin: 0 2px 5px 0;
	text-align: right;
}






/* InquiryBox
-------------------------------------------------------------------------------------------*/
#inquiryBox {
	width: 661px !important;
	width /**/: 685px;
	padding: 20px 0 25px 18px;
	border: 3px solid #E5E1D6;
	margin-bottom: 17px;
	position: relative;
}

#inquiryBox h4 {
	width: 141px;
	float: left;
}
#inquiryBox p.commentText {
	float: left;
	height: 28px;
	padding: 4px 15px 0 10px;
	background: url(../images/common/inquiry_dot.jpg) no-repeat right top;
}
#inquiryBox .telBox {
	clear: both;
	float: left;
	width: 174px !important;
	width /**/: 244px;
	height: 88px;
	padding-left: 70px;
	background: url(../images/common/inquiry_tel_icon.jpg) no-repeat left top;
}
#inquiryBox .telBox h5 {
	margin-top: 17px;
}

#inquiryBox .mailBox {
	width: 222px !important;
	width /**/: 295px;
	height: 88px;
	padding-left: 73px;
	position: absolute;
	top: 52px !important;
	top /**/: 48px;
	left: 364px;
	background: url(../images/common/inquiry_mail_icon.jpg) no-repeat left top;
}
#inquiryBox .mailBox  h5 {
	margin-top: 17px;
}






/* FootLink
-------------------------------------------------------------------------------------------*/
#linkBox {
	width: 649px !important;
	width /**/: 685px;
	padding: 10px 15px 25px 15px;
	border: 3px solid #E5E1D6;
	margin-bottom: 100px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#linkBox li,  #linkBox dt, #linkBox dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

#linkBox li a{
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
}
html>/**/body #linkBox a {
	display: block; /*fireFox*/
} 


/* MenuList
------------------------ */
#linkBox dl.linkMenu {
	width: 199px;
	float: left;
	margin-right: 26px;
}
#linkBox dl.linkMenu dt {
	margin: 10px 0 10px 0;
	padding: 0 0 15px 0;
	background: url(../images/footLink/dotline.jpg) no-repeat left bottom;
}
#linkBox dl.linkMenu dd {
	padding-bottom: 10px;
	background: url(../images/footLink/dotline.jpg) no-repeat left bottom;
}

/* --2階層目-- */
#linkBox dl.linkMenu dl {
	padding: 0;
	width: 200px;
	line-height: 1.3;
}
#linkBox dl.linkMenu dl dt {
	float: left;
	clear:both;
	width: 38px;
	height: 25px;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}
#linkBox dl.linkMenu dl dt img {
	 vertical-align: baseline; 
}
#linkBox dl.linkMenu dl dd {
	padding: 0;
	font-size: 85%;
	background: none;
}
#linkBox dl.linkMenu dl dd.layoutA {
	float: left;
	margin-right: 10px;
}

#linkBox dl.linkMenu dl.layoutB dd {
	margin: 0 0 10px 53px;
	background: none;
}

/* --ClearFix-- */
#linkBox dl.linkMenu dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #linkBox dl.linkMenu dl {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* Center.Right
------------------------ */
#linkBox ul.link01 {
	width: 199px;
	float: left;
	margin-right: 26px;
}
#linkBox ul.link02 {
	width: 199px;
	float: left;
}
#linkBox ul.link01 li, #linkBox ul.link02 li {
	margin-top: 10px;
	padding: 0 0 15px 0;
	background: url(../images/footLink/dotline.jpg) no-repeat left bottom;
}





/* FootStoreInfomation
-------------------------------------------------------------------------------------------*/
#footStoreInfo {
	width: 685px;
	height: 173px;
	position: relative;
	color: #888675;
}

#footStoreInfo dl {
	margin-top: 65px;
	line-height: 1.3;
	position: relative;
	z-index: 5;
}

#footStoreInfo dl.store01 {
	width: 270px;
	float: left;
	margin-left: 125px;
	display: inline;
}

#footStoreInfo dl.store02 {
	width: 270px;
	position: absolute;
	top: 0px;
	left: 410px;
}
#footStoreInfo dl dt {
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 15px;
}
#footStoreInfo dl dd {
	padding-left: 15px;
}
#footStoreInfo dl.store01 dt {
	background: url(../images/common/foot_marker01.jpg) no-repeat 0 3px;
}

#footStoreInfo dl.store02 dt {
	background: url(../images/common/foot_marker02.jpg) no-repeat 0 3px;
}

#footStoreInfo .footLogo {
	width: 203px;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
}





/* Foot
-------------------------------------------------------------------------------------------*/
#foot {
	width: 100%;
	height: 27px;
	background: url(../images/common/background_foot.gif) repeat-x left top;
	text-align: center;
}
#foot p {
	width: 990px;
	margin: 0 auto;
}

#foot p img {
	width: 407px;
	margin-top: 7px;
	margin-right: -13px;
}





