/*	標準設定	*/

body {
margin: 0px 0px 0px 0px;
background-image: url("../imgs/bg.gif");
background-repeat: repeat-x;
background-color: #FFFFF5;
font-size : 12px;
line-height: 18px;
color: #333333;
}

tr,td,th {
font-size : 12px;
line-height: 18px;
color: #333333;
}



/*	テキストサイズ	*/
.j9{font-size:10px; line-height:13px}
.j10n{font-Size:11px; line-height:13px}
.j10{font-Size:11px; line-height:14px}
.j10w{font-Size:11px; line-height:16px}
.j12n{font-Size:12px; line-height:18px}
.j12{font-Size:12px; line-height:20px}
.j12w{font-Size:12px; line-height:22px}
.j14n{font-Size:13px; line-height:20px}
.j14{font-Size:13px; line-height:22px}
.j14w{font-Size:13px; line-height:25px}
.j18{font-Size:18px; line-height:21px; letter-spacing:2px}



/*	リンク	*/

a:link {
color: #333333;
text-decoration: none;
}

a:visited {
color: #333333;
text-decoration: none;
}

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

a:hover {
color: #4F7B11;
text-decoration: underline;
}



/*	見出し	*/
h1 {
font-size: 16px;
text-decoration: none;
font-weight: bold;
color: #333333;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-left: 10px;
padding-bottom: 5px;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #999999;
padding-top: 5px;
}

h2 {
font-size: 14px;
font-weight: normal;
color: #333333;
border-bottom-width: 1px;
border-left-width: 5px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #999999;
border-left-color: #999999;
padding-left: 5px;
padding: 2px;
}

h3 {
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #000000;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-left: 10px;
padding-bottom: 5px;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #999999;
padding-top: 5px;
}



#pc,.pc{
display:block;
}

#sp,.sp{
display:none;
}



/*	バナー	　　*/
.block_ban{
width:980px;
margin:0 auto 50px;
}

.block_ban .ban1{
width:240px;
float:left;
margin-right:5px;
}

.block_ban .ban2{
width:240px;
float:left;
}

.block_ban .ban1 img,
.block_ban .ban2 img{
width:100%;
}




