@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body{
	width:820px;
	margin:auto;
	overflow:scroll;
	background-image:url(../images/haikei-1.png);
}

#container{
	padding:15px 10px;
	margin-top:30px;
	background-color:#ffffff;
	overflow:hidden;
}

header{
	width:260px;
	position:fixed;/*新しく記述*/
}

.caption{
	width:240px;
	text-align:center;
	padding:10px;
}

footer{
	clear:both;
	padding:10px 15px;
}

/*hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhヘッダーhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh*/

h1{
	padding:15px 0px;
	width:260px;
	text-align:center;
}

h1 a{
	text-decoration:none;
	color:#000000;
	font-size:1.5em;
}

a span{
	font-size:2.6em;
}


.caption h2{
	font-size:1em;
}

.list{
	text-align:center;
	margin-bottom:3px;
}

.list p{
	font-family:sans-serif;
	font-size:0.9em;
}

.list p a{
	text-decoration:none;
	color:#666666;
}
/*hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhヘッダーhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh*/


/*oooooooooooo000000000ooooo0ooooo00000000000ooooooooooooo0oooooo0ooo0oooooo0o00oo0*/

.navi{
	padding-left:320px;/*新しく記述*/
	margin:auto;
}
/*ドロップボックス*/
.navi{
	width:435px;
	font-size:1.125em;
	font-weight:bold;
}

.navi li{
	padding-right:5px;
	float:left;
	line-height:30px;
	width:140px;
	list-style-type:none;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:center;
}

.navi li a{
	display:block;
	color:#000000;
	text-decoration:none;
	text-align:center;
	background-color:#FFFFFF;
}

.navi li a:hover{
	color:#999999;
	
}

.navi li:hover ul{
	display:block;
	position:absolute;
}

.navi li ul{
	display:none;
}

.navi li li{
	float:none;
}

.navi li li a{
	background-color:#FFFFFF;
}

/*ドロップボックス*/


/*nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn*/

#wrapper{
	border:solid 1px #444444;
		background-image:url(../images/border.png);
		float:right;
		padding:25px;
		overflow:hidden;
		width:460px;
}

#contents{
	clear:both;
	/*float:right;*/
	text-align:center;
	width:460px;
	/*border:solid 1px #444444;*/
	background-color:#ffffff;
}

form{
	margin-top:10px;
	padding:10px;
}

form p{
	margin:5px;
}

form p span{
	color:#FF0000;
}


#contents button:hover{
	opacity:0.7;
}
/*ccccccccccccccccccccccccccccCONTENTScccccccccccccccccccccccccccccccccc*/





/*ffffffffffffffffffffffffffffFOOTERfffffffffffffffffffffffffffffffff*/

footer p{
	text-align:right;
	font-size:0.7em;
	margin-bottom:20px;

}

footer p a{
	text-decoration:none;
	color:#000000;
}
