<!--

body{
	color:#555555; /*標準のフォントカラー*/
	font-family:Verdana,"ＭＳＰゴシック",Sans-serif;
	font-size:75%; /*標準のフォントサイズ*/
	line-height:200%;
	margin:5px 0px;

	background-image:url("28.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}

h1{
	color:#999;
	font-size:15pt;
	margin:0px;
}

h2{
	border-left:#eee solid 50px;
	color:#999;
	font-size:125%;
	line-height:90%;
	margin:0px;
	margin-top:10px;
	padding:0px;
	text-indent:5px;
}

a{
	color:#6666ff; /*リンクのカラー*/
	text-decoration:none;
}

a:hover{
	background-color:#eeeeff; /*マウスが重なったときのリンクの背景色*/
}

p{
	padding:5px;
	margin:5px;
}

/*--------------------------------------------*/

#header{
	padding:10px;
	padding-bottom:0px;
}

#main_body{

}

#right_body{
	float:left;
	padding-right:0px;
	width:250px;

	position:absolute;
	top:90px;
	right:0px;
}

#left_body{
	clear:both;
	float:left;
	width:53%;

	position:absolute;
	top:90px;
	right:260px;
}

#footer{
	border-top:#999999 solid 1px;
	clear:both;
	font-size:9pt;
	text-indent:10px;
}

/*----------- dlはメニューに使用しています -------------*/

#right_body ul,#right_body dd{
	margin:0px;
	padding:0px;
}

#right_body ul{
	margin-bottom:10px;
	width:100%;
}


#right_body ul li{

	margin-top:5px;
	text-indent:5px;
}

#right_body ul li a{
	background:#111 url("28.jpg") 25px 50px ;
	display:block;
	width:100%;
}

#right_body ul li a:hover{
	background-color:#333;
}

-->
