* {
	margin : 0;
	padding : 0;
}
body {
	background: #DCDFC9;
	text-align : center;
	font-family : HG丸ｺﾞｼｯｸM-PRO,"ＭＳ Ｐゴシック",sans-serif;
}
p{
    line-height:150%;
    font-size:16px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:18px;
}
h4 {
    font-size:16px;
    color:#660000;
}
#container{
	background-color: #ffffff;
	width : 900px;
	margin : auto;
	text-align: left;
}
#header{
	height:100px;
	width: 900px;
	background-image : url(bunka.png);
	text-align:right;
	background-color : #339966;
}
#header h1{
	margin-right: 70px;
	color: #660000;
	padding-top: 15px;
	font-size: 32px;
}
.mincho {
	font: 23px "ＭＳ Ｐ明朝";
	color: #660000;
}
#header h4 {
	padding-top: 13px;
	text-decoration: underline;
	margin-right: 70px;
	font-size: 18px;
}
#navi{
	background-color: #E7FFDB;
	width : 900px;
	height : 29px;
	border-bottom: 1px solid #2f5b18;
}
#navi h3{
    text-align:right;
    margin-right:70px;
    font-weight:normal;
	line-height: 30px;
}
#container2 {
    width: 900px;
    background-image:url(vertical-line-1.gif);
    background-repeat:repeat-y;
    background-position:20px 0px;
    padding-bottom:20px;
}
#sidebar {
    width: 215px;
    padding-top: 12px;
    padding-left: 10px;
    float: left;
    text-align: left;
    background-color:#ffffff;
}
#sidebar h2 {
    font-size:18px;
	margin-top: 8px;
}
#sidebar ul{
	list-style-type : none;
	margin-left : 20px;
}
#sidebar li{
    font-size:15px;
	line-height: 150%;
}
#main{
	width: 650px;
	padding-top: 10px;
	float: right;
	text-align: center;
	display: inline;
}
#main h2{
	margin-left: 15px;
	margin-right: 15px;
	padding-top : 8px;
	line-height: 1.5em;
	text-align : left;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: olive;
}
#main h3{
	padding-top : 8px;
	line-height: 1.5em;
	text-align : left;
	margin-left: 30px;
	margin-right: 20px;
}
#main p{
   margin-top:5px;
   margin-bottom:10px;
}
#main dd p a img{
margin: 5px ;
}
#footer{
    background-color:#2f5b18;
    width:900px;
    height:30px;
    clear:both;
    text-align:center;
}
#footer p {
	font-size:14px;
	line-height: 30px;
	color:#ffffff;
}
#footer a {
    color:#ffffff;
    text-decoration:none;
}
.top_space{
	margin-top:8px;
}
dl {
	background-color:#ffffff;
}
dt {
	text-align: right;
}
dd {
	padding-left: 0px;
}
/* backなどのところ */

#main p .line{
	text-align: center;
}
/* subjectのところ */
.daimei{
	background-color:#E7FFDB;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.honbun{
    text-align: left;
    padding-left: 10px;
    line-height:130%;
}
.hizuke{
    text-align: right;
    font-size:10px;

}
dd p{
	text-align: center;
	padding-bottom: 5px;
}
.submit_rightmargin {
    margin-right:50px;
}
