@charset "UTF-8";
/* CSS Document */

/*-------------------------------*/
/*共通設定*/
/*-------------------------------*/

*{
	margin: 0;
	padding: 0;
	line-height:1.6;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

body{
	width: 1024px;
	color:#666;
	font-size:small;
	text-align:center;
	margin: 0 auto;
}

#wrapper{
	width:1024px;
	margin: 0 auto;
	text-align:left;
}

h2{
	font-size: 16px;
	color:#91CFD3;
	clear:both;
}

h3{
	padding: 7px 10px;
	font-size:12px;
}

h4{
	margin: 10px 0;
}

hr{
	border:#69BAB7 dotted 1px;
	clear:both;
}

.line{
	width:300px;
	border:dotted #CCC 1px;
}

/*-------------------------------*/
/*ヘッダー*/
/*-------------------------------*/

h1{
	margin: 10px 0;
	font-size:12px;
	color:#999;
	text-align:left;
}

#header{
	width: 1024px;
	margin-top: 20px;
	height: 50px;
}

#header ul{
	padding-left:550px;
	list-style:none;
	text-decoration:none;
}

#header ul li{
	letter-spacing:2px;
	margin-left:10px;
	float:left;
}

#header ul li a{
	text-decoration:none;
	color:#999;
}

#header ul li a:hover{
	text-decoration:none;
	color:#000;
}

#header ul li .page{
	border-bottom:solid 1px #000;
}

/*-------------------------------*/
/*メイン*/
/*-------------------------------*/
#main{
	margin: 50px 0;
	clear:both;
}

/*-------------------------------*/
/*フッター*/
/*-------------------------------*/
#footer{
	font-size:10px;
	text-align:center;
}

#infoleft{
	width: 500px;
	margin-left:10px;
	font-size:12px;
	text-align:left;
	float:left;
}

#inforight{
	display:block;
	margin-left:10px;
	font-size:12px;
	text-align:left;
}

#copy{
	margin-top: 10px;
	text-align:right;
	clear:both;
}
