@charset "utf-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#header {
	height: 20px;
	background-color: #1B1464;

}
#header_waku {
	margin-right: auto;
	margin-left: auto;
}
#navi_bg {
	height: 56px;
	background-image: url(../img/common/navi_bg01.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 12px;
	vertical-align: middle;
	color: #FFF;
	padding-left: 50px;
	line-height: 22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header_line {
	height: 10px;
	background-color: #1B1464;
}

#header_fla {
	height: 115px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	margin-bottom:3px;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	height: 57px;
	width: 1000px;
	background-image: url(../img/common/nav_bg.jpg);
	background-repeat: repeat-x;
}
#h_nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 55px;
}
#h_nav li {
	float: left;
	width: 146px;
	padding-right: 1px;
	padding-left: 1px;
}
#main_content {
	margin-right: auto;
	margin-left: auto;
}
#main_content_waku {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.side_banner {
	width: 226px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top_bottan {
	width: 140px;
	padding-top: 30px;
	float: right;
}
#top_bottan_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#change {
	height: 115px;
	width: 900px;
}

#footer_info {
	background-image: url(../img/common/footer_banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 208px;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 550px;
	padding-top: 50px;
}
#footer {
	margin-top: 50px;
}

#footer_nav {
	text-align: center;
	height: 30px;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #1B1464;
	color: #FFF;
	line-height: 28px;
}
#footer_nav_waku {
	margin-top: 20px;
	margin-bottom: 20px;
}

#copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}

#footer a:link {
	text-decoration: underline;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
}

.blue{
	color:#00C;
	text-decoration: underline;
}


/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;

/*	outline: 0;*/
}



img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
