@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.main_font{
font-size:13px;
font-weight:bolder;
}

#warpper{
margin:0px;
padding:0px;
width:800px;
}

/*ヘッダー*/
#header{
margin:0px;
padding:0px;
width:800px;
background-image:url(../images/header/header_bg.jpg);
background-repeat:no-repeat;
height:102px;
}

#header .header_title{
margin:0px;
padding:0px;
width:497px;
height:96px;
}

/*フッター*/
#footer{
margin:0px;
padding:10px 0px 10px 0px;
width:800px;
float:left;
text-align:center;
background-color:#FFD159;
}

/*ボディ*/
#body{
margin:0px;
padding:0px 1px 0px 1px;
width:798px;
float:left;
background-color:#FFD159;
}

#body .body_bg{
margin:0px;
padding:0px;
width:798px;
float:left;
background-color:#FFFFFF;
}

#body .body_bg .header_bottom{
margin:0px;
padding:5px 0px 5px 5px;
width:793px;
float:left;
}

#body .body_bg .leftbody{
margin:0px;
padding:0px;
width:200px;
float:left;
text-align:center;
}

#body .leftbody img{
margin:0px 0px 10px 0px;
padding:0px;
}

#body .right_body{
margin:0px;
padding:0px 18px 0px 0px;
width:580px;
float:left;
background-color:#FFFFFF;
}

#body .right_body .body_title{
margin:0px;
padding:0px;
width:580px;
height:38px;
background-image:url(../images/top/title_bg.gif);
background-repeat:no-repeat;
float:left;
}

#body .right_body .body_title .title_fonta{
margin:0px;
padding:12px 0px 0px 10px;
font-size:18px;
font-weight:bolder;
display:block;
}

#body .main_contents{
margin:0px;
padding:15px 0px 15px 0px;
float:left;
width:580px;
font-size:13px;
font-weight:bolder;
}

#body .main_contents .main_line{
border-top-width: 1px;
border-top-style: solid;
border-top-color:#FF6600;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:#FF6600;
}

#body .main_contents .main_line2{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:#FF6600;
}

#body .calendar{
margin:0px;
padding:0px 10px 15px 10px;
width:560px;
float:left;
}
