/* CSS Document */

/* global_format
-----------------------------------------*/
*{
padding:0px;
margin:0px;
border:0px;
}

body{
width:100%;
font-size:14px;
line-height:140%;
}

.background{
background-image:url(../image/background_image.jpg);
background-repeat:no-repeat;
width:940px;
height:1300px;
margin:0 auto;
}

.title_img{
width:720px;
margin:0 auto;
height:200px;
}

/* menu_bar設定 */
#navigation{
width:100%;
padding:0px;
margin:0px 0px -7px 0px;
height:70px;
}
div#navigation ul{
margin:0px 0px 0px 13px;
padding:0px;
}
div#navigation ul li{
display:inline;
margin-right:5px;
}
div#navigation ul li.last{
margin-right:0px;
}

#main_content{
width:720px;
height:100%;
margin:0 auto;
background-image:url(../image/bg_middle.gif);
background-repeat:repeat-y;}

div#main_content div.caption{
width:680px;
height:120px;
margin:0 auto;
background-image:url(../image/white_race.png);
}

div#main_content div.caption img{
margin:38px 45px 0px 45px;
}

div#main_content div.context{
width:680px;
height:700px;
margin:0 auto;
background-color:#FFFFFF;
border:#6464A3 1px double;
}

div#main_content div.top{
width:720px;
height:15px;
margin:0 auto;
background-image:url(../image/bg_top.gif);
}


div#main_content div.bottom{
width:720px;
height:15px;
margin:0 auto;
background-image:url(../image/bg_bottom.gif);
}
/*----------------------------------*/



/*common_material */
.theme{
border-left:#FF3399 solid 5px;
border-bottom:#FF3399 solid 1px;
padding-left:10px;
margin:50px 0 10px 10px;
}
/*-------------------------------*/


/* faq_css
--------------------------------*/

.faq_box{
width:90%;
margin:35px;
}

.faq_box div.q{
color:#FF0000;
border-bottom:#FF6699 dashed 1px;
}

.faq_box div.a{
border-bottom:#FF6699 dashed 1px;
}
/*-------------------------------*/

/* entry_css */

#e_table{
font-size:16px;
background-color:#FFFFFF;
}

#e_table th{
padding-left:5px;
width:130px;
height:30px;
text-align:left;
border-top:#FF99CC 1px solid;
border-bottom:#FF99CC 1px solid;
}

#e_table td{
width:130px;
height:30px;
text-align:center;
border-bottom:#FF99CC 1px dashed;
}

/* rule_scroll start */
.rule_scroll{
margin-top:30px;
overflow: auto;
text-align:left;
font-size:12px;
height:200px;
border: 1px #6699FF dotted;
background-color:#FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #6699FF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #6699FF;
scrollbar-arrow-color: orange;
font:bold;
}
/* rule_scroll end */
/* form_button start */
form{
font-size:11px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* form_button start */