@charset "utf-8"; 


/* CSS Document */

/* ==========================================================

	リセット

========================================================== */
* {
	margin:0;
	padding:0;
	
}

a:link {
	color:#0066CC;
}

a:visited {
	color:#0066CC;
}

a:hover {
	color:#09F;
}

img {
	vertical-align: bottom;
	border-style: none;
	line-height: 0px;
	border:0;
}
.clear {
	clear:both;
}

li {
	list-style:none;
}


/* clearfix
===========================================================*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ==========================================================

	共通

========================================================== */
body {
	background-image:url(../img/common/header_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-size:12px;
	color:#333;
	line-height: 150%;
	text-align:center;
	
}
table {
	font-size: 12px;
}
#wrapper {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	
}

/* h
===========================================================*/
.midashi {
	background-image: url(../img/common/st_bg.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	padding: 12px;
	font-size: 160%;
	padding-bottom: 14px;
	clear: both;
	line-height:100%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:10px;
}

#header h1,#header #headtext{
	font-size:10px;
	font-weight:bold;
	height:14px;
	color:#666;
	padding-top:5px;
}

h1.pagetitle,
h2.pagetitle{
	font-size:220%;
	font-weight:bold;
	color:#3c352b;
	background-image: url(../img/common/st_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom:10px;
	padding:15px 0 15px 12px;
	border-bottom:2px solid #900;
}

h3.subtitle{
	line-height:120%;
	margin-bottom:20px;
	font-size:220%;
	color:#990000;
}




/* text-align・float
===========================================================*/
.center{text-align:center;}
.txt-right{text-align:right;}
.txt-left{text-align:left;}

.pagetop {text-align: right; margin-top: 20px;}





/* フォント
===========================================================*/
.mini{
	font-size:90%;
}

.mini12{
	font-size:12px;
}

.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}
.fs18 {font-size:18px;}
.fs19 {font-size:19px;}
.fs20 {font-size:20px;}
.fs21 {font-size:21px;}
.fs22 {font-size:22px;}
.fs23 {font-size:23px;}
.fs24 {font-size:24px;}
.fs25 {font-size:25px;}
.fs26 {font-size:26px;}
.fs27 {font-size:27px;}
.fs28 {font-size:28px;}
.fs29 {font-size:29px;}
.fs30 {font-size:30px;}

.ruby{
	font-size:80%;
	color:#666;
}

.bold{
	font-weight:bold;
}
.block_s{
	font-size:14px;
	line-height:160%;
}

.block_m{
	font-size:16px;
	line-height:160%;
}

.ffm {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/* margin
===========================================================*/
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.mb05 {margin-bottom:5px;}
.mb15 {margin-bottom:15px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}

.mrl10 {margin-right:10px; margin-left:10px;}
.mrl-10 {margin-right:-10px; margin-left:-10px;}

.mr10 {margin-right:10px;}




/* header
===========================================================*/
#header {
	height: 101px;
}

#header .logo {
	display: block;
	/*width: 490px;*/
	width:380px;
	float: left;
	padding-top:14px;
}
#header .headnavi {
	float: right;
	/*width: 320px;*/
	width:422px;
	margin-right: 0px;
	/*height: 86px;*/
	/*padding-top: 14px;*/
	text-align: right;
}
#header .headnavi ul {
	margin-left: 25px;
	height: 23px;
}
#header .headnavi li {
	float: left;
	height: 23px;
	line-height: 0;
	padding-right: 5px;
}
#header .headnavi .headtel {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	margin-top: 7px;
	vertical-align: top;
}


/* ナビゲーション
===========================================================*/
#gnav li {
	float: left;
}


/* side
===========================================================*/
#side {
	float: left;
	width: 200px;
}

#side .sidebn li {
	list-style-type: none;
}
#side .sidebn li {
	margin-bottom: 7px;
}
#side .kikan {
	border: 1px solid #B6A681;
	padding: 10px;
	background-color:#EBE7DC;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* main
===========================================================*/
#main {
	float: right;
	width: 590px;
	margin-bottom: 30px;
	margin-right: 0px;
}
#container {
	background-image: url(../img/common/sn_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 810px;
	margin-top: 14px;
	text-align:left;
}



/* gide
===========================================================*/
#gide .gidebox {
	float: left;
	width: 266px;
	height: 440px;
}
#gide .gidebox2 {
	float: left;
	width: 266px;
	
}
#gide .mar {
	margin-right: 6px;
}
#gide .mar {
	margin-right: 6px;
}
#gide dl dt {
	margin-bottom: 4px;
	font-weight: bold;
}
#gide dl {
	margin-left: 8px;
}
#gide .tel {
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
#gide dl dd {
	margin-bottom: 10px;
	padding-right: 8px;
}
#gide .souryou {
	float: left;
	margin-left: 20px;
	margin-right: 25px;
}
#gide p {
	margin-left: 8px;
	margin-right: 10px;
}
#gide .gaiyou {
	margin-left: 58px;
}
#gide a {
	color:#0066CC;
}
#gide a:hover {
	color:#09F;
}
.gide_mailbin {
	margin-bottom: 10px;
	margin-left: 7px;
}



/* category_list
===========================================================*/
#category_list{
	margin-top:1px;
	margin-bottom:15px;
}
#category_list li{
	font-size:110%;
	margin:0;
	padding:0;
}
#category_list li a{
	display:block;
	margin:0;
	padding:10px 10px 10px 20px;
	background:url(../img/common/listbg.gif) no-repeat left center #f2f2f2;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dashed #666;
	zoom:1;
}
#category_list li a:hover{
	background:url(../img/common/listbg_r.gif) no-repeat left center #f9f4d6;
	color:#900;
	border-bottom:1px dashed #900;
}


/* ranking
===========================================================*/
#ranking{
	margin:15px 0;
	padding-top:55px;
	background:url(../img/common/title_ranking.gif) no-repeat left top;
}
#ranking dl{}

#ranking dt{
	padding:10px 5px 10px 35px;
	border-top:2px solid #900;
	border-bottom:2px solid #900;
	margin-bottom:10px;
	font-weight:bold;
}

#ranking dt#rank_first{
	background:url(../img/common/medal_1.gif) no-repeat left center;

}
#ranking dt#rank_second{
	background:url(../img/common/medal_2.gif) no-repeat left center;
}
#ranking dt#rank_third{
	background:url(../img/common/medal_3.gif) no-repeat left center;
}
#ranking dd{
	margin-bottom:10px;
	padding:0 8px;
	line-height:1.1;
}
#ranking dd .img{
	text-align:center;
	margin-bottom:8px;
}



/* insitemap
===========================================================*/
#insitemap {
	border-top: 3px solid #900;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 19px;
	zoom:1;
	text-align:left;
}

#insitemap a, #footer a {
	color:#0066cc;
	text-decoration:underline;
}

#insitemap a:hover, #footer a:hover, #gide a:hover {
	color:#0099ff;
	text-decoration:underline;
}

#insitemap .box {
	float: left;
	margin-right: 20px;
}
#insitemap .boxlast {
	float: left;
}
#insitemap .box .big, #insitemap .boxlast .big {
	font-weight: bold;
}
#insitemap .box .small, #insitemap .boxlast .small {
	background-image: url(../img/common/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 11px;
	background-position: left 4px;
}





/* footer
===========================================================*/
#footer {
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	zoom:1;
}

#footer .copyright {
	font-size: 11px;
	text-align: right;
	margin-top: 8px;
	margin-right: 3px;
}




/* table
===========================================================*/
table {
	border: 1px solid #CCC;
	border-collapse:collapse;
}
table th {
	background-color: #F4F2EC;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 12px;
	border: 1px solid #CCC;
	border-collapse:collapse;
	vertical-align:top;
	line-height: 150%;
}
table td {
	text-align: left;
	border: 1px solid #CCC;
	border-collapse:collapse;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}
table .arrow {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

table .arrow2 {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	vertical-align:top;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

table tr .td2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 135%;
}

.contbtn {
	margin-right: 10px;
}

.mailtouroku {
	margin-left: 196px;
}


.kounyuu .syouhinnsouryou p {
	font-size: 12px;
	padding-top: 7px;
	padding-right: 5px;
}
#sp {
	text-align: center;
	border: solid 1px #666666;
	width: 100%;
}
#sp p {
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	border: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#sp th {
   color: #FFFFFF;
   background-color: #666666;
   text-align: left;
   font-size: 12px;
}
#sp td {
   background-color: #FFFFFF;
}.mailmaga {
	text-align: center;
	clear: both;
}
#sp tr td .tourokubox {
	padding-left: 12px;
}













