/*
ベース
-------------------------------------------------------------------*/

* {
	color:#000033;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


#main{
	width:640px;
	margin:auto;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;

}


a {
	color:#4B70CD;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


p {
	margin: 10px;

}


/*
ヘッダー
-------------------------------------------------------------------*/

#head {
	height:70px;
	background-image: url(head.jpg);
	background-repeat: repeat-x;
}




h1 {
	font-size: 25px;
	color: #990000;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;

}





