@charset "utf-8";
/* CSS Document */

html,body{
	scrollbar-base-color:#e0e0ff;
}
body{
	font-size:10pt;
	color:#333333;
	text-align:center;
	background-color: #ffeeee;
}
h1{
	padding-left:8px;
	font-size:26pt;
	background-color: #f2f2ff;
	border-right:1px solid #efefff;
	border-bottom:1px solid #efefff;

}
h2{
	border-left:7px #bbbbff solid;
	border-bottom:1px dashed #bbbbff;
	padding-left:18px;
}
h3{
	border-bottom:1px dashed #ffccff;
	padding-left:20px;
}
hr{
	color:#9999ff;
}
.attention{
	color:#999911;
}
a:link{
	color:#CC0000;
	text-decoration:underline;
}
a:visited{
	color:#663300;
	text-decoration:underline;
}
a:hover{
	color:#336699;
	text-decoration:underline;
}
a:active{
	color:#FF3366;
	text-decoration:underline
}
#container{
	width: 1000px;
	border: 1px solid #bbbbff;
	margin: 0px auto;
	background-color:#ffffff;
}
#header{
	width: 1000x;
	background-color:#eeeeff;
}
#head_frame a{
	text-decoration: none;
	color: #333333;
}
#main_title{
	width: 145px;
	padding: 8px;
	color: #994444;
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	float: left;
	text-align: left;
}
#sub_title{
	width: 100px;
	height: 15px;
	padding: 30px 2px 0px 2px;
	color: #994444;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	display: block;
	float: left;
	text-align: left;
}
#head_frame{
	width: 900px;
	border: 1px solid #aa99ff;
	border-top: 5px solid #aa99ff;
	margin: 0px auto;
	padding: 15px;
	text-align: left;
}
#menu{
	width: 186px;
	padding: 7px;
	float: left;
	background-color:#f7f7ff;
	text-align: left;
}
#menu_box{
	width: 172px;
	padding: 7px;
	float: left;
	background-color:#efefff;
	text-align: left;
}

#menu_box .menu_tab{
	font-size: 13px;
	width: 164px;
	height: 24px;
	margin: 3px 3px 3px 4px;
	border: 1px solid #9999cc;
	background-color: #bbbbff;
}
#menu_box .menu_tab a{
	height: 16px;
	padding: 4px 4px 4px 7px;
	display: block;
	width: 153px;
	background-color: #dfdfff;
	color: #7777aa;
	text-decoration: none;
}
#menu_box .menu_tab a:hover{
	height: 16px;
	padding: 4px 4px 4px 7px;
	display: block;
	width: 153px;
	background-color: #afaff2;
	color: #444488;
	font-weight: bold;
	text-decoration: none;
}
#menu_box .menu_title{
	font-size: 14px;
	height: 14px;
	padding: 8px;
	display: block;
	width: 154px;
	background-color: #cceeff;
	color: #445580;
}

#main_contents{
	width: 750px;
	padding: 24px;
	float: left;
	text-align: left;
}

#footer{
	clear: both;
	padding: 2px;
	text-align:right;
	color: #222288;
	background-color:#bbbbff;
}
