* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #f8f8f8;
}
body{
	line-height : 180%;
	font-size : 85%;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333333;
	border-top: 3px solid #00369a;
	background-color: #FFF;
	background-image: url(images/g_fade.jpg);
	background-repeat: repeat-x;
}
#header {
	width : 100%;
	background-color: #FFF;
}
#headerinner {
	margin-right : auto;
	margin-left : auto;
	height: 112px;
	width: 950px;
	position: relative;
}
#headerleft {
	padding: 20px 0px 20px 0px;
	float: left;
	width: 500px;
	height: 72px;
}
#headerright {
	padding: 20px 0px 0px 0px;
	float: right;
	width: 450px;
	text-align: right;
}
#topmenu {
	width : 100%;
	height: 45px;
	clear: both;
	border-bottom: 2px solid #00369a;
	background-image: url(images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #00369a;
}
#topmenuinner {
	margin-right : auto;
	margin-left : auto;
	width: 950px;
}
#toppageimage {
	width : 100%;
	clear: both;
	padding: 0px 0px 0px 0px;
	height: 300px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
}
#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: 2px solid #f4f4f4;
	border-right: 2px solid #f4f4f4;
	background-color: #FFF;
}
#main {
	padding: 15px 14px;
	background-color: #ffffff;
	clear: both;
}
#menu {
	float: right;
	width: 200px;
	padding: 0px 0px 0px 10px;
}
#left {
	float: left;
	width: 700px;
	padding: 0px 10px 0px 0px;
}
#bottommenu {
	text-align: right;
	clear: both;
	padding: 7px 10px;
	background-color: #ffffff;
	border-top: 1px solid #e9e9e9;
}
#footer {
	width : 100%;
	background-color: #f8f8f8;
	clear: both;
}
#footerinner {
	width: 950px;
	margin-right : auto;
	margin-left : auto;
	clear: both;
	padding: 10px 0px;
	color: #333;
}
#footerinner a {
	color: #333;
}
#footerleft {
	padding: 5px 10px;
	float: left;
	width: 370px;
}
#footerright {
	padding: 5px 10px;
	float: right;
	width: 530px;
	text-align: right;
}
#topmenu ul li {
	float: left;
	width: 157px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-left: 1px solid #06c;
	background-image: url(images/topmenu_bg.jpg);
	background-repeat: repeat-x;
}
#topmenu ul li.right {
	float: left;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	width: 158px;
	border-right: 1px solid #06c;
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
}
#topmenu a:hover {
	background-image: url(images/topmenu_bg_hover.jpg);
	background-repeat: repeat-x;
}
.menubar {
	color: #333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	text-indent: 15px;
	margin: 5px 0px 5px 0px;
}
#menu ul {
}
#menu ul li {
	font-weight: bold;
	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: #333333;
	text-decoration: none;
	display:block;
}
#menu ul li a:hover {
	color: #003399;
	text-decoration: underline;
	display:block;
}
a:link {
	color:#039;
}
a:visited {
	color:#039;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
.entry {
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 45px;
	font-size: 100%;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	background-image: url(images/entry.gif);
	background-repeat: repeat-x;
}
.subentry {
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 30px;
	border-bottom: 1px dotted #00369a;
	background-color: #f8f8f8;
	border-left: 4px solid #00369a;
}
.thirdentry {
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	background-color: #FFF;
	margin-bottom: 5px;
	text-indent: 10px;
	line-height: 25px;
	border-left: 4px solid #00369a;
	margin-top: 5px;
}
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.big {
	font-size: 130%;
}
.small {
	font-size: 80%;
	line-height: 150%;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #330000;
}
.tableborder td{
	border: 1px solid #ccc;
	padding: 4px;
}
.tableborder th{
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #f4f4f4;
	text-align: left;
	font-weight: normal;
}
.borderbox {
	padding: 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
}
.borderbox2 {
	padding: 10px 10px;
	background-color: #FFCCCC;
	border: 0px solid #cccccc;
}
.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 #f4f4f4; /* 画像の枠線 */
}
.toppage_borderbox {
	padding: 5px 10px;
	border: 1px solid #f4f4f4;
	float: left;
	width: 320px;
	margin: 0px 5px 10px 0px;
}
.clearfix:after { 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix { 
    height : 1%; 
} 
.clear { 
    clear : both; 
} 
