body {
	background-color:#f0eedc;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
body, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, 
pre, form, fieldset,input, table, th, td, embed, object, address  {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.f_clear{
	clear:both;
	margin: 0;
	padding: 0;
}
a:link {
	color:#353535;
	text-decoration:none;
}
a:visited {
	color:#353535;
	text-decoration:none;
}
a:hover {
	color:#575757;
	text-decoration:underline;
}
a:active {
	color:#575757;
	text-decoration:none;
}
font.small{
	font-size:0.8em;
}
hr{
	margin: 20px 0;
	border-width: 1px 0px 0px 0px; 
	border-style: dotted; 
	border-color: #bababa;
	height: 1px; 
	clear:both;
}
h1{
	border-top:1px solid #5e5e5e;
	border-bottom:3px solid #5e5e5e;
	font-size:160%;
	text-align:left;
	line-height:140%;
	margin:20px 20px 10px 20px;
	padding:5px 0;
}
.red_h1{
	border-top:1px solid #cc0000;
	border-bottom:3px solid #cc0000;
	font-size:160%;
	text-align:left;
	line-height:140%;
	margin:20px 20px 10px 20px;
	padding:5px 0;
	font-weight:bold;
}
.blue_h1{
	border-top:1px solid #000055;
	border-bottom:3px solid #000055;
	font-size:160%;
	text-align:left;
	line-height:140%;
	margin:20px 20px 10px 20px;
	padding:5px 0;
	font-weight:bold;
}
caption{
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}
/*--------------------------------------------------------*/
#main {
	width:965px;
	background-image:url(../images/bg01.gif);
	background-repeat:repeat-y;
	background-position:center top;
	text-align: center;
}
#main_box {
	margin: auto;
	padding: 0px;
	width: 945px;
}
/*--------------------------------------------------------*/
#header_box {
	margin:0 0 20px 0;
	background-color:#000055;
	width:100%;
	height:62px;
}
.header_img{
	width:911px;
	height:206px;
	position: relative;
	margin:0px auto 5px auto;
}
.header_img02{
	width:634px;
	height:104px;
	position: relative;
	margin:0px auto;
}
/*--------------------------------------------------------*/
#left_box {
	float: left;
	margin: 5px 0px;
	padding: 0;
	background-color:#ffffff;
	width:250px;
	text-align: center;
	color: #000000;
}
#right_box{
	float: right;
	width:660px;
	margin: 10px;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
	background-color:#ffffff;
}
/*--------------------------------------------------------*/
.menu_bg01{
	margin:0;
	padding:0;
	width:4px;
	background-image:url(../images/menu_bg01.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
.menu_bg02{
	margin:0;
	padding:0;
	width:4px;
	background-image:url(../images/menu_bg02.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
ul.sidemenu{
	margin:0;
	padding:0;
	width:225px;
	font-size:0.8em;
	line-height:140%;
}
ul.sidemenu li{
	border-bottom:solid 1px #d6d6d6;
	list-style:none;
	margin:0;
}
ul.sidemenu li.sidemenu_on{
	padding:5px 0px 5px 15px;
	margin:0;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#5e5e5e;
	background-image:url(../images/icon04.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
ul.sidemenu li.sidemenu_off a{
	zoom: 1;				/* IE6以前に対応 */
	margin:0;
	color:#5e5e5e;
	display:block;
	background-color:#ffffff;
	padding:5px 0px 5px 15px;
	text-decoration:none;
	text-align:left;
	background-image:url(../images/icon01.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
ul.sidemenu li.sidemenu_off a:hover{
	color:#5e5e5e;
	background-color:#ebebeb;
	text-decoration:none;
}
/*--------------------------------------------------------*/
.red_border{
	width:234px;
	margin:0 auto 10px auto;
	border:1px solid #cc0000;
	padding:3px 0 2px 0;
	text-align:center;
}
ul.sidemenu_red{
	margin:0;
	padding:0;
	width:225px;
	font-size:0.8em;
	line-height:140%;
}
ul.sidemenu_red li{
	border-bottom:solid 1px #d6d6d6;
	list-style:none;
	margin:0;
}
ul.sidemenu_red li.sidemenu_on{
	padding:5px 0px 5px 15px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#5e5e5e;
	margin:0;
	background-image:url(../images/icon04.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
ul.sidemenu_red li.sidemenu_off a{
	zoom: 1;				/* IE6以前に対応 */
	color:#9e0000;
	display:block;
	margin:0;
	background-color:#ffffff;
	padding:5px 0px 5px 15px;
	text-decoration:none;
	text-align:left;
	background-image:url(../images/icon03.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
ul.sidemenu_red li.sidemenu_off a:hover{
	color:#9e0000;
	background-color:#ebebeb;
	text-decoration:none;
}
/*--------------------------------------------------------*/
.blue_border{
	width:234px;
	margin:0 auto 10px auto;
	border:1px solid #000055;
	padding:3px 0 2px 0;
	text-align:center;
}
ul.sidemenu_blue{
	margin:0;
	padding:0;
	width:225px;
	font-size:0.8em;
	line-height:140%;
}
ul.sidemenu_blue li{
	border-bottom:solid 1px #d6d6d6;
	list-style:none;
	margin:0;
}
ul.sidemenu_blue li.sidemenu_on{
	padding:5px 0px 5px 15px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#5e5e5e;
	margin:0;
	background-image:url(../images/icon04.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
ul.sidemenu_blue li.sidemenu_off a{
	zoom: 1;				/* IE6以前に対応 */
	color:#000055;
	display:block;
	margin:0;
	background-color:#ffffff;
	padding:5px 0px 5px 15px;
	text-decoration:none;
	text-align:left;
	background-image:url(../images/icon05.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
ul.sidemenu_blue li.sidemenu_off a:hover{
	color:#000055;
	background-color:#ebebeb;
	text-decoration:none;
}
/*--------------------------------------------------------*/
.bannerbox{
	margin:0 0 15px 0;
	padding:0;
	text-align: left;
}
.bannerbox img{
	padding:8px 0 0 0;
}
/*--------------------------------------------------------*/
.linkbox{
	margin:0;
	padding:15px 12px 0px 12px;
	font-size:0.8em;
	text-align: left;
	line-height:180%;
}
.links{
	padding: 2px 15px;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
.links a:link {
	color:#000055;
	text-decoration:underline;
}
.links a:visited {
	color:#000055;
	text-decoration:underline;
}
.links a:hover {
	color:#000055;
	text-decoration:none;
}
/*--------------------------------------------------------*/
#contents_in{
	width:620px;
	margin: auto;
	text-align: left;
	clear:both;
	color:#353535;
}
#contents_in p{
	margin:20px 0;
	text-align: left;
	line-height:150%;
	clear:both;
}
#contents_in a:link,
#contents_in a:visited {
	color:#353535;
	text-decoration:underline;
}

#contents_in a:hover,
#contents_in a:active {
	color:#575757;
	text-decoration:none;
}
#contents_in.subtitle{
	margin:0 0 10px 0;
	padding:2px 5px;
	color:#000000;
	background-color:#f2f2f2;
	font-weight:bold;
	border-bottom:solid 1px #cacaca;
}
/*--------------------------------------------------------*/
.contents_subbox_right{
	float:right;
	width:240px;
	margin:20px 20px 0 0;
	text-align:center;
}
.contents_subbox_left{
	float:left;
	width:370px;
	margin:20px 0 0 20px;
	text-align:left;
}
.subtitle{
	margin:0 0 10px 0;
	padding:2px 5px;
	color:#000000;
	background-color:#f2f2f2;
	font-weight:bold;
	border-bottom:solid 1px #cacaca;
}
.sub_contents_box{
	border-bottom:dotted 1px #cacaca;
	padding:10px 5px;
	margin:0 0 10px 0;
	line-height:160%;
}
.sub_contents_box span{
	color:#000055;
}
.sub_contents_box a:link,
.sub_contents_box a:visited {
	color:#000055;
	text-decoration:underline;
}
.sub_contents_box a:hover,
.sub_contents_box a:active {
	color:#575757;
	text-decoration:none;
}

/*--------------------------------------------------------*/
.archive_box{
	width:190px;
	margin:20px;
	text-align:left;
	border:solid 1px #cacaca;
}
.archive_title{
	margin:1px;
	padding:5px 10px;
	color:#ffffff;
	background-color:#000055;
	font-weight:bold;
}
ul.archive_ul{
	margin:0;
	padding:0;
}
ul.archive_ul li{
	list-style:none;
	margin:0;
}
ul.archive_ul li.archive_subtitle{
	margin:10px 0;
	padding:2px 20px;
	color:#000000;
	background-color:#f2f2f2;
	font-weight:bold;
	border-bottom:solid 1px #cacaca;
}
ul.month_ul{
	margin:0;
	padding:0;
}
ul.month_ul li{
	list-style:none;
	margin:0;
}
ul.month_ul li.archive_off a:link,
ul.month_ul li.archive_off a:visited{
	zoom: 1;				/* IE6以前に対応 */
	margin:0;
	color:#000000;
	display:block;
	background-color:#ffffff;
	padding:3px 0px 3px 25px;
	text-decoration:none;
	text-align:left;
}
ul.month_ul li.archive_off a:hover,
ul.month_ul li.archive_off a:active {
	color:#000000;
	background-color:#f2f2f2;
	text-decoration:none;
}
/*--------------------------------------------------------*/
table.contents_tbl01{
	margin:20px 0px;
	text-align: left;
	line-height:150%;
	clear:both;
	border:1px solid #cecece;
}
table.contents_tbl01 th{
	text-align: center;
	line-height:150%;
	background-color:#858585;
	color:#ffffff;
	border:1px solid #cecece;
	padding:5px;
}
table.contents_tbl01 td{
	text-align: left;
	line-height:150%;
	background-color:#ffffff;
	color:#000000;
	border:1px solid #cecece;
	padding:5px;
}
table.contents_tbl01 td.gray{
	text-align: center;
	line-height:150%;
	background-color:#f2f2f2;
	color:#000000;
	border:1px solid #cecece;
	padding:5px;
}
/*--------------------------------------------------------*/
table.contents_tbl02{
	clear:both;
	margin:20px 0px;
	text-align: left;
	line-height:150%;
	clear:both;
	border-collapse:separate;
	border-spacing: 5px;
}
table.contents_tbl02 th{
	text-align: left;
	line-height:150%;
	background-color:#f2f2f2;
	color:#000000;
	border-bottom:1px solid #cecece;
	padding:5px;
}
table.contents_tbl02 th.small{
	text-align: left;
	line-height:120%;
	background-color:#f2f2f2;
	color:#000000;
	border-bottom:1px solid #cecece;
	font-size:0.9em;
	padding:5px;
}

table.contents_tbl02 td{
	background-color:#ffffff;
	border-bottom:solid 1px #cecece;
	padding:3px 10px;
	line-height:150%;
	text-align:left;
}

table.contents_tbl02 td span{
	text-align:left;
	font-size:100%;
	font-weight:bold;
}

table.contents_tbl02 td.none{
	background-color:#ffffff;
	border:none;
	padding:0;
}

table.border_none{
	border:none;
}
/*--------------------------------------------------------*/
table.contents_tbl03{
	clear:both;
	margin:20px 0px;
	text-align: left;
	border-collapse:separate;
	border-spacing: 15px;
}
table.contents_tbl03 th.navy{
	text-align: left;
	line-height:120%;
	color:#000000;
	border-left:5px solid #000055;
	padding:0px 5px;
	margin:10px 0;
	font-size:0.9em;
}
table.contents_tbl03 th.gray{
	text-align: left;
	line-height:120%;
	color:#000000;
	border-left:5px solid #b7b7b7;
	padding:0px 5px;
	font-size:0.9em;
	width:400px;
}

table.contents_tbl03 td{
	padding:0px;
	line-height:100%;
	text-align:left;
}
table.contents_tbl03 td.space{
	padding:0px;
	width:5px;
}
table.contents_tbl03 td hr{
	margin: 0;
	border-width: 1px 0px 0px 0px; 
	border-style: dotted; 
	border-color: #b7b7b7;
	height: 1px; 
	clear:both;
}

/*--------------------------------------------------------*/
input.txtbox{
	width:300px;
}
/*--------------------------------------------------------*/
.to_top{
	clear:both;
	float:right;
	margin: 30px;
	padding: 0 0 0 12px;
	text-align: right;
	background-image: url("../images/icon02.gif");
	background-repeat:no-repeat;
	background-position:left 3px;
}
.to_top a:link{
	color:#727272;
	text-decoration:underline;
}
.to_top a:visited{
	color:#727272;
	text-decoration:underline;
}
.to_top a:hover{
	color:#727272;
	text-decoration:none;
}
/*--------------------------------------------------------*/
#footer {
	margin: auto;
	padding: 0;
	width:945px;
	text-align: right;
	font-size: 0.8em;
	vertical-align: bottom;
	color: #424242;
	background-color:#ebebeb;
	border-top:1px solid #c3c3c3
}
.footer_in {
	margin: auto;
	padding: 10px 30px;
	text-align: right;
	line-height:130%;
}
.foot_menu {
	float:left;
	margin: auto;
	padding: 10px 30px;
	text-align: left;
	line-height:130%;
}
/*--------------------------------------------------------*/
a.btn_search{
	background: url("../images/btn_search_on.gif") no-repeat 0 0;
	width:50px;
	height:18px;
	display: block;
	margin-right: 10px;
}
a.btn_search:hover img{
	visibility: hidden;
}
input#search_box {
	width:150px;
	padding:2px;
	height: 12px;
}
input.search_image {
	background:url("../images/search_google_bg.gif") no-repeat 4px;
	background-color: #ffffff;
}
