@charset "shift-jis";

html {
	overflow-y: scroll;
 /*内容がブラウザの縦幅に満たないとき表示位置がずれるので、スクロールバーを常に表示させる*/
}

body {
	background-color: /*#f5f5dc*/#e2f5e7;
	margin: 0px;
	padding: 0px;

	background-position: top left;
	background-image: url(../img/side_back.gif);
	background-repeat: repeat-y;


}


#contents{
	width: /*718px*/800px;

}


#main{
	width: /*558px*/600px;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
font-size: 0.95em;
}


#side{
	width: 140px;
	float: left;
	padding-top: 80px;
	text-align: center;
}

#side img{
	padding-bottom:30px;
}

#add{
	clear: both;
	margin-bottom:30px;
}


#add hr{
	margin-left:140px;
}

#add p{
	padding-left: 100px;
	font-weight:bold;
	text-align:center;
}


h2{
	text-decoration: underline;
	text-align: center;
}

h3{
	margin-top: 30px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../img/back5.gif);
}


p{
	line-height: 130%;
	text-align: justify;
	text-justify: newspaper;

}

li{
	padding-bottom: 3px;
}



.e_table th{
 background-color: /*#fff6c7 #ccff66*/ #76C55F;
}

.e_table td{
	padding: 8px;
	background-color: #ffffff;
}

.e_table caption{
	text-align: left;
	padding-bottom: 10px;
}