
/***********段組レイアウト***********/
/*ボデー*/
body{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
background-color: #0a2267;
}
/*カバー*/
#cover{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 800px;
background-color: #ffffff;
}
/*コンテナ*/
#container{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
vertical-align: top;
width: 800px;
background-color: #ffffff;
}
/*ヘッダ*/
#header{
vertical-align : top;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: url("img/title.gif");
background-repeat: no-repeat;
width: 800px;
height:110px;
}
/*メイン*/
#main{
vertical-align: top;
margin: 0px 0px 0px 0px;
padding : 15px 15px 15px 15px;
background-color: #ffffff;
}
/*--フッタ--*/
#footer{
text-align: center;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
background-color: #c2cce4;
width: 800px;
color: #ffffff;
font-size: 10pt;
font-weight: bold;
}
/***********メニュー***********/
a{
text-decoration: none;
}
/*メニュー*/
ul.menu{
margin-left: 380;
margin-top: 60;
}
li.menu{
list-style: none;
float: left;
padding: 0px 20px 0px 0px;
}
/*次へ*/
a.next01{
font-size: 12px;
font-family: monospace;
font-weight: bolder;
color: #0a2267;
}
a:hover.next01{
background-color: #c2cce4;
text-decoration: underline overline;
}

/***********テーブル***********/

td.num01{
vertical-align: top;
}
td.title01{
vertical-align: top;
font-size: 14px;
font-family: monospace;
font-weight: bolder;
}
td.title02{
vertical-align: top;
font-size: 16px;
font-family: monospace;
font-weight: bolder;
color: #3a5aa7;
}
td.title03{
vertical-align: top;
font-size: 16px;
line-height: 30px;
font-family: monospace;
font-weight: bolder;
color: #d90000;
}
td.title04{
text-align: center;
font-size: 14px;
line-height: 25px;
font-family: monospace;
font-weight: bolder;
color: #ffffff;
}
td.text01{
font-size: 14px;
font-family: sans-serif;
line-height: 24px;
vertical-align: top;
}
td.text02{
vertical-align: top;
font-size: 12px;
font-family: sans-serif;
}
td.text03{
vertical-align: top;
font-size: 14px;
font-family: sans-serif;
color: #0a2267;
}

/***********ボックス***********/
/*１ページ*/
p.box01{
width: 240;
margin-top: 10px;
border: solid 3px #ff6600;
padding: 5px;
font-size: 12px;
font-family: sans-serif;
line-height: 18px;
text-align: center;
}
p.box02{
width: 240;
margin-top: 10px;
border: solid 3px #3a5aa7;
padding: 5px;
font-size: 12px;
font-family: sans-serif;
line-height: 18px;
text-align: center;
}
p.box03{
width: 240;
margin-top: 10px;
border: solid 3px #33a97e;
padding: 5px;
font-size: 12px;
font-family: sans-serif;
line-height: 18px;
text-align: center;
}
