
/*ページのレイアウト用CSS*/

body {
}


#contents {
	width:780px;
	background-color:#FFFFFF;
	margin:0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size:90%;
}

#sum {
	font-size: 90%;
	text-align: right;
	line-height: 15px;
	padding-top:10px;
	padding-right:10px;
}

#sum strong {
	font-weight: normal;
	color: #333333;
}
#main {
	width:780px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;	
}

#navi{
	width:780px;
	abackground-image:url(w6b.gif);
	background-color:#f0f0f0;
	height:25px;
	margin-top:20px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
}

#navi li{
	float: left;
	width:120px;
	text-align: center;
	margin:0;
	padding:0;
	border-right: solid 1px #cccccc;
}

#navi a {
	color:#000000;
	display:block;
}

#footer {
	width:780px;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 12px;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top:5px;
	padding-bottom:5px;
}

#footer p {
	margin: 0;
	line-height: 17px;
	font-size: 12px;
}

#footer p.copy {
	font-size: 12px;
}

#footer a { 
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

body{
	width:780px;
	text-align:center;
	background-image: url(w6b.gif);
	margin-top:0;

}