@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------------
default
---------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
body,.hentry {
	font-family: 'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ ゴシック',sans-serif!important;
	font-size: 100%;
	line-height: 1.6em;
	color: #333;
}
ul { list-style-type: none; }
img { vertical-align: top; }
a { outline: none; }
a img { border: 0; }
a:link, a:visited {
	color: #06C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #06C;
	text-decoration: none;
}
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* outline
----------------------------------------------- */
#header {
	width: 960px;
	height:150px;
	margin: 0 auto;
	z-index: 1;
}
#contents {
	font-size: 90%;
	width: 960px;
	margin: 40px auto 0 auto;
	
}
#main {
	float: left;
	width: 700px;
}
#side {
	float: right;
	width: 220px;
}
#footer {
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background:#eee;
	border-top:1px solid #669900;
}

#footer_box {
	width:960px;
	margin: 0 auto;
	font-size: 80%;
}



/* header
----------------------------------------------- */
#header h1 {
	float: left;
	padding:22px 0 0 0;
	}
#header ul.h_list {
	width:404px;
	padding:10px 0 0 0;
	float: right;
	}
#header ul.h_list li {
	float:left;
	}

#header ul#h_navi {
	margin:27px 0 0 0;
}
#header ul#h_navi li {
	float:left;
	}
.mr15{
	margin-right:15px;
	}


/* #main
------------------------------------------------------------ */

.h3_box_top{
	border-top:2px solid #690;
	border-right: 1px solid #c3cab5;
	border-bottom: 1px solid #c3cab5;
	border-left: 1px solid #c3cab5;
	padding:0 2px 2px 2px;
	margin:0 0 20px 0;
	}

.h3_box{
	border-top:2px solid #690;
	border-right: 1px solid #c3cab5;
	border-bottom: 1px solid #c3cab5;
	border-left: 1px solid #c3cab5;
	padding:0 2px 2px 2px;
	margin:50px 0 20px 0;
	}

h3{
	background:url(../images/h3_bg.gif) repeat-x left bottom;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.2em;
	padding: 15px 0 10px 12px;
	}
table{
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
	}
table th{
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#fafafa;
	font-weight:normal;
	padding:5px;
	}
table td{
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding:5px;
	}
.center{
	text-align:center;}
.mb20{
	margin-bottom:20px;
	}
ul.indent_1 li{
	text-indent:-1em;
	padding:0 0 0.5em 1em;
	}
.pagetop2{
	text-align:right;
	margin:20px 0 0 0;
	}
.pagetop2 span{
	padding:0 0 0 16px;
	background:url(../images/arrow02.gif) no-repeat left 8px;
	}
a.links{
	padding-left:16px;
	background:url(../images/arrow01.gif) no-repeat left 6px;
	}
.mt10{
	margin-top:10px;
	}
.mt20{
	margin-top:20px;
	}
.mt30{
	margin-top:30px;
	}

/* #side
------------------------------------------------------------ */
#side ul.side_bnr li {
	padding-bottom: 10px;
	}

/*main_bottom
------------------------------------------------------------ */
#main_bottom{
	width:960px;
	font-size: 90%;
	border-top:1px solid #aaa;
	margin:50px auto;
	}
ul.b_navi{
	float:left;
	margin:25px 0 0 0;
	width:720px;	
	}
ul.b_navi li a{
	float:left;
	margin:0 30px 0 0;
	background:url(../images/arrow02.gif) no-repeat left 8px;
	padding:0 0 0 16px;	
	color: #333;
	text-decoration:none;
	}
ul.b_navi li a:hover {
	color: #669900;
	}
	
.pagetop{
	float:right;
	text-align:right;
	margin:20px 0 0 0;
	}


/* #footer
------------------------------------------------------------ */
#footer ul#f_navi {
	padding:20px 0;
	width:100%;
	border-bottom:1px solid #ccc;
}
#footer ul#f_navi li {
	float:left;
	margin:0 30px 0 0;
}
#footer ul#f_navi li.last {
	margin:0;
}
#footer #f_navi li a {
	color: #333;
	text-decoration:none;
}
#footer #f_navi li a:hover{
	color: #669900;
}
#f_info {
	width:100%;
	border-top:1px solid #fff;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	}

#foot .address {
	text-align: right;
	display: block;
	float: right;
	padding: 15px 0;
	}
#foot .address li {
	margin-left: 5px;
	}
#copyright {
	font-size: 85%;
	text-align: right;
	color: #9D9D9D;
	clear: both;
	padding: 0 0 10px 0;
	}
.f_left{
	float:left;
	}
.copyright {
	float:right;
	text-align:right;
	margin:36px 0 0 0;
	padding:1.2em 0 0 0;
}

.mt8{
	margin:8px 0 0 124px;
}

#menu-item-409 {
	display: none;
}