/*本体初期設定*/
body{
	width: 800px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0;
	line-height: 130%;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック";
}

/*ヘッダー１設定*/
.header1{
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 30px;
	width: 800px;
	color: #d94fe3;
}

/*ヘッダー２設定*/
.header2{
	height: 420px;
	width: 800px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	letter-spacing: 0.1em;	
}
.header2 blockquote{
	padding-top: 180px;
	padding-left: 180px;
	color: #666666;	
}
.header2 p{
	color: #ff0000;
	padding-top: 8px;
	padding-left: 350px;	
}
.linkbox{
	width: 182px;
	padding-top: 7px;
	margin-left: 307px;
}
#linkok{
	color: #003399;
	float: left;
}
#linkng{
	color: #ff6600;
	float: right;
}

/*本文設定*/
.main{
	width: 800px;
	height: 300px;
    font-size: 10px;
	line-height: 130%;
	margin: 5px;
}
.main a{
	color: #999999;
}
.unit{
	width: 530px;
	float: left;
}
.left-main{
	width: 250px;
	float: left;
	margin: 0px 0px 0px 10px;
}
.center-main{
	width: 250px;
	float: right;
	margin: 0px 0px 0px 10px;
}
.right-main{
	width: 250px;
	float: right;
	margin: 0px 0px 0px 10px;
}
#sub-title{
	margin:10px 4px 10px 4px;
}
	
/*フッター設定*/
.footer{
	height: 55px;
	width: 800px;
	background-image: url(../images/footer-back.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	clear: both;
	padding-bottom: 20px;
}
.footer p{
	line-height: 100%;
	text-align: center;
	font-size: 10px;
	color: #000000;
	letter-spacing: 0.1em;
}
.footer p span{
	color: #ffffff;
}
.footer2 {
	width: 800px;
	background-image: url(../images/footer-back3.gif);
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
}
