@charset "UTF-8";
/* CSS Document */

body {	
		margin:0;
		font-size:12px;
		color:#333;
		background-color:#FFF;
		letter-spacing:0.3em;
		line-height:18px;
		background-image:url(top/ball.gif);
}

#header {
		width:800px;
		height:150px;
		background-color:#00C;
		background-image:url(top/logo.gif);
		background-position:center;
		background-repeat:no-repeat;
}

#menu {
		width:800px;
		height:35px;
		color:#FFF;
		background-color:#00C;
}

#menu a{
		font-weight:bold;
		color:#fff;
		text-decoration:none;
}

#menu a:hover{
		color:#090;
		text-decoration:none;
}

#main{
		width:796px;
		height:auto;
		border:dotted 2px #00F;
		background-color:#fff;
}

#footer {
		color:#ffffff;
		width:800px;
		height:150px;
		background-color:#00C;
}
p.midashi{
		font-size:20px;
		font-weight:bold;
		background-color:#B00;
		line-height:25px;
		color:#FFF;
}


#footer a {
		color:#ffffff;
		margin:5px;
		text-decoration:none
}

#footer a:visited {
		color:#ffffff;
		margin:5px;
		text-decoration:none
}





