@charset "utf-8";
/* CSS Document */

/* :::::::::::::::::::::::::::::::::::::::::::::::::: ベース */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	overflow: scroll;
}

/* ------------------------------ 背景 */

/* 要素のリセット */
p { margin: 0; }

/* FLOAT */
.fl { float: left; }
.fr { float: right; }

/* TEXT-ALIGN */
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

/* MICRO CLEAR FIX */
.cf {
    clear: both;
}

/* FONT SIZE */
.fs14px { font-size: 14px; }

/* FONT COLOR */
.fc_red{ color: #ff0000; }

/* FONT WEIGHT */
.fw_bold { font-weight: bold; }

/* LINE HEIGHT */
.lh30px { line-height: 30px; }

/* TEXT DECRATION */
.td_under {
	text-decoration: underline;
}

/* MARGIN */
.mt10 { margin-top: 10px !important;}
.mt25 { margin-top: 25px !important;}

.ml10 { margin-left: 10px !important;}

.mb10 { margin-bottom: 10px !important;}

li img {
	float: left;
}

/* IE対策 IE8以下（最後に\9を付ける） */
img {
	vertical-align: bottom\9;
}

a img {
	border: none\9;
}

.container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: ヘッダー */
#head_wrap {
	width: 950px;
	height: 103px;
	margin: 0 auto;
	background: #ffffff url(../img/common/head_bg.jpg) repeat-x;
}

#logo {
	float:left;
	margin: 34px 0 0 40px;
	border: none;
}

h1 {
	float: left;
	margin: 42px 0 0 21px;
	padding: 0;
	font-size: 14px;
	color: #004098;
}

	#h1_text {
		font-size: 11px;
	}

#logo2 {
	clear: both;
	float: left;
	margin: -32px 0 0 134px;
	border: none;
}

ul#header_link {
	width: 950px;
	height: 56px;
	margin: 16px auto 0 auto;
	padding: 0;
}

	ul#header_link li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
	}

	ul#header_link li a,
	ul#header_link li img,
	ul#header_link li p {
		text-decoration: none;
		border: none;
		float: left;
		text-indent:-9999px;
		height: 56px;
	}

	#hmenu_bg1 {
		width:68px;
		background:url(../img/common/hmenu_bg1.png) no-repeat;
	}

	#hmenu_bg2 {
		width:65px;
		background:url(../img/common/hmenu_bg2.png) no-repeat;
	}

	#hmenu1 {
		width: 136px;
		background: url(../img/common/hmenu1.png) no-repeat;
	}

	#hmenu1:hover {
		background: url(../img/common/hmenu1_on.png) no-repeat;
	}

	#hmenu2 {
		width: 135px;
		background: url(../img/common/hmenu2.png) no-repeat;
	}

	#hmenu2:hover {
		background: url(../img/common/hmenu2_on.png) no-repeat;
	}

	#hmenu3 {
		width: 137px;
		background: url(../img/common/hmenu3.png) no-repeat;
	}

	#hmenu3:hover {
		background: url(../img/common/hmenu3_on.png) no-repeat;
	}

	#hmenu4 {
		width: 136px;
		background: url(../img/common/hmenu4.png) no-repeat;
	}

	#hmenu4:hover {
		background: url(../img/common/hmenu4_on.png) no-repeat;
	}

	#hmenu5 {
		width: 135px;
		background: url(../img/common/hmenu5.png) no-repeat;
	}

	#hmenu5:hover {
		background: url(../img/common/hmenu5_on.png) no-repeat;
	}

	#hmenu6 {
		width: 138px;
		background: url(../img/common/hmenu6.png) no-repeat;
	}

	#hmenu6:hover {
		background: url(../img/common/hmenu6_on.png) no-repeat;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: コンテンツボックス */	

#content_wrap {
	clear: both;
	width: 816px;
	height: auto;
	margin: 0 auto;
}

/* 下層ページ */
h2 {
	clear: both;
	width: 950px;
	height: 45px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: url(../img/common/title_bg.gif) no-repeat;
}

h3,h4,h5 {
	margin: 0;
	padding: 0;
}

#title {
	display: block;
	margin: 0 0 0 82px;
}

#inq_link {
	width: 167px;
	height: 21px;
	margin: 20px 0 30px 440px;
}

#inq_link2 {
	width: 167px;
	height: 21px;
	margin: 0 0 30px 649px;
}

#inq_link img,#inq_link2 img {
	display: block;
	margin: 3px 5px 0 0;
	float: left;
}

#inq_link a,#inq_link2 a {
	float: left;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}

/* 左メニュー */
#left_menu {
	width: 198px;
	float: left;
	margin: 14px 0 0 0;
}

ul#lmenu_link {
	margin: 0;
	padding: 0;
}

	ul#lmenu_link li {
		width: 198px;
		height: 49px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	ul#lmenu_link li a {
		display: block;
		padding: 13px 0 0 45px;
		color: #004098;
		text-decoration: none;
		font-size: 14px;
	}

	.lmenu1 {
		background: url(../img/common/lmenu.gif) no-repeat;
	}

	.lmenu2 {
		background: url(../img/common/lmenu_b.gif) no-repeat;
	}

/* 右コンテンツ */
#right_contents{
	width: 607px;
	float: right;
	margin: 14px 0 0 11px;
}

.gotop {
	width: 602px;
	text-align: right;
	margin: 20px 5px 0 0;
}

.gotop a {
	color: #004098;
}

/* 中央コンテンツ */
#center_contents{
	width: 816px;
	margin: 14px auto 0 auto;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: フッター */
#footer_wrap {
	clear: both;
	width: 950px;
	height: 100px;
	margin: 0 auto;
	border-top: 3px solid #004098;
	color: #595857;
}

#left_box2 {
	width: 581px;
	float: left;
	margin: 6px 0 0 71px;
}

	#left_box2 address {
		font-style: normal;
	}

#right_box2 {
	width: 298px;
	float: left;
	margin: 6px 0 0 0;
}
