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

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

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

img{
	border:none;
}

body{
	width: 960px;
	color:#000;
	font-size:small;
	text-align:center;
	margin: 0 auto;
	background-color:#EEE;
/*	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;*/
}

#wrapper{
	width:960px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
}


/*-------------------------------*/
/*ヘッダー*/
/*-------------------------------*/
#header{
	width: 960px;
	height:80px;
}

h1{
	margin-left:20px;
	float:left;
}

#topbar{
	float:right;
}

#topbar a{
	font-size:9px;
	color:#000;
	text-decoration:none;
}

/*-------------------------------*/
/*ナビ*/
/*-------------------------------*/
#navi{
	width:960px;
	height:35px;
	background-color:#d4dcda;	
}

#navi ul{
	margin-top:6px;
	margin-left:250px;
	float:left;
	color:#333;
}

#navi ul li{
	margin:0 3px;
	list-style:none;
	float:left;
}

#navi a{
	color:#333;
	font-size:12px;
}

#navi a:hover{
	color:#900;
}


/*-------------------------------*/
/*メイン*/
/*-------------------------------*/
#main{
	width:960px;
	height:593px;	
	background-image:url(../images/top4.jpg);	
}

#news{
	width:900px;
	height:563px;
	padding:10px 0 0 20px;
}

.sab{
	margin-left:50px;
	font-size:12px;
}

.banner{
	margin-top:400px;
	margin-left:700px;
}

/*-------------------------------*/
/*フッター*/
/*-------------------------------*/
#footer{
	clear:both;
	width:960px;
	height:100px;
	font-size:10px;
	border-top:#999 dotted 1px;
	border-bottom:#999 dotted 1px;
}

#footer .comp{
	margin:10px 20px;
}

#footer .copyright{
	float:right;
	margin-right:20px;
}

#news_letter{
	background-color:#FFF;
	width:300px;
	height:100px;
}

h3{
	font-size:14px;
	margin-left:10px;
	color:#000;
	background-color:#FFF;
}

.letter{
	margin-left:20px;
	font-size:10px;
	color:#000;
	
}

.letter a{
	color:#000;
	background-color:#fff;
}

.letter a:hover{
	color:#900;
}

#news ul li{
	list-style:none;
}