@charset "utf-8";
/* CSS Document */

#container{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/*--header-------------------------------------------------------*/
#header{
	background:url(img/header_bg.gif) repeat-x left top;
	height: 156px;
	width: auto;
	text-align: center;
	padding: 0;
	margin:0 auto;
}
#header .inner{
	/*background:url(img/header_img.jpg) no-repeat right bottom;*/
	position:relative;
	width:950px;
	height:156px;
	margin:0 auto;
	padding: 00;
	text-align:left;
}
#header .desc{
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	color:#FFF;
	padding-bottom:15px;
}
#header .logo{
	padding:5px 0 0;	
}
#header .hbana{
	position:absolute;
	right:0;
	top:60px;
}

/*--header end-------------------------------------------------------*/

/*--gnav-------------------------------------------------------*/

#gnav{
	background:url(img/gnav_bg.jpg) repeat-x left top;
	width:auto;
	margin:0 auto 30px;
	height:55px;
}
#gnav ul{
	width:952px;
	margin:0 auto;
	padding:0;	
}
#gnav ul li{
	float:left;
	padding:0;
}

#visual{
	clear:both;
	margin:0 auto;
	padding:0 0 40px;
	height:auto;
	text-align:center;
}




/*--content-------------------------------------------------------*/
#content{
	background:url(img/content_bg.gif) repeat-y left top;
	width:950px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	font-size:1.1em;
}

#pankuzu{
	clear:both;
	width:950px;
	margin:-15px auto 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1em;
	padding:5px 0 25px;

}
#pankuzu a{
	background:url(img/pankuzu.gif) no-repeat right center;
	padding:0 15px 0 0;
	text-decoration: underline;
}
#pankuzu a:hover{
	text-decoration: none;
}


#main{
	width:660px;
	height:auto;
	float:right;
	text-align:left;
	margin:0;
}



/*-- タイトル --*/
.ttl{
	margin:0;
	padding:0 0 15px 0;	
}
.subttl{
	background:url(img/subttl.gif) no-repeat left top;
	width:auto;
	height:30px;
	padding:6px 0 0 40px;
	color:#FFF;
	margin-bottom:15px;
}
/*-- タイトル end--*/






.text{
	font-size:0.9em;
	margin-bottom:20px;
}
.text2{
	font-size:0.9em;
	margin-bottom:20px;
	padding:15px 25px;
	background-color:#f0f0f0;
}


/*--main content end-------------------------------------------------------*/

/*--side content---------------------------------------------------------*/
#side{
	width:250px;
	height:auto;
	float:left;
	padding:20px 0;
	
}

#side h3{
	padding:20px 0 0;
	margin-left:-15px;
	text-align:center;	
}
#side .side1{
	background-color:#FFF;
	width:210px;
	margin:0 auto;
}
#side .side1 ul{
	padding:0;	
}
#side .side1 li{
	background:url(img/arrow1.gif) no-repeat 10px 13px;
	padding:9px 10px 10px 30px;
	text-align:left;
	font-size:1em;
	border-bottom:dotted 1px #CABEB9;
}
#side .side1 li:last-of-type{ border:none; }
#side .side1 li a{ color:#7DA7D3; }

/*--side content end---------------------------------------------------------*/


/*--content end-------------------------------------------------------*/


/*--footer-------------------------------------------------------*/

.pageup{
	padding:15px 10px 0 0;
	text-align:right;	
}

#footer{
	clear: both;
	background:url(img/footer_bg.jpg) repeat-x left top;
	width:auto;
	height: auto;
	font-size: 1em;
	text-align:center;
	line-height: 1.4em;
	padding: 25px 0 25px;
	margin:20px auto 0;
}
#footer .inner{
	width:950px;
	margin:0 auto;
}
#footer address{
	font-style:normal;
	font-size:1em;
	color:#fff;
	text-align:center;
}
/*--footer end-------------------------------------------------------*/
.red{
	color:#fb6a64 !important;
}
.orange{
	color:#FF6600 !important;
}
.green{
	color:#85be42 !important;
}
.pink{
	color:#FF557D !important;	
}
.blue{
	color:#015daa !important;	
}
.img_over a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);	
}
.m_over a img:hover{
	opacity:1;
	filter:alpha(opacity=100);	
}
.Left{
	float:left !important;
}
.Right{
	float:right !important;
}

.clear{
	clear:both;
}
.mp0{
	margin:0 !important;
	padding:0 !important;
}
.mR0{
	margin-right:0 !important;
}
.mL0{
	margin-left:0 !important;
}
.mL10{
	margin-left:10px !important;
}
.mL15{
	margin-left:15px !important;
}
.mB0{
	margin-bottom:0 !important;
}
.mB2{
	margin-bottom:2px !important;
}
.mB5{
	margin-bottom:5px !important;
}
.mB10{
	margin-bottom:10px !important;
}
.mB15{
	margin-bottom:15px !important;
}
.mB20{
	margin-bottom:20px !important;
}
.mB25{
	margin-bottom:25px !important;
}
.mB30{
	margin-bottom:30px !important;

}
.m0auto{
	margin:0 auto;
}
.mT-5{
	margin-top:-5px !important;
}
.mT5{
	margin-top:5px !important;
}
.mT10{
	margin-top:10px !important;
}
.mT15{
	margin-top:15px !important;
}
.mT20{
	margin-top:20px !important;
}
.mT30{
	margin-top:30px !important;
}
.mR10{
	margin-right:10px !important;
}
.mLR15{
	margin-left:15px !important;
	margin-right:15px !important;
}
.pB0{
	padding-bottom:0 !important;
}
.pB10{
	padding-bottom:10px !important;
}
.pB15{
	padding-bottom:15px !important;
}
.pB20{
	padding-bottom:20px !important;
}
.pB25{
	padding-bottom:25px !important;
}
.pB30{
	padding-bottom:30px !important;
}
.pB35{
	padding-bottom:35px !important;
}
.pB40{
	padding-bottom:40px !important;
}
.pT5{
	padding-top:5px !important;
}
.pT10{
	padding-top:10px !important;
}
.pT15{
	padding-top:15px !important;
}
.pT20{
	padding-top:20px !important;

}
.pT30{
	padding-top:30px !important;
}
.pT40{
	padding-top:40px !important;
}
.pTB10{
	padding-top:15px;
	padding-bottom:15px;
}
.pTB20{
	padding-top:20px;
	padding-bottom:20px;

}
.pL5{
	padding-left:5px !important;
}
.pL10{

	padding-left:10px !important;
}
.pL15{

	padding-left:15px !important;
}
.pL30{
	padding-left:30px !important;
}
.pR10{
	padding-right:10px !important;
}
.pR20{
	padding-right:20px !important;
}
.pmB0{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.pL1em{
	padding-left:1em !important;
}
.bordernone{
	border:0 !important;
}


.bold{
	font-weight:bold;	
}
.price{
	font-weight: bold;
	color: #d1100b;
}
.attention{
	color:#d1100b;
	font-weight:bold;
}
.mini{
	font-size:0.8em;
}

.w80{
	width:80px !important;
}
.w100{
	width:150px !important;
}
.w150{
	width:150px !important;
}
.w200{
	width:200px !important;
}
.w300{
	width:300px !important;
}
.w400{
	width:400px !important;
}
.w450{
	width:450px !important;
}





.alignC{
	text-align:center !important;
}
.alignL{
	text-align:left !important;
}
.alignR{
	text-align:right !important;
}
.dblock{
	display:block !important;	
}

.user_name{
font-weight:bold;
}

.tspace{ background-color:#FFF !important; border:none !important;}
.borderB{
	border-bottom:solid 1px #CCC;	
	padding-bottom:5px;
}
.bB{
	border-bottom:solid 1px #ededed;
	padding-bottom:5px;
}
.border1{
	border:solid 1px #CCC;
	
}
.arrow{
	text-align:right;	
}
.arrow a{
	background:url(img/arrow1.gif) no-repeat 10px center;
	padding-left:30px;	
}
.bgblue{ background-color:#089DE4 !important; color:#FFF; }
.bgblue2{ background-color:#CEEBFA !important; }
.bgpink{ background-color:#FF8A9A !important; color:#FFF; }
.bgpink2{ background-color:#FFD8DD !important; }
.bggreen{ background-color:#9DD226 !important; color:#FFF; }
.bgorange{ background-color:#FFB400 !important; color:#FFF; }
.bgorange2{ background-color:#FF940F !important; color:#FFF; }
.bgpurple{ background-color:#D28CBE !important; color:#FFF; }
.bggray{ background-color:#7F7F7F !important; color:#FFF; }


/*----▼▼▼ページナビ用▼▼▼------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wp-pagenavi .pages{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;

}
.wp-pagenavi a, .wp-pagenavi span {
	background-color: #FFFFFF;	
	text-decoration: none;
	margin-right:5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	color: #333333;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #b70404;
	color: #FFFFFF;
	padding:4px 6px;;
	border:none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/*----▲▲▲ページナビ用▲▲▲------------------------------------------------*/