body{
	text-align:center;
	/*background-color: #E3EEFF;*/
	background-color: #E3EEFF;
	
	margin:0;
	padding:0;
}

.block{
	position:absolute;
	width:770px;
	height:760px;
	left:50%;
	top:0%;
	margin-left:-395px;
	margin-top:auto;
	padding:10px 10px;
	background-color: #FFFFFF;

}

#container{
	width:607px;
	height:640px;
	margin:5px auto;
	text-align:left;
	/*background-color: #FFFFFF;*/
	background-image: url(back.gif);
}

#inner{
	margin:0 0px;
}

.main{
	padding:0px10px;
	width:540px;
	height:470px;
	float:right;
	font-size: 12pt;

}

.contents_font{
	font-size: 11pt;
}

.side{
	width:200px;
	height:470px;
	float:left;

}

.fotter{
	width:760px;
	height:50px;
	float:left;
	text-align:center;
	font-size: 10pt;
	padding:10px;
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}



/*a:hover { background-color: #F2F48B; } */
a { text-decoration:none; } 

/*左のメニューのタイトル*/
.menu_1 { 
	height:30px;
	background:#E3EEFF; 
	padding:5px 5px;
	margin-bottom:2px;
	font-weight:bold; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #002059; 
	}

/*左のメニューリンク*/
.link_1 { 
	background:#ffffff; 
	height:30px;
	padding:0 5px; 
	font-weight:bold; 
	border:dotted 1px #C8DDFF;
	font-size: 10pt; 
}

/*リンク画像の枠をけす設定*/
.link_line {
	border:0px;
	}
	
	
.title_bar { 
	background:#efefef; 
	height:30px;
	line-height:30px;
	padding:0px 10px; 
	margin-bottom:10px;
	font-weight:bold; 
	font-size: 20px;
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
}

/*リストの指定*/
ul {
	list-style-type: square;
	padding:0px 10px; 
} 
