/* 背景と配置
---------------------------------------------*/
body {
 background-color: #fff;
 text-align: center;
}


/* 全体の枠組み 横幅
---------------------------------------------*/
#mainpage {
 padding: 0;
 width: 750px;
 background-color: #FFFFFF;
 border-right: 1px solid #B3B3B3;
 border-left: 1px solid #B3B3B3;
}

/*ヘッダ
---------------------------------------------*/
#header_01 {
 border-top:18px solid #000099;
}

#header_02 {
 text-align: right;
 font-size: 12px;
 padding: 2px 10px 0 0;
}

#header h3 {
 padding: 0 25px 0 25px;
}

#content {
 width:750px;
 float:center;
 overflow: hidden;
 padding: 30px 21px 50px 23px;
 font-size: 14px;
 line-height: 140%;
 text-align:center;
}

#content h2 {
 font-size: 18px;
 color: #CC0000;
 background-color:#FFFF99;
 padding: 5px;
}

#content #categorydata li {
 font-size="12px";
 line-height: 140%;
}

#categorytitle h2 {
 font-size: 16px;
 color: #0066CC;
 background-color:#FFFFFF;
 border-top: dotted 1px #0066CC;
 border-bottom: dotted 1px #0066CC;
 padding-bottom: 7px;
 padding-top: 7px;
}



/*フッター部分
---------------------------------------------*/
#footer {
 width:750px;
 border-top: dotted 1px #cccccc;
 padding: 10px 15px 0 18px;
 clear: both;
 line-height:155%;
 font-size:12px;
 text-align:left;
}

#footer p {
 width:692px;
 padding: 10px;
 background-color: #FFFFFF;
 border: 1px solid #999999;
 font-size: 12px;
 line-height:130%;
 text-align:left;
}

#footer img {
 float:right;
 margin: 0 1em 0.5em 0;
}

#footer_02 {
 margin-top: 20px;
 height:18px;
 background-color:#000099;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:white;
 text-align: center;
}

