@charset "utf-8";
/* CSS Document */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,ul,ol,li,blockquote,table,caption,tbody,tfoot,thead,th,td,option {
	margin:0;
	padding:0;
	font-style:normal;
	vertical-align: baseline;
	list-style-type: none;
}
table{
	border-collapse:collapse;
	width: 100%;
}
body {
	font-size: 84%;
	line-height: 1.4em;
	color: #575556;
	font-family: 'ＭＳ Ｐゴシック', "MS PGothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Arial, 'Lucida Grande', 'Bitstream Vera Sans', 'Segoe UI', Calibri, Verdana, IPAPGothic, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
a:link,
a:visited {
	color: #575556;
	text-decoration: none;
}
a:hover,
a:active {
	color: #29a7e1;
	text-decoration: underline;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#header #logo {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#g_navi {
	width: 100%;
	background-image: url(../img/blue_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
#g_navi ul {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
#g_navi ul li {
	margin-top: -21px;
	padding-right: 3px;
	float: left;
}
#contents {
	clear: both;
	padding-top: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contents h1 {
	padding-bottom: 30px;
}
#contents h2 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../img/blue_bg.gif);
	background-repeat: repeat;
	color: #FFF;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(../common/PIE.htc);
	position: relative;
}
#contents .outer {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#page_top {
	float: right;
}
#f_navi {
	padding-top: 3px;
	padding-bottom: 18px;
}
#f_navi li {
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #838182;
}
#f_navi .end {
	border-right-style: none;
}

#footer {
	clear: both;
	background-image: url(../img/brown_bg.gif);
	background-repeat: repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(../PIE.htc);
}
#footer li {
	display: inline;
	color: #614e3f;
	padding-right: 8px;
	padding-left: 8px;
}
#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #b5b5b5;
}



img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
	zoom: 1;/*for IE 5.5-7*/
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
