<!--

html,body{
	height:98%;overflow:auto;
}

body{
	color:#666666; /*標準のフォントカラー*/
	font-size:78%; /*標準のフォントサイズ*/
	font-family:Verdana,"ＭＳＰゴシック",Sans-serif;
	line-height:200%;
	margin:0px;
	height:98%;
	/* overflow:hidden; */

	background-image:url("33.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}

h1{
	font-size:14pt; /* タイトルのフォントの大きさ */
	margin:0px;
	padding:0px;
}

h2{
	border-bottom:#999 solid 1px;
	font-size:120%; /* 見出しのフォントの大きさ */
	margin:0px;
	text-indent:5px;
}

a{
	color:#6666ff; /*リンクのカラー*/
	text-decoration:none;
}

a:hover{
	background-color:#eeeeff; /*マウスが重なったときのリンクの背景色*/
}

a img{
	border:none 0x;
}

p{
	padding:3px 5px 3px 30px;
}

/*--------------------------------------------*/

#header{
	border-bottom:#999 solid 1px;
	padding:7px;
	height:6%;
	overflow:auto;
}

#main_body{
	width:750px;
	margin:0px 0px 0px auto;
	height:75%;
	overflow:auto;
}

#left_body{
	border-left:#999 double 3px;
	float:left;
	font-size:13px;
	height:100%;
	line-height:26px;
	margin-left:5px;
	margin-right:15px;
	width:24%;
}

#right_body{
	border-left:#ccc solid 1px;
	float:left;
	width:70%;
	height:100%;
	overflow:auto;
}

#footer{
	border-top:#999 solid 1px;
	clear:both;
	font-size:11px;
	text-indent:10px;
	height:8%;
	overflow:hidden;
}

/*----------- ulはメニューに使用しています -------------*/

#left_body ul,#left_body li{
	margin:0px;
	padding:0px;
}

#left_body ul{
	margin-bottom:10px;
	width:100%;
}


#left_body ul li a{
	padding-left:10px;
}

#left_body ul li a:hover{
	position:relative;
	top:1px;
	left:1px;
}

-->
