/* サイトインフォメーション
----------------------------------------*/
h1.siteinfomation  {
	position: relative;
	top: 216px;
	z-index: 5;			/* こいつがないとMain Contentsに隠れる */
	width: 424px;
	height: 16px;
	margin:0 auto;
	padding: 1px 0 1px 12px;
	border: 1px solid #66cc00;
	color: #66cc00;
	font-size: 12px;
/*	background-image: url(../images/h1headline.gif); */
	background-position: left top;
	background-repeat: repeat-y;
}

div#siteinfo-maintext {
	position: relative;
	width:436px;
	height: 1%;
	margin: 0 auto;
	margin-top: 117px;
	color: #666666;
	}

	div#siteinfo-maintext h3{
		width: 428px;
		margin-bottom: 15px;
		padding: 1px 0px 1px 8px;
		border: 1px solid #66cc00;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		background-color:#66cc00;
	}

	div#siteinfo-maintext p{
		width: 100%;
		margin: 0 5px 20px 8px;
		line-height: 1.7;
		text-align: justify;
	}

	div#siteinfo-maintext ol{
		margin-left: 30px;
		margin-bottom: 20px;
		line-height: 1.7;
	}

	div#siteinfo-maintext h4{
		display: block;
		width: 420px;
		margin-top: 40px;
		padding: 1px 5px 1px 8px;
		border: 1px solid #66cc00;
		font-size: 12px;
		text-align: right;
	}

	div#siteinfo-maintext a{
		text-decoration:none;
	}
