@charset "utf-8";
/* CSS Document */

#topcontainer{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 1.2em;
	line-height:1.8em;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 1.2em;
	line-height:1.8em;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px 0 0px;
	background:url(../img/background.gif) repeat left top;
}

/*--header-------------------------------------------------------*/
#header{
	position:absolute;
	top:0;
	z-index:9999;
	height: 41px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin:0 auto;
	background:url(../img/header_bg.png) repeat-x left top;
}
#header .inner{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding: 10px 0 0;
	text-align:left;
}
#header .desc{
	display:block;
	float:left;
	width:405px;
	font-size:1em;
	font-weight:normal;
	margin:0;
	color:#fff;
}
#header ul{
	float:right;	
}
#header ul li{
	background:url(../img/arrow1.png) no-repeat left center;
	display:inline;
	border-right:solid 1px #fff;
	line-height:1em;
	padding:0 25px 0 20px;
	margin-right:15px;	
}
#header ul li a{ color:#fff; }
#header ul li:last-of-type{
	padding-right:0;
	margin-right:0;
	border:none;	
}


/*--header end-------------------------------------------------------*/

#visual{
	background-size:cover !important;
	background-position:center !important;
	display:block;
	width:100%;
	min-width:1000px !important;
	height:918px !important;	
}
#visual .inner{
	position:relative;
	z-index:9999;
	background:url(../img/main_bg.png) no-repeat left top;
	width:1008px;
	height:187px;
	top:690px;
	margin:0 auto;
}
#visual .inner ul{
	padding-top:40px;		
}
#visual .inner ul li{
	position:relative;
	float:left;
	width:145px;
	text-align:left;
	padding-left:185px;
}
#visual .inner ul li img{
	padding-bottom:15px;	
}
#visual .inner ul li .imgLink{
	position:absolute;
	display:block;
	width:165px;
	height:187px;
	left:0;
	top:-40px;
}
#visual .inner ul li:last-of-type .imgLink{
	width:175px;
	left:5px;	
}
#visual .inner ul li .imgLink:hover{
	background:rgba(255,255,255,0.1);	
}

#visual .inner ul li p{ font-size:0.95em; line-height:1.4em; }
#visual .inner ul li:last-of-type{
	width:145px;
	padding-left:190px;	
}

/*--content-------------------------------------------------------*/
#content{
	width:1000px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	font-size:1.1em;
}

#pankuzu{
	clear:both;
	text-align: left;
	font-size: 0.7em;
	line-height: 1em;
	padding-bottom:45px;
}
#pankuzu a{
	text-decoration: underline;
}
#pankuzu a:hover{
	text-decoration: none;
}
#topmain{
	width:700px;
	height:auto;
	float:left;
	text-align:left;
}
#main{
	width:700px;
	height:auto;
	float:right;
	text-align:left;
}






/*--main content end-------------------------------------------------------*/

/*--side content---------------------------------------------------------*/
#topside{
	width:260px;
	height:auto;
	float:right;
}
#side{
	width:260px;
	height:auto;
	float:left;
	text-align:center;
}
.slogo{
	padding-bottom:50px;	
}
.snav{
	background:url(../img/snav_line.png) no-repeat left top;
	margin-bottom:50px;
	text-align:left;
}
.snav li{
	background:url(../img/snav_line.png) no-repeat left bottom;
	padding:18px 25px 20px;
}
.snav li a{
	background:url(../img/arrow2.png) no-repeat left center;
	padding-left:20px;	
}

/*--side content end---------------------------------------------------------*/


/*--content end-------------------------------------------------------*/


/*--footer-------------------------------------------------------*/
#fpageup{
	clear:both;
	width:1000px;
	text-align:right;
	margin:0 auto 10px;
}
#footer{
	background-color:#F0EBE1;
	clear: both;
	width: auto;
	height: auto;
	padding: 0;
}
#footer .inner{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}

#footer .fLeft{
	float:left;
	width:350px;
	text-align:center;
	padding-top:10px;
	margin-right:70px;
}
#footer .fLeft p{ padding-bottom:15px; }

#footer .fLeft .fsns{
	width:210px;
	text-align:center;
	margin:0 auto;	
}
#footer .fLeft .fsns li{
	display:table-cell;
	padding:0 10px 0 0;
}
#footer .fLeft .fsns li.tw{
	width:100px;
}
#footer .fLeft .fsns li.fb{
	width:110px;
}
#footer .fnav{
	display:table-cell;
	width:180px;
	padding-left:40px;
	text-align:left;
	border-left:solid 2px #fff;
}
#footer .first{ padding-left:0 !important; border-left:none !important; }
#footer .fnav ul{
	padding:10px 0;	
}
#footer .fnav ul li{
	background:url(../img/farrow.png) no-repeat left 5px;
	padding-left:17px;
	font-size:0.9em;
	padding-bottom:5px;
}
#footer .fnav ul li ul{
	padding-top:5px;	
}
#footer .fnav ul li ul li{
	padding-left:0 !important;
	background:none !important;
	padding-bottom:0 !important;	
}
#footer .fnav ul li a{ color:#333; }

#address{
	background-color:#E1D7C4;
	padding:10px 0;
}
#address address{
	display:block;
	text-align:right;
	width:1000px;
	font-style:normal;
	font-size:1em;
	padding:0;
	margin:0 auto;
	color:#666;
}
/*--footer end-------------------------------------------------------*/
.red{
	color:#cc2c1e !important;
}
.orange{
	color:#FF6600 !important;
}
.green{
	color:#85be42 !important;
}
.pink{
	color:#FF557D !important;	
}
.blue{
	color:#015daa !important;	
}
.color1{
	color:#93781F;	
}
.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;
}
.mL-10{
	margin-left:-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;
}
.pB50{
	padding-bottom:50px !important;
}
.pB80{
	padding-bottom:80px !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;
}





.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;
}
.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; }
