﻿/*
ベース
-------------------------------------------------------------------*/

* {
	color:#000033;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bolder;
}

body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


#main{
	width:750px;
	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;
	border:solid 1px #000;
}


a {
	color:#4B70CD;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


p {
	margin: 10px;

}


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

#head {
	height:170px;
	background-image:url(../images/header.jpg);
	background-repeat: repeat-x;
}




h1 {
	font-size: 20px;
	display: block;
	text-decoration: none;
    padding-top:65px;
	padding-left:30px;
    color: #fff;
    font-size: 2em;
    font-weight: bold;

}






