*{ margin:0; padding:0;}

body {
	margin: 0;
	padding:0;
	background-color: #ECF2F1;
	font-size: 96%;
	color: #333;
	text-align: center;
}

#container {
	width: 780px;/*720px;*/
	background-color: #FFFFFF;
	border:1px solid #999;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin: 0 auto;
	
	position:relative;
	zoom:1;
}

/*----------------------------*/
.header {
	width: 780px;/*718px;*/
	height: 90px;
	
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	
	background-image: url(img/head_img.gif);
	background-position:50% 50%;
	background-repeat: no-repeat;
	
	margin-bottom:35px;
}
.header img {
	float:right;
	margin-top:25px;
	margin-right: 20px;
}

/*----------------------------*/
#globalnavi{
	position:absolute;
	top:91px;
	left:5px;
	height:25px;
}

#globalnavi ul{}

#globalnavi li{
	list-style-type: none;
	width:128px;
	height:32px;
	float: left;
}

#globalnavi li a{
	display: block;
	width: 100%;
	height:20px;
	background-color:#0066cc;/*#FFF; /*#ff9900;*/
	border-bottom: 2px solid #0066cc;

	padding-top:1em;
	text-align: center;
	text-decoration: none;
	font-size:80%;
	color:#FFF;	
}

#globalnavi li a:hover{
	height:20px;
	background-color: #FFF;
	color: #000;
}
#globalnavi #now{
	height:22px;
	padding-top:1em;
	text-align: center;
	font-size:80%;
	color:#000;	

}

/*----------------------------*/
#contents{
	clear:both;
	width:780px;/*720px; */
	margin:0;
	padding: 0;
	
	text-align:left;
}

.footer {
	clear: both;
	
	width: 780px;/*720px*/;
	height: 20px;
	margin: 0; padding: 0;
	
	/*あとで作り直し*/
/*	background-image:url("img/foot_img.gif");*/
	background-color:#CCC;
	background-position:50% 50%;
	background-repeat:no-repeat;

	font-size:70%;
	font-weight:normal;
	text-align:center;
	line-height:20px;
}


/*mainフレームが２分割した場合のタイトル*/
h2{
	margin:10px 0px 0px 10px;
	height:30px;
	background-image:url(img/h2_565.gif);
	background-repeat:no-repeat;
	
	padding:10px 0px 0px 10px;
	color:#000;
	font-size:120%;
	font-weight:normal;
}
h4{
	margin:20px 10px 10px 10px;
	height:25px;
	background-image:url(img/h4_565.gif);
	background-repeat:no-repeat;
	
	padding:5px 0px 0px 30px;
	color:#000;
	font-size:120%;
	font-weight:normal;
}

/*----------------------------*/
.unfinished{
	padding-top:0em;
	color:#FFF;

}