* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #C00;
}
body{
	line-height : 180%;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size : 85%;
	color: #333333;
	background-color: #FFF;
	border-top: 3px solid #c00;
}
#header {
	width : 100%;
	background-color: #FFF;
	border-bottom: 1px solid #e9e9e9;
}
#headerinner {
	margin-right : auto;
	margin-left : auto;
	height: 112px;
	width: 950px;
	position: relative;
}
#headerleft {
	padding: 25px 0px 25px 0px;
	float: left;
	width: 570px;
	height: 62px;
}
#headerright {
	padding: 10px 0px 0px 10px;
	float: right;
	width: 370px;
	text-align: right;
	height: 86px;
}
#container {
	width: 950px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	border-left: 0px solid #e9e9e9;
	border-right: 0px solid #e9e9e9;
}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(images/container_bg.gif);
}
#menu {
	padding: 15px 15px 15px 0px;
	float: left;
	width: 200px;
	background-repeat: repeat-y;
}
#topimage {
	width : 100%;
	background-image: url(images/bg.gif);
	height: 250px;
}
#topimageinner {
	margin-right : auto;
	margin-left : auto;
	height: 250px;
	width: 950px;
	position: relative;
}
#main {
	float: right;
	width: 725px;
	padding: 15px 0px 15px 5px;
	background-color: #ffffff;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #e9e9e9;
	background-color: #ffffff;
}
#footer {
	width : 100%;
	background-color: #C00;
	clear: both;
}
#footerinner {
	width: 950px;
	margin-right : auto;
	margin-left : auto;
	clear: both;
	padding: 10px 0px;
	color: #FFF;
}
#footerinner a {
	color: #FFF;

}
#footerleft {
	padding: 5px 10px;
	float: left;
	width: 370px;
}
#footerright {
	padding: 5px 10px;
	float: right;
	width: 530px;
	text-align: right;
}
.menubar {
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	background-image: url(images/menu_bg.gif);
	font-size: 110%;
	margin-bottom: 0px;
	text-indent: 10px;
}
.menubar_2line {
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;


	line-height: 20.px;
	background-image: url(images/menu_bg.gif);
	font-size: 110%;
	margin-bottom: 0px;
	text-indent: 20px;
	line-height: 20px;
}
.menubar_menu {
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	background-image: url(images/menu_bg.gif);
	font-size: 110%;
	margin-bottom: 5px;
	text-indent: 20px;
}
#menu ul {
}
#menu ul li {
	font-weight: bold;
	color: #333333;
	text-indent: 27px;
	list-style-type: none;
	background-image: url(images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 100%;
	height: 35px;
	margin-bottom: 3px;
	line-height: 35px;
}
#menu ul li a {
	color: #333333;
	text-decoration: none;
	display:block;
	height: 35px;
	margin-bottom: 3px;
	line-height: 35px;
}
#menu ul li a:hover {
	color: #333333;
	text-decoration: underline;
	display:block;
	background-image: url(images/menu_li_hover.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
}
#menu ul li a.selected {
	color: #333333;
	display:block;
	background-image: url(images/menu_li_hover.png);
	background-position: 0px;
	background-repeat: no-repeat;
}
a:link {
	color:#C00;
}
a:visited {
	color:#C00;
}
a:hover {
	color:#F00;
}
a:active {
	color:#FF0000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	margin-top: 0px;
	text-indent: 25px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 35px;
	color: #333333;
	background-image: url(images/entrybar.jpg);
	background-repeat: no-repeat;
}
.subentry {
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 30px;
	border-bottom: 1px solid #c00;
	background-color: #f8f8f8;
	color: #333333;
	border-left: 5px solid #c00;
}
.thirdentry {
	margin-top: 5px;
	text-indent: 7px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 25px;
	border-left: 5px solid #c00;
	border-bottom: 0px solid #c00;
}
.fourthentry {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 25px;
}
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.small {
	font-size: 80%;
}
.big {
	font-size: 150%;
}
.underline {
	text-decoration: underline;
}
.tableborder{
	border-collapse: collapse;
	border: 1px solid #e9e9e9;
}
.tableborder td{
	border: 1px solid #e9e9e9;
	padding: 4px;
}
#menu .box {
	padding: 10px 10px;
	background-color: #FFFFFF;
	line-height: 150%;
	border: 1px solid #e9e9e9;
}
.borderbox {
	padding: 5px 10px;
	background-image: url(images/toppage_box_bg.jpg);
	border: 1px solid #f4f4f4;
	margin-bottom: 3px;
}
.borderbox2 {
	padding: 10px 10px;
	background-color: #FFFF99;
	border: 0px solid #cccccc;
}
.clear {
	clear: both;
}
.imageleft {
	padding: 0px 15px 15px 0px;
	float: left;
}
.imageright {
	padding: 0px 0px 15px 15px;
	float: right;
}
.toppage_borderbox {
	padding: 5px 10px;
	border: 0px solid #f4f4f4;
	float: left;
	width: 211px;
	margin: 0px 10px 10px 0px;
	background-color: #FFC;
	background-image: url(images/toppage_box_bg.jpg);
}
