@charset "UTF-8";

@import "navi.css";
@import "inside.css";

* {
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
ul {
	list-style: url(none) none outside;
}
ol {
	list-style: outside;
}
a img {
	border-style: none;
}
/* Clearfix 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
.clearfix:after,#navi_global:after,#utility:after,#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
}
/* Hide from IE-mac ¥ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */

body {
	background: #FFFFFF url(../images/bg_body.gif);
	color: #000000;
	/text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	display: block;
	float: left;
	height: 84px;
	width: 474px;
}
h2 {
	margin-bottom: 1em;
	font-size: 130%;
	float:left;
}
h2 img {
	display: block;
	padding-left: 20px;
}

.st {
	padding-bottom:10px;
}

h3 {
	margin-bottom: 0.8em;
	font-size: 120%;
}
h4 {
	margin-bottom: 0.8em;
	font-size: 110%;
}
h5,h6 {
	margin-bottom: 0.8em;
	font-size: 100%;
}
p {
	margin-bottom: 0.5em;
}

a:link {
	color: #00479D;
	text-decoration: none;
}
a:visited {
	color: #77679D;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
}

hr.clear {
	color: #FFFFFF;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 0;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1px;
	*position: absolute;
}

input {
	vertical-align: top;
}
input[type="text"] {
	border: 1px solid #CCCCCC;
	background: #eeeeee;
}
/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */

#wrap {
	text-align: left;
	display: block;
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background: #FFFFFF;
}
#header {
	background: url(../images/bg_hd.jpg) repeat-x left bottom;
	border-top: 10px solid #004FA3;
	display: block;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 75%;
	height: 84px;
}

/*ヘッダツールここから*/
#headtools {
	text-align: left;
	display: block;
	padding-top: 14px;
	float: left;
}
#utility {
	display: block;
	height: 17px;
	width: 461px;
	position: relative;
}
#styleswitch {
	display: block;
	float: left;
	height: 17px;
	margin-right: 7px;
}
#styleswitch img {
	float: left;
}
#bmparent {
	float: left;
	height: 17px;
	display: block;
	width: 138px;
	margin-right: 7px;
}
#bmsub {
	display: block;
	height: auto;
	width: 136px;
	background: #FFFFFF;
	border: 1px solid #e0e0e0;
	position: absolute;
	visibility: hidden;
	left: 142px;
	top: 20px;
	font-size: 11px;
}
#bmsub li {
	display: block;
	padding: 3px 0px 3px 5px;
}
#bmsub img {
	vertical-align: bottom;
	padding-right: 5px;
}
#google {
	float: left;
	display: block;
}
#google input.seartch {
	border: 1px solid #CCCCCC;
	background: #eeeeee;
	width: 120px;
	height: 14px;
	line-height: 1;
}
/*ヘッダツールここまで*/

#container {
	display: block;
	padding: 10px;
	clear: both;
}
#footer {
	background: #0065B4;
	display: block;
	padding: 7px 10px 5px;
	clear: both;
	line-height: 1;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
