/*--- 全体 -------------------*/
div,h1 {
	margin:0;
	padding:0;
	border:0;
}
html {
	height:100%;
}

body {
	width:1000px;
	height:100%;
	margin:auto;
	color:#000080;
	background:url(../image/back.jpg);
    background-position:right bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

h1,h2{
 font-size:1.6em;
 font-weight:bold;
}

p{
	line-height:1.2em;
}
/*--- レイアウト -------------*/

div#wrap{
	width:1000px;
	margin:0 auto;
	background:url(image/back.jpg);

	min-height:100%;
	position:relative;
	padding-bottom:90px;
}
div#headder{
	width:1000px;
}
div#contents{
	width:1000px;
}
div#top_menu {
	width:200px;
	float:left;
}
div#left_side {
	width:790px;
	margin:2px 0;
	float:right;
}
div.section {
	width:770px;
	padding:5px 10px;
	margin-bottom:10px;
	background:#FFFFFF;
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-ms-filter:"alpha(opacity=70)";
}
div#foot_menu {
	width:1000px;
	margin:20px 0 20px 0;
	font-size:0.8em;
	clear:both;
}
div#foot_menu div.inbox1 {
	width:328px;
	padding:0 8px 0 0;
	margin:15px 0 15px 0;
	float:left;
}
div#foot_menu div.inbox2 {
	width:328px;
	padding:0 8px 0 0;
	margin:15px 0 15px 0;
	text-align:center;
	float:left;
}
div#foot_menu div.inbox3 {
	width:328px;
	padding:0;
	margin:15px 0 15px 0;
	float:right;
}
div#footer{
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	bottom:0;
}

/*--- メニュー ---------------*/
div#top_menu ul{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
}
div#top_menu ul li{
	width:200px;
}
div#top_menu ul li a{
	width:190px;
	padding:3px 5px 3px 5px;
	margin:3px 0;
	display:block;
	border:#FFFFFF 1px solid;
	font-weight:bold;
	font-size:0.9em;
	background:#99FFFF;
	color:#666666;
	text-decoration:none;	
}

div#top_menu ul li a:hover{
	background:#BBBBBB;
	color:#FFFFFF;
}

/*--- 汎用 ---------------------*/
div.copy {
	background-color:#6699ff;
    color:#000080;
	font-size:15px;
	padding:10px;
}

.center{
	text-align:center;
}

img.img_hov:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-ms-filter:"alpha(opacity=70)";
}
.cl {
	clear:both;
}