/* トップページレイアウト用　 */

.contents {
	text-align: left;
	background-color: #ffffff;
	width: 846px;
	height:760px;
	margin: auto;
	border-top-color: #88ee88;
	border-bottom-color: #118811;
	border-left-color: #88ee88;
	border-right-color: #118811;
	border-style:solid;
	border-width: 1px;
	}

.hidari {
	background-color: #ffffff;
	float:left;
	width: 270px;
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 15px;
	color: 558877;
	}


.naka {
	background-color: #ffffff;
	float:left;
	width: 270px;
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 8px;
	border-left: dotted 2px #77ee88;
	border-right: dotted 2px #77ee88;
	color: 558877;
	}

.migi {
	background-color: #ffffff;
	float:left;
	width: 270px;
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 8px;
	color: 558877;
	}

h1 {
	border: solid 1px;
	border-top: 1px solid #ffffff;
	border-right: 1px sorid #00c030;
	border-bottom: 1px sorid #00c030;
	border-left: 18px solid #00c030;
	background-color: #bbffdd;
	display:block;
	padding: 2px 5px;
	font-size: 12pt;
	font-weight: 800;
	color: #00c030;
	}

.button {
	border: solid 1px;
	border-top: 1px solid #ffffff;
	border-right: 1px sorid #00c030;
	border-bottom: 1px sorid #00c030;
	border-left: 18px solid #00c030;
	background-color: #bbffdd;
	display:block;
	padding: 2px 5px;
	font-size: 12pt;
	font-weight: 800;
	color: #00c030;
	}

	