@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
h2{
    border-bottom: double 2px #7be46c;
	font-family: sucharaka font;
	font-size: 16pt;
	line-height: 120%;
}
a {
	text-decoration:none;
	color: #05066A;
}
a:hover {
	text-decoration:none;
	color: #DEE6EF;
	background-color: #05066A;
}
-->

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #b7d428
}
#wrapper {
	background-color:#FFFFFF;
	text-align: left;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(img/titlelogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 850px;
	height: 160px;
}
#header h1 {
	padding-left: 46px;
	padding-top: 63px;
}
#navi {
	height: 20px;
	width: 850px;
	padding-top: 60px;
	padding-bottom:0px;
}
#navi ul {
	font-size: 110%;
	text-align: right;
	list-style-type: none;
}
#navi li {
    list-style:none;
    display:inline;
    margin:2px 10px;
	padding: 0px;
	}
#navi li a:link, #navi li a:visited {
	text-decoration: none;
	margin-left: 20px;
}
#navi li a:hover, #navi li active, #navi li a:focus {
	color: #DEE6EF;
}
#box-navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	text-align: left;
	line-height: 1.5;
	margin: 30px 0px 0px 20px;
	height: auto;
	width: 175px;
}
#innerwrapper {
	width: 850px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#leftmenu {
	width: 200px;
	float: left;
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
	margin-right: 10px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 620px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}
#content p {
	font-size: 100%;
	text-align: left;
	line-height: 1.5;
}
#content h2 {
	font-family: Marker Felt;
	text-align: left;
	color: #7DA5C5;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom:dashed;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 130%;
	color: #0d2098;
	padding: 5px 0px 2px 10px;
	margin: 15px 0px 8px 10px;
	border-bottom: 3px double;
	border-left: 10px solid;
}	
.lftflt {
	margin: 0px 5px 5px 5px;
	float: right;
}

/*--  共通の見出しボックス  --*/
.hlbox  { 
	margin: 10px 0px;
    padding: 5px;
    border:	1px dashed #003300;
	font-size: 8pt;
	background-color:#ffffff;
	line-height: 12px;}

/*--  更新情報  --*/ 
.update{
	height: 200px;
	overflow: auto;
	border: 1px solid #E5FFED;
	padding: 5px;
	line-height: 150%;
 }
#ad {
	width: 850px;
	height: 100px;
	clear: both;
	text-align: center;
	}
	
#footer {
	width: 850px;
	clear: both;
	background-color: #6995B1;
	}

#footer p {
	font-size: 89%;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5;
}

.clear {clear: both;}

#box-m {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	text-align: left;
	padding: 5px 15px;
	margin: 5px 0px;
	height:auto;
	width: 95%;
}
#box_wrap {
	background-color: #94bde6;
	border: 1px;
	border-style:solid;
	border-color: #05066a;
	margin: 30px auto;
	padding: 3px;
	height: auto;
	width: 570px;
}
#box {
	background-color:#e6edef;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 5px 10px 5px 10px;
	border: 1px;
	border-style: dashed;
	border-color: #05066a;
	line-height: 1.5;
}
#box ul{
	list-style: none;
	font-size: 100%;	
}
#box li{
	background-image: url(img/i_mark.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display:block;	
	line-height: 1.5;
	margin: 5px 0px 0px 40px;
	padding: 3px 0px 0px 20px;
}
#box h4{
	font-family: Marker Felt;
    width: 250px;
    text-align: center;
    font-size: 15px;
	color: #d6deef;
    background-color:#05066A;
    margin-top: -20px;
    position: relative;
}
