@charset "UTF-8";

/* INDEX
-------------------------------------------
1. main layout
2. navigation
3. link style
4. common parts
-------------------------------------------*/


/* 1. main layout
-------------------------------------------*/
body{
color:#333333;
font-size:80%;
background:#000000 url(../imgs/bg.gif);
line-height:1.3;
}
#wrapper{
margin:0 auto;
padding:0px;
width:956px;
border-left:5px solid #000;
border-right:5px solid #000;
border-bottom:5px solid #000;
}

#header{
margin:0px;
padding:0px;
height:250px;
width:956px;
background:url(../imgs/top.gif) no-repeat 5px 5px;
}

.detail table{
width:100%;
margin:15px 0 10px 0;
}

#pankuzu{
}

#contents{
margin:0px;
padding:0px;
width:956px;
background:url(../imgs/contbg.jpg) repeat-y 0 122px;
}

#maincol{
margin:0px;
padding:15px 5px 10px 5px;
width:946px;
}

#maincol .top{
border-top:1px #FFFFFF solid;
border-bottom:1px #FFFFFF solid;
position:relative;
}

.discr{
background:url(../imgs/conttopbg.jpg) no-repeat;
padding:30px 0 0 0;
text-align:center;
}

.title{
color:#333333;
width:900px;
margin:0 auto;
}

.sakuhin{
text-align:right;
}

.spec{
padding:20px 30px 3px 7px;
margin:0;
}

.spec h2{
padding:5px 0 0 0;
border-top:1px solid #ccc;
color: #000000;
}

.spec h3{
padding:0 0 12px 0;
color: #000000;
font-weight:bold;
font-size:100%;
background:url(../imgs/borderspec.jpg) no-repeat bottom;
}

.spec p{
padding:0 0 3px 0;
font-size:80%;
}

.newicon{
position:absolute;
width:30px;
height::10px;
top:5px;
right:5px;
}

/*#subncol{
}
*/

#footer{
clear:both;
margin:0px auto;
padding:0 0 30px 0;
width:946px;
background:url(../imgs/footer.jpg) no-repeat bottom;
}

.detail #footer{
}

/* 2. navigation
-------------------------------------------*/


/* 3. link style
-------------------------------------------*/
a{
overflow:hidden;
}

a:link{
color:#0066CC;
text-decoration:underline;
}

a:visited{
color:#0066CC;
text-decoration:underline;
}

a:hover{
color:#FF6600;
text-decoration:none;
}

a:active{
color:#FF6600;
text-decoration:none;
}

.btn{
padding:1em;
}

/* 4. common parts
-------------------------------------------*/
/* 4.1 of header
-------------------------------------------*/
.logo{
padding:5px 0px 5px 0px;
}
/* 4.2 of content
-------------------------------------------*/

.red{
color:#CC0000;
}
.bline{
border-bottom:dotted 1px #666666;
padding-bottom:5px;
margin-bottom:10px;
}
.rline{
border-right:dotted 1px #6699FF;
}

/* 4.3 of footer
-------------------------------------------*/
.go_top{
padding:5px 0px 0px;
text-align:center;
}
.txt_copy{
padding:10px 20px 5px 0px;
text-align:right;
border-top:1px solid #ccc;
}
