@charset "Shift_JIS";

/* 全体共通 */
body {
background:url(../img/bg.png) repeat-y;
margin:0px;

}

h2 {
background:url(../img/titleBg.gif) no-repeat;
min-height:33px;
height:auto !important;
height:33px;
font-size:20px;
padding-left:35px;
padding-top:5px;
}

h3 {
font-size:100%;
background:#003399;
color:#FFFFFF;
padding:3px;
}

img {
border:0px;
}

a:hover {
color:#FF6600;
}


/* ★コンテンツ本体 */
#container {
width:800px;
margin-left:10px;
}

#contBody {
float:right;
width:620px;
text-align:left;
}


/* ★装飾用 */
.mainTxt {
font-size:90%;
line-height:130%;
}

.subTxt {
font-size:80%;
line-height:120%;
}

.txtRed {
color:#990000;
}
