html {
	overflow-y: scroll;
	color: #000;
	background: #fff;
}
body {
	margin: 0;
	padding: 0;
	font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-size: small;
	*font: x-small;
	min-width:1100px;
	_display: inline;
	_zoom:1;
	text-align: center;
}
.wrapper{
	margin: 0 auto;
	text-align: center;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
 
select, input, button, textarea {
	font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	*font-size: 100%;
}
 
table {
	border-collapse: collapse;
	border-spacing :0;
	font-size: inherit;
	font: 100%;
}
 
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
 
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
 
abbr, acronym {
	border: 0;
	font-variant: normal;
}
 
ol, ul {list-style: none;}
 
caption, th {text-align: left;}
 
fieldset, img {border: 0;}
 
legend {color: #000;}
 
sup {vertical-align: text-top;}
 
sub {vertical-align: text-bottom;}
 
q:before, q:after {content: '';}

img{ vertical-align:bottom;}

.clfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clfix {display: inline-block;}

* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}

.h1{
	background: #5D99DA;
	padding: 10px 0 6px;
}
h1{
	width: 910px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
}
h2{
	margin: 0 auto 26px;
	text-align: center;
	line-height: 1;
}

.head{
	width: 912px;
	margin: 0 auto;
}
.head h2{
	float: left;
	display: inline;
	padding: 22px 0 14px;
	margin: 0;
}
.head ul{
	float: right;
	display: inline;
	padding-top: 38px;
	line-height: 1.5;
}
.head li{
	float: left;
	display: inline;
	font-size: 12px;
}
.head li a:link,.head li a:visited{
	color: #333;
	text-decoration: none;
}
.head li a:hover,.head li a:active{
	color: #f00;
	text-decoration: underline;
}

.container{
	margin: 0 auto;
	padding-bottom: 36px;
}

.foot{
	background: #5D99DA;
	text-align: center;
	padding: 16px 0 10px;
}
.foot .inner{
	width: 960px;
	margin: 16px auto;
}
.foot p{
	text-align: left;
	text-indent: 26px;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
}
.foot ul{
	margin: 6px 0 0 26px;
	display: inline;
	float: left;
}
.foot li{
	float: left;
	display: inline;
	margin-right: 9px;
	list-style: none;
	color: #fff;
	font-size: 11px;
}
.foot a:link,.foot a:visited{
	color: #fff;
	text-decoration: none;
}
.foot a:hover,.foot a:active{
	color: #f00;
	text-decoration: underline;
}

.foot address{
	float: right;
	font-size: 11px;
	display: inline;
	color: #fff;
	margin: 6px 44px 0 0;
}

.topicpath{
	width: 940px;
	margin: -26px auto 0;
	font-size: 11px;
	padding: 10px 0;
}
.topicpath li{
	color: #666;
	float: left;
	margin-right: 3px;
}
.topicpath a:link,.topicpath a:visited{
	color: #666;
	text-decoration: underline;
}
.topicpath a:hover,.topicpath a:active{
	color: #f00;
	text-decoration: none;
}
