@charset "utf-8";
/* CSS Document */

body {
	background:url(image/bg.gif) repeat-x #FFE2B6;
	/* #FF6600 */
}
#footer {
	background:url(image/footer_top.png) no-repeat;
}
#left_menu_detail a {
	background:url(image/arrow.png) no-repeat 5px 10px #FFF;
	border-bottom:1px dotted #FF6600;
	color:#FF6600;
}


#subheader { background-color:#F90; }


#right_area {
	background:url(image/page_back.png) repeat-y;
}

#gakka_img {
	padding:2px 0 0 6px;
}


DIV.box1 {
	background:#EFEFEF;
	padding:5px;
	width:330px;
	float:left;
	margin-top:10px;
}
DIV.box1 h4 {
	text-align:center;
	font-size:1.2em;
	color:#004D91;
}
DIV.box1 h5 {
	text-align:center;
}
DIV.box1 p, DIV.box1 ol {
	color:#333;
	font-size:0.9em;
	line-height:1.1em;
}
#right_area TABLE {
	width:95%;
	margin-left:10px;
}
#right_area TD {
	width:45%;
	vertical-align:top;
	text-align:left;
}
#message {
	font-size:0.9em;
	color:#333;
	line-height:1.3em;
	padding-top:1em;
}
