@charset "utf-8";
html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, table, td, th, div, p, img, form, address {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	color: #444;
}
html, body {
	height: 100%;
	text-align: center;
	background: #fff url(../img/body_bg.jpg) repeat-x left top;
}
html, body, th, td {
	font-size: 14px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
input, select, textarea {
	vertical-align: middle;
	font-size: 14px;
	margin: 3px 0 3px;
	padding: 2px 5px;
}
input[type=text] {
	border: solid 1px #ccc;
}
textarea {
	border: solid 1px #ccc;
}
table {
	border-collapse: collapse;
}
a {
	color: #003f84;
	text-decoration: underline;
}
a:hover {
	color: #003f84;
	text-decoration: none;
}
ul, ol, dl, dt, dd, address {
	list-style-type: none;
	font-style: normal;
}
img {
	display: block;
}
/* ************************************************** */
#footer {
	float: left;
	width: 100%;
	font-size: 12px;
	background: #e9e9e9;
	border-top: solid 2px #005893;
	padding: 15px 0 20px;
	margin-top: 10px;
	clear: both;
}
#footer .container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/* *********************** header *************************** */
#header {
	width: 960px;
	height: 132px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#header h1 a {
	position: absolute;
	left: 0px;
	top: 14px;
	width: 289px;
	height: 45px;
	display: block;
}
#header .hdr_phone {
	position: absolute;
	right: 3px;
	top: 19px;
	width: 322px;
	height: 37px;
	display: block;
}
/* *********************** globalnavi *************************** */
.g_nav {
	position: absolute;
	width: 960px;
	height: 54px;
	left: 0px;
	top: 78px;
}
.g_nav li {
	float: left;
	height: 54px;
	text-indent: -10000px;
	display: inline;
}
.g_nav li a, .g_nav li a:hover {
	height: 54px;
	display: block;
}
.nav01 a {
	width: 100px;
	background: url(../img/gn_btn.png) no-repeat 0 0;
}
.Cr01 .nav01 a, .nav01 a:hover {
	width: 100px;
	background: url(../img/gn_btn.png) no-repeat 0 -54px;
}
.nav02, .nav02 a {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -100px 0;
}
.Cr02 .nav02 a, .nav02 a:hover {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -100px -54px;
}
.nav03, .nav03 a {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -315px 0;
}
.Cr03 .nav03 a, .nav03 a:hover {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -315px -54px;
}
.nav04, .nav04 a {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -530px 0;
}
.Cr04 .nav04 a, .nav04 a:hover {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -530px -54px;
}
.nav05, .nav05 a {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -745px 0;
}
.Cr05 .nav05 a, .nav05 a:hover {
	width: 215px;
	background: url(../img/gn_btn.png) no-repeat -745px -54px;
}
/* *********************** footer *************************** */
#to_top {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	clear: both;
}
#to_top a {
	font-size: 12px;
	background: url(../img/to_top_icn.gif) no-repeat left center;
	padding-left: 12px;
	color: #444;
	text-decoration: none;
}
.ftr_nav {
	float: left;
	width: 430px;
	margin-bottom: 8px;
}
	.ftr_nav li {
		display: inline;
		font-size: 12px;
	}
	.ftr_nav li a {
		font-size: 12px;
		padding-bottom: 5px;
	}
.copy_right {
	float: left;
	width: 430px;
	font-size: 10px;
	color: #777;
	font-family: Verdana, Arial;
	clear: left;
}
.ftr_logo {
	float: right;
	width: 154px;
}
address {
	float: right;
	margin-top: -5px;
	width: 530px;
	font-size: 10px;
	clear: right;
	text-align: right;
}

/* *********************** common *************************** */
.NrmTxt {
	padding: 0 10px;
	margin-bottom: 15px;
	clear: both;
}
.IndTxt {
	margin-left: 1em;
	clear: both;
}
.SmlTxt {
	font-size: 12px;
}
.BigTxt {
	font-size: 16px;
	line-height: 1.6em;
}
.BldTxt {
	font-weight: bold !important;
}
.RedTxt {
	color: #b50101;
	font-weight: normal;
}
.clear {
	clear: both !important;
}
.ClrLft {
	clear: left !important;
}
.Ml10 {
	margin-left: 10px !important;
}
/* ******** align ******** */
.AnLt {
	text-align: left;
}
.AnCr {
	text-align: center !important;
	margin: 0 auto !important;
}
.AnRt {
	text-align: right;
}
/* ******** margin bottom ******** */
.Mb0 {
	margin-bottom: 0px !important;
}
.Mb5 {
	margin-bottom: 5px !important;
	clear: both;
}
.Mb10 {
	margin-bottom: 10px !important;
	clear: both;
}
.Mb15 {
	margin-bottom: 15px !important;
	clear: both;
}
.Mb20 {
	margin-bottom: 20px !important;
	clear: both;
}
.Mb25 {
	margin-bottom: 25px !important;
	clear: both;
}
.Mb30 {
	margin-bottom: 30px !important;
	clear: both;
}
.Mb35 {
	margin-bottom: 35px !important;
	clear: both;
}
.Mb40 {
	margin-bottom: 40px !important;
	clear: both;
}
.Mb45 {
	margin-bottom: 45px !important;
	clear: both;
}
.Mb50 {
	margin-bottom: 50px !important;
	clear: both;
}