*{
	margin: 0px;
	padding: 0px;
}
html{
	background-color: #079cdc;
}
body{
	line-height : 170%;
	font-size : 90%;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333333;
	border-top: 3px solid #079cdc;
	background-color: #eeede1;
}
#header{
	width : 100%;
	background-color: #FFF;
}
#headerinner{
	margin-right : auto;
	margin-left : auto;
	height: 110px;
	width: 950px;
	position: relative;
}
#headerleft{
	padding: 5px 0px;
	float: left;
	width: 520px;
	height: 100px;
}
#headerright{
	padding: 5px 0px 0px 0px;
	float: right;
	width: 430px;
	text-align: right;
}
#topmenu{
	width : 100%;
	height: 45px;
	clear: both;
	background-color: #079cdc;
	border-bottom: 3px solid #0578A9;
}
#topmenuinner{
	margin-right : auto;
	margin-left : auto;
	width: 950px;
}
#toppageimage{
	width : 100%;
	clear: both;
	padding: 0px 0px 0px 0px;
	height: 330px;
	margin: 10px 0px 0px 0px;
}
#toppageimageinner{
	margin-right : auto;
	margin-left : auto;
	width: 950px;
}
#container{
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	border-left: 0px solid #f4f4f4;
	border-right: 0px solid #f4f4f4;
	background-color: #eeede1;
}
#main{
	padding: 15px 0px;
	clear: both;
}
#menu{
	float: left;
	width: 220px;
	padding: 0px 5px 0px 0px;
}
#right{
	float: right;
	width: 680px;
	padding: 10px 20px;
	border: 1px solid #079cdc;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#bottommenu{
	text-align: right;
	clear: both;
	padding: 7px 10px;
	background-color: #ffffff;
	border-top: 1px solid #e9e9e9;
}
#footer{
	width : 100%;
	background-color: #079cdc;
	clear: both;
}
#footerinner{
	width: 950px;
	margin-right : auto;
	margin-left : auto;
	clear: both;
	padding: 0px 0px;
}
#footerinner a{
	color: #fff;

}
#footerleft{
	padding: 25px 10px;
	float: left;
	width: 300px;
	color: #fff;
}
#footerright{
	padding: 25px 10px;
	float: right;
	width: 600px;
	text-align: right;
	color: #fff;
}
#topmenu ul li{
	float: left;
	width: 189px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-left: 1px solid #0578A9;
}
#topmenu ul li.right{
	float: left;
	text-align: center;
	list-style: none;
	height: 45px;
	line-height: 45px;
	width: 188px;
	border-right: 1px solid #0578A9;
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
}
#topmenu a:hover{
	background-color: #0578A9;
}
.menubar{
	color: #FFFFFF;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-indent: 15px;
	margin: 0px 0px 5px 0px;
	background-color: #079cdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu ul {
}
#menu ul li{
	font-weight: normal;
	text-indent: 25px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 100%;
	margin: 0px 0px 4px 0px;
}
#menu ul li a{
	color: #000;
	text-decoration: none;
	display:block;
}
#menu ul li a:hover{
	color: #003399;
	text-decoration: underline;
	display:block;
}
a:link{
	color:#000;
}
a:visited{
	color:#000;
}
a:hover{
	color:#000;
}
a:active{
	color:#000;
}
.entry{
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 35px;
	font-size: 120%;
	line-height: 45px;
	font-weight: bold;
	color: #483517;
	background-image: url(images/entrybar.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.subentry{
	margin-top: 5px;
	text-indent: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 120%;
	line-height: 30px;
	background-image: url(images/subentry.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	border-bottom: 2px solid #079cdc;
	clear: both;
}
.thirdentry{
	color: #333;
	font-weight: normal;
	font-size: 110%;
	margin-bottom: 5px;
	text-indent: 5px;
	line-height: 30px;
	border-left: 4px solid #079cdc;
	clear: both;
	padding-left: 10px;
}
.red{
	color: #CC0000;
}
.bold{
	font-weight: bold;
}
.orange{
	color: #FF6600;
}
.big{
	font-size: 140%;
}
.small{
	font-size: 80%;
	line-height: 150%;
}
.question{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 40px;
	font-size: 140%;
	color: #333333;
	background-image: url(images/q.gif);
	line-height: 30px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.answer{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 40px;
	font-size: 100%;
	color: #333333;
	background-image: url(images/a.gif);
	line-height: 30px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.tableborder{
	border-collapse: collapse;
	border: 1px solid #e9e9e9;
}
.tableborder td{
	border: 1px solid #e9e9e9;
	padding: 4px;
}
.borderbox{
	padding: 10px 10px;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.clear{
	clear: both;
}
.toppagemenu{
	margin-bottom: 5px;
}
.imageleft{
	margin: 0px 15px 15px 0px;
	float: left;
}
.imageright{
	margin: 0px 0px 15px 15px;
	float: right;
}
.imagebottom{
	margin: 0px 0px 10px 0px;
}
.imagewaku{
	padding: 5px; /* 画像枠 */
	border: 1px solid #e9e9e9; /* 画像の枠線 */
}
.item_box{
	padding: 5px 10px;
	border: 1px solid #f4f4f4;
	float: left;
	width: 313px;
	margin: 0px 5px 10px 0px;
}
ul.link li{
    list-style:none;
}
.clearfix:after{
	 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix{
	 
    height : 1%; 
} 
.clear{
	 
    clear : both; 
} 
