﻿@charset "utf-8";

/* ==========================================================================
	CSS Reset
========================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video{
margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* ==========================================================================
	CSS Reset END
========================================================================== */

body{
color: #444;
background: url(../img/background.jpg);
}

#wrapper{
width: 950px;
margin: 0 auto;
}

#header{
height: 160px;
width: 950px;
}

#top_nav{
height: 40px;
padding-left: 0;
background: #B90103;
}

#top_nav ul{
margin: 0 auto;
padding-left: 30px;
}

#top_nav a{
display: block;
width: auto;
height: 30px;
padding: 4px 0.5em 0 0.5em;
}

#top_nav ul li{
float: left;
}

#top_nav ul li a:link{
font-weight: bold;
text-decoration: none;
color: #FFF;
font-size: 30px;
text-align: center;
text-shadow: 5px 5px 3px #650102;
}

#top_nav ul li a:hover{
color:#fff;
text-shadow: 2px 2px 1px #320001;
position: relative;
top: 1px;
}

#top_nav ul li a:visited{
color: #FFF;
}







#contents{
width: 950px;
overflow: hidden;
background: #fff;
line-height: 140%;
font-size: 16px;
background: url(../img/canvas01.jpg);
}

#r_con{
width: 690px;
float: right;
overflow: hidden;
padding: 10px 15px 80px 15px;
background: url(../img/canvas01.jpg);
}

#r_con #t_pankuzu{
padding-left: 2em;
}




#r_con .top_ban{
text-align: center;
}

#r_con .top_ban img{
border: 2px solid #000;
}

#r_con .top_ban img:hover{
opacity: 0.9;
filter: alpha(opacity=90);
}


#r_con h1{
font-size: 30px;
font-weight: bold;
padding: 20px 0 5px 0;
letter-spacing: 2px;
text-align: center;
}

#r_con .product{
float: left;
width:200px;
margin: 0 15px 10px 15px;
}

#r_con .product img{
background: #fff;
padding: 10px;
border: 1px solid #000;
}

#r_con .product img:hover{
opacity: 0.9;
filter: alpha(opacity=90);
padding: 11px 9px 9px 11px;
border: 1px solid #000;
}

#r_con .product .price{
text-align: center;
}


#r_con #f_pankuzu{
clear: both;
text-align: right;
paddong-top: 30px;
}





#l_nav{
width: 205px;
float: left;
overflow: hidden;
padding: 20px 0 180px 15px;
background: #ffdcdc;
}

#l_nav h2{
font-weight: bold;
padding-left: 15px;
background: url(../img/icon02.png) no-repeat left center;
padding-left: 18px;
}

#l_nav #prof img{
display: block;
margin: 0 auto;
}

#l_nav #prof p{
font-size: 13px;
line-height: 120%;
padding: 0 10px 30px 10px;
}


#l_nav #l_info{
width: 190px;
height: 200px;
overflow: auto;
margin: 0 auto;
margin-bottom: 30px;
border: 1px solid #000;
background: #ccc;
}

#l_nav #l_info dl{
padding-left: 5px;
}

#l_nav #l_info dl dt{
font-weight: bold;
}

#l_nav #l_info dl dd{
padding: 0 0 10px 5px;
}


#foot{
clear: both;
background: #fff;
overflow: hidden;
}



#foot #foot_con{
clear:both;
overflow: hidden;
background: #B90103;
padding: 20px 20px 20px 20px;
color: #fff;
}

#foot #foot_con #l_foot{
float: left;
width: 300px;
}

#foot #foot_con #r_foot{
float: right;
width: 300px;
text-align: right;
}

#foot #foot_con #r_foot .sns_icon{
padding-top: 15px;
}




/*■■■■■■■■MAPのＣＳＳ■■■■■■■■*/
.map{
float: left;
padding-right: 10px;
width: 400px;
}

.info{
float: right;
width: 280px;
}

dl.info dt{
padding: 0 5px 0 15px;
background: url(../img/icon05.png) no-repeat left center;
font-weight: bold;
}

dl.info dd{
padding: 0 0 15px 20px;
}







/*■■■■■■■■productのＣＳＳ■■■■■■■■*/
#product {}




#product dl{
width: 680px;
padding: 20px 0 0 0;
overflow: hidden;
}

#product dl dt{
float: left;
overflow: hidden;
width: 290px;
}

#product dl dt img{
padding: 5px;
background: #fff;
border: 1px solid #000;
margin: 5px;
}

#product dd{
width: 350px;
float: right;
padding-right: 0px;
}

#product dd h1{
text-align: left;
padding-bottom: 1em;
}

#product dd .cart{
margin-top: 30px;
}

#product dd .cart a{
display: block;
width: 206px;
height: 37px;
text-indent: -9999px;
float: right;
background: url(../img/cart_off.gif) no-repeat;
margin-top: 50px;
}

#product dd .cart a:hover{
background: url(../img/cart_on.gif) no-repeat;
}

#product dd table{
margin-top: 1.5em;
line-height: 180%;
}

#product dd table tr{
border-top: 1px dashed #B90103;
}

#product dd table tr th{
font-weight: bold;
text-align: left;
}

#product dd table td{
padding-left: 1em;
}






/*■■■■■■■■CAMPのＣＳＳ■■■■■■■■*/
#r_con #camp h1{
padding: 10px;
}

#r_con #camp dl{
padding: 3px;
border: 1px dashed #B90103;
}

#r_con #camp dl dt{
clear: both;
font-weight: bold;
padding: 0 0 0.5em 0;
float: left;
}

#r_con #camp dl dd{
margin: 0 0 5px 9em;
}

#r_con #camp .douga{
margin: 0 auto;
}


#r_con #camp dl dd ol{
list-style: decimal;
padding: 0 0 0 1.5em;
}

#r_con dl dd ol li{
}


/*■■■■■■■■KOUBOのＣＳＳ■■■■■■■■*/


#koubo h1{
font-weight: bold;
font-size: 25px;
}

#koubo h2{
font-weight: bold;
font-size: 20px;
}

#koubo h3{
font-weight: bold;
}

#koubo table{
border: 1px solid #555;
margin: 0 10px 10px 0;
background: #eee;
}

#koubo table tr{
border-bottom: 1px solid #555;
}

#koubo table th{
width: 250px;
vertical-align: top;
overflow: hidden;
}

#koubo table td{
width: 420px;
vertical-align: top;
overflow: hidden;
padding-left: 10px 0 15px 0;
}







