body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: center top;
	margin:0 auto;
	padding: 0px;
	color: #333333;
	line-height: 1.4em;
}

div,p {
	margin:0px;
	padding: 0px;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


table {
	margin:0px;
	padding: 0px;
}

.red3{
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}

.red2{
	font-size:12px;
	color:#CC0000;
}

/*--------------------------------------------------
ボックススタイル
--------------------------------------------------*/
#container {
	display:block;
	text-align: center;
	background-color: #ffffff;
	width: 802px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.contents {
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	display: block;
	width: 740px;
	margin: 0 auto;
	padding: 0px;
}

#left {
	display:block;
	width:500px;
	float:left;
}

#right {
	display:block;
	width:210px;
	float:right;
}

.clear {
	clear:both;
}

#top_image {
	margin-bottom: 1px;

}

.space100 {
	margin-top: 50px;
	margin-bottom: 50px;
}


.space40 {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*--------------------------------------------------
リンクスタイル
--------------------------------------------------*/
a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #FF3399;
	text-decoration: underline;
}

a:active {
	color: #FF3399;
	text-decoration: underline;
}

/*--------------------------------------------------
ナビゲーションメニューのスタイル
--------------------------------------------------*/

#nav_manu{
	display:block;
	width:858px;
	padding: 0px;
	margin: 0 auto;
}

ul#nav {
	padding: 0px;
	margin: 0px;
}

ul#nav li {	
	margin-right: 1px;
	padding: 0px;
	list-style-type: none;
	float:left;
}

/*--------------------------------------------------
フッターのスタイル
--------------------------------------------------*/
#footer {
	/* 必要ならば，フッタ部分に関する設定をしてください */
	font-size: 90%;
	line-height: 1.2em;
	width: 800px;
	margin-top: 10px;
	padding-top: 5px;
	margin: 0 auto;
}

#footer address {
	/* 必要ならば，コピーライト部分に関する設定をしてください */
	font-style: normal;
	padding:5px;
	margin-bottom: 1px;
	color:#ffffff;
	background-color:#3A287C;
}
