/* CSS Document */

/* 基本設定 ======================================== */


body{
color:#666666;
font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif; 
font-size:12px; 
font-weight:normal; 
line-height:20px; 
text-align:left; 
margin: 0px; 
padding: 0px; 
} 

td{ 
color:#666666; 
font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif; 
font-size:12px; 
font-weight:normal; 
line-height:20px; 
} 

img{ 
margin:0px; 
padding:0px; 
border:none; 
text-align: left; 
} 

a:link{
color:#38a8b0; 
text-decoration: underline;
} 
a:visited{
color:#38a8b0; 
text-decoration: underline;
} 
a:hover{
color:#75cbd1; 
text-decoration: underline;
}

a.footer:link {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
a.footer:visited {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
a.footer:hover {
	COLOR: #eeeeee; TEXT-DECORATION: underline;
}



/* 2:レイアウト ======================================== */

th{ 
font-weight:normal; 
text-align:left; 
} 

.clear { 
clear: left 
}

.mbtm18{
margin-bottom:18px;
}

.mbtm12{
margin-bottom:12px;
}

.mbtm22{
margin-bottom:22px;
}

.mbtm45{
margin-bottom:45px;
}

.mtop19 {
margin-top:19px;
}

.ctstxt {
margin-top:20px;
margin-left:30px;
margin-right:30px;
margin-bottom:10px;
}

.mtop8btm25 {
margin-top:8px;
margin-bottom:25px;
}

.mtop2btm10 {
margin-top:2px;
margin-bottom:10px;
}

.mtop4 {
margin-top:4px;
}

.mtop12 {
margin-top:12px;
}

.mtop20 {
margin-top:20px;
}

.mtop28 {
margin-top:28px;
}

.mtop35 {
margin-top:35px;
}

.mleft12 {
margin-left:12px;
}

.mright8 {
margin-right:8px;
}

.topleftbox{
margin-left:10px;
margin-top:0px;
margin-right:10px;
margin-bottom:10px;
}


/* 3:テキスト ======================================== */

h1, h2, h3, h4, h5, h6, dt{ 
font-size:12px; 
font-weight:normal;
margin: 0px;
padding: 0px;
} 
.small{ 
font-size:10px; 
line-height:14px; 
} 
.bigwhite{ 
font-size:14px; 
font-weight:bold;
color:#ffffff; 
} 
.white{ 
color:#ffffff; 
}

.yellow{ 
color:#FFCC00; 
}

.red{ 
color:#D12D2D; 
}

.infobox {
color: #663300;
margin-left:18px;
margin-top:70px;
margin-right:18px;
}

/* 4:背景色 ======================================== */

.member{
background-image:url(../images/bnr2.jpg);
background-repeat:no-repeat;
width:300px;
}

.graybg{
background-color:#d5d6cf;
}

.blackbg{
background-color:#000000;
}

.whitebg{
background-color:#FFFFFF;
}

.bluebg{
background-color:#D4F0FB;
}

.pinkbg{
background-color:#F4B4E7;
}



.detailimg{
background-image:url(../catalog/images/bg_detailimg.gif);
background-repeat:no-repeat;
width:329px;
height:399;
}

.dotline{
background-image:url(../images/dotline_bg.gif);
background-repeat:repeat-x;
height:1;
}.subdetailimg {
	border: 1px solid #D12D2D;
}


