@charset "shift-jis";

/* default sytle
--------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

ul{
	list-style-type:none;
}

hr{
	display:none;
}

address{
	font-style:normal;
}


/* basic sytle
--------------------------------------------------*/
body{
	background:#ffffff;
	color:#666666;
	font-size:80%;
	_font-size:73%;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

a:link,
a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover,
a:active{
	color:#666666;
	text-decoration:underline;
}


/* general purpose text size
--------------------------------------------------*/
.f10,
.fl10{
	font-size:83%;
}

.f11,
.fl11{
	font-size:90%;
}

.f11c,
.fl11c{
	font-size:90%;
	padding-left:22px;
}
.f12,
.fl12{
	font-size:100%;
}

.f12b,
.fl12b{
	color:#000000;
	font-size:100%;
	padding-left:11px;
}

.f12c,
.fl12c{
	font-size:100%;
	padding-left:11px;
}
.f12d,
.fl12d{
	font-size:100%;
	padding:11px 11px 0px 11px;
}
.f12e,
.fl12e{
	color:#ff6633;
	font-size:100%;
	padding:0 5px 0px 22px;
}

.f14,
.fl14{
	color:#000000;
	font-size:119%;
}

.fl10,
.fl11,
.fl11c,
.fl12,
.fl12b,
.fl12c,
.fl12d,
.fl12e,
.fl14{
	line-height:140%;
}

.tCenter{
	text-align:center;
}

.tRight{
	text-align:right;
}




/* basic layout
--------------------------------------------------*/
div#wrapper{
	margin:0 auto;
	padding:19px 0 0 0;
	width:708px;
}

div#container{
	width:708px;
	background:url(../cmn_img/container_bg.gif) repeat-y;
}


/* header
--------------------------------------------------*/
div#header{
	overflow:hidden;
	zoom:1;
	width:697px;
	padding:0 0 0 11px;
	min-height:16px;
}

div#header .logo{
	float:left;
}

div#header ul{
	overflow:hidden;
	zoom:1;
	float:right;
	padding-right:5px;
}

div#header ul li{
 float:left;
	font-size:83%;
	line-height:120%;
}


/* container header
--------------------------------------------------*/
div#container div.header{
	margin:1px 0 0 0;
}




/*  #gNavi
---------------------------*/
#gNavi{
	overflow:hidden;
	zoom:1;
	padding-left:3px;
}

#gNavi li{
	float:left;
	display:inline;
}




/*  #contentsWrap
---------------------------*/
#contentsWrap{
	overflow:hidden;
	zoom:1;
	width:;
	padding:23px 14px 23px 28px;
}

.massage {
	margin-bottom:24px;
}

#contentsWrap #mainWrap{
	float:left;
	width:453px;
}


/*  .shopInfoWrap
---------------------*/
.shopInfoWrap{
	width:453px;
	border-bottom:1px solid #e0ddcd;
	margin-bottom:30px;
	background:url(../img/shopinfo_bg.gif) 0 0 repeat-y;
}

.shopInfoWrap.typeA{
	width:500px;
	border:none;
	background:none;
}

.shopList{
	width:429px;
	padding:6px 12px 18px;
	overflow:hidden;
	zoom:1;
}
.shopInfoWrap.typeA .shopList{
	width:488px;
	padding:6px 12px 18px 0;
}

.shopList li{
	display:inline;
	padding-right:20px;
	white-space:nowrap;
	font-size:85%;
	line-height:2.2em;
}
* html .shopList li{
	display:block;
	float:left;
	margin-bottom:4px;
}
*:first-child+html .shopList li{
	display:block;
	float:left;
	margin-bottom:2px;
}

.shopInfoWrap li img{
	position:relative;
	top:7px;
	width:24px;
	margin-right:7px;
}




/*  .section
---------------------*/
.section{
	overflow:hidden;
	zoom:1;
	position:relative;
	width:453px;
	margin-bottom:50px;
}

.section .title{
	margin-bottom:14px;
}
div#container div#left .section h2.title {
	margin-bottom:14px;
}

.section ul.topicList{
	width:453px;
	margin-bottom:-18px;
	font-size:83%;
}

.section ul.topicList li{
	overflow:hidden;
	zoom:1;
	width:453px;
	margin-bottom:18px;
}

.section ul.topicList li dl{
	padding:0 0 16px 5px;
	background:url(../cmn_img/container_li_01.gif) repeat-x left bottom;
}

.section ul.topicList li dl dt{
	padding:0 0 0 14px;
	margin-bottom:7px;
	font-weight:bold;
}
.section ul.topicList.typeA li dl dt{
	background:url(../cmn_img/link_ic_01.gif) left center no-repeat;
}
.section ul.topicList.typeB li dl dt{
	background:url(../cmn_img/link_ic_05.gif) left center no-repeat;
}

.section ul.topicList li dl dd p a:link, 
.section ul.topicList li dl dd p a:hover{
	text-decoration:none;
}

.section ul.topicList.typeB li dl dd .imageB{
	margin-top:5px;
}


/*  .backNumber
---------------------*/
.backNumber{
	padding-top:10px;
	text-align:right;
}

.backNumber span{
	float:right;
	width:7.0em;
	padding:0 0 0 14px;
	/*＼*/
	display:inline;
	float:none;
	/**/
}
.backNumber.typeA span{
	background:url(../cmn_img/link_ic_02.gif) no-repeat left center;
}
.backNumber.typeB span{
	background:url(../cmn_img/link_ic_06.gif) no-repeat left center;
}

.backNumber span a{
	font-size:83%;
	color:#999999;
}



/*  .detail
---------------------*/
.detail{
	margin-bottom:50px;
}

.detail .title{
	margin-bottom:12px;
}

.detail dl{
	margin-bottom:17px;
}

.detail dl dt{
	font-weight:bold;
}

.detail dl dd{
}

.detail dl dd a{
	padding:0 15px;
	background:url(../cmn_img/link_ic_07.gif) left center no-repeat;
	color:#ffa531;
}

.detail dl dd a:link{
	text-decoration:underline;
}

.detail dl dd a:hover, 
.detail dl dd a:active, 
.detail dl dd a:visited{
	text-decoration:none;
}






/*  #rightSide
---------------------*/
#contentsWrap #rightSide{
	float:right;
	width:202px;
}

.bannerWrap{
	text-align:center;
}

.bannerWrap li{
	margin-bottom:18px;
}










/* container column
--------------------------------------------------*/
div#container div#left{
	padding:0 0 0 28px;
	width:500px;
	float:left;
}
div#container div#left2{
	padding:0 0 0 28px;
	width:640px;
	float:left2;
}

div#container div#right{
	padding:34px 5px 0 28px;
	width:147px;
	float:right;
}



/* footer
--------------------------------------------------*/

/*
body#top p#footer{
	padding:0 0 12px 0;
	clear:both;
	background:url(../cmn_img/footer_bg.gif) no-repeat center bottom;
	font-size:83%;
	text-align:center;
	line-height:100%;
}

p#footer{
	padding:34px 0 12px 0;
	clear:both;
	width:708px;
	background:#ffffff url(../cmn_img/footer_bg.gif) no-repeat center top;
	color:#999999;
	font-size:83%;
	text-align:center;
	line-height:100%;
}*/

#footer{
	clear:both;
	overflow:hidden;
	zoom:1;
	width:652px;
	padding:13px 28px 23px;
	background:url(../cmn_img/footer_bg.gif) no-repeat center bottom;
	font-size:83%;
	line-height:100%;
}

#footer .nav{
	overflow:hidden;
	zoom:1;
	padding:10px 0;
	margin-bottom:7px;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

#footer .nav li{
	float:left;
	line-height:1.4;
}

#footer #copy{
	float:left;
	padding-top:6px;
	color:#979696;
}

#footer #logo{
	float:right;
}






/* subtitle
--------------------------------------------------*/

div#container div#left h2{
	margin:30px 0 0 0;
	padding:0 0 6px 2px;
	background:url(../cmn_img/container_li_01.gif) repeat-x left bottom;
	font-size:120%;
	line-height:100%;
}
div#container div#left h2.title{
	margin-top:0;
	padding:0;
	background:none;
}
.stitBn{
	margin-bottom:15px;
}

div#container div#left2 h2{
	margin:0 0 11px 0;
	padding:0 0 6px 2px;
	background:url(../cmn_img/container_li_01.gif) repeat-x left bottom;
	font-size:120%;
	line-height:100%;
}


/* page top
--------------------------------------------------*/
p.pagetop{
	padding:3px 0 0 13px;
	background:url(../cmn_img/link_ic_03.gif) no-repeat left center;
	font-size:83%;
	line-height:100%;
}


/* right navigation
--------------------------------------------------*/
ul#rnavi{
	margin:-14px 0 0 0;
	_margin:0;
}

ul#rnavi li{
	margin:14px 0 0 0;
	padding:0 0 0 18px;
	background:url(../cmn_img/link_ic_04.gif) no-repeat left center;
	font-size:92%;
	letter-spacing:1px;
}

ul#rnavi li#sub{
	margin:0px 0 0 0;
	padding:0 0 0 20px;
	background:url(../cmn_img/link_ic_00.gif) no-repeat left center;
	font-size:87%;
	letter-spacing:1px;
}

ul#rnavi li#now{
	background:url("../cmn_img/link_ic_01.gif") no-repeat left center;
}

ul#rnavi li#backtop{
	margin:38px 0 0 0;
}


/* top
--------------------------------------------------*/
/*div#substitution{
	padding:30px 0 0 0;
	_height:299px;
	min-height:299px;
	background:url("../img/flash.jpg") no-repeat left top;
	text-align:right;
}

div#substitution ul{
	margin:-10px 0 0 0;
}

div#substitution ul li{
	margin:10px 21px 0 0;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

div#substitution ul li a{
	color:#ffffff;
}*/

div#latestinfo{
	padding:10px 0 0 0;
	width:412px;
	float:left;
}

div#latestinfo h2{
	margin:0 0 0 12px;
	font-size:100%;
	letter-spacing:1px;
	line-height:100%;
}

div#latestinfo ul{
	margin:0 0 0 12px;
	font-size:83%;
	line-height:140%;
}

div#latestinfo ul li{
	margin:8px 0 0 0;
	padding:0 0 9px 5px;
	background:url("../cmn_img/container_li_01.gif") repeat-x left bottom;
}

div#latestinfo ul li span{
	padding:0 0 0 14px;
	background:url("../cmn_img/link_ic_01.gif") no-repeat left center;
}

div#latestinfo ul li a{
	margin:-1.4em 0 0 9.0em;
	_height:1%;
	display:block;
	text-decoration:none;
}
div#latestinfo ul li a em{
	text-decoration:underline;
	font-style:normal;
}


/* latestinfo back number
--------------------------------------------------*/
div#latestinfo ul li#bn{
	background:none;
	text-align:right;
}

div#latestinfo ul li#bn span{
	margin:0 0 10px 0;
	padding:0 0 0 14px;
	display:block;
	width:7.0em;
	float:right;
	/*＼*/
	margin:0;
	display:inline;
	width:auto;
	float:none;
	/**/
	background:url("../cmn_img/link_ic_02.gif") no-repeat left center;
}

div#latestinfo ul li#bn a{
	margin:0;
	display:inline;
	color:#999999;
}

div.notice{
	padding:10px 0 0 0;
	width:277px;
	float:right;
}

div.notice div.left,
div.notice div.right{
	width:125px;
	float:left;
	background:url("../img/index_bg_02.gif") repeat-y center top;
}

div.notice div.left{
	margin:0 11px 0 0;
}

div.notice h2{
	padding:8px 8px 0 7px;
	width:110px;
	background:url("../img/index_bg_01.gif") no-repeat center top;
}

div.notice img{
	margin:0 auto 8px auto;
	display:block;
}

div.notice p{
	padding:0 10px 10px 10px;
	width:105px;
	background:url("../img/index_bg_03.gif") no-repeat center bottom;
	font-size:83%;
	line-height:140%;
}


/* content parts
--------------------------------------------------*/
img.rside{
	margin:8px 8px 0 8px;
	float:right;
}

img.lside{
	margin:8px 8px 0 0;
	float:left;
}

img.bside{
	margin:8px 0 0 0;
}

/*message
----------------------------------------------------*/
.message_txt{
	font-size:100%;
	padding:11px 11px 0px 11px;
	line-height:180%;
}

