@charset "Shift_JIS"; /*文字コード設定*/
/*+++++++++++++++++++++++++++++++++++++++++++++
　共通レイアウト用CSS
+++++++++++++++++++++++++++++++++++++++++++++*/


/*スクロールバー*/
/** {
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #3064CA;
	scrollbar-darkshadow-color: #3064CA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #3064CA;
	scrollbar-track-color: #FFFFFF;
}*/

/* 基本フォント・配置・背景 */
body {
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0px;
	padding: 0px;   /* Opera用 */
	text-align: center;
	letter-spacing: 0.1em;
}

/* 基本リンク */
/* Cブラックー⇒Cグリーン */
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #75BA3D;
}

/* Cホワイトー⇒Cグリーン */
a.type1:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.type1:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.type1:hover {
	text-decoration: underline;
	color: #75BA3D;
}

/* フォント */
.text_strong {
	font-weight: bold;
}
.text_small {
	font-size: 10px;
}
.text_blue_strong {
	color: #438AC8;
	font-weight: bold;
}
.text_blue {
	color: #438AC8;
}

/* 見出し */
#main_area2 h1 {
	margin: 0px;
	padding: 0px;
}
#main_left h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}
.rightnavi_title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0E328C;
}
.rightnavi_title2 h2 {
	font-size: 12px;
	font-weight: bold;
}

/* ページ全体 */
#wrapper {
	text-align: left;
	height: auto;
	width: 825px;
	padding: 0px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-left-color: #B2B2B2;
}

/* ヘッダー */
#header {
	height: 84px;
	width: 825px;
	background-image : url(../../../img/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

/* ヘッダー：左 */
#header_left {
	height: 84px;
	width: 218px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	float: left;
}

/* ヘッダー：右 */
#header_right {
	height: 84px;
	width: 532px;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	float: right;
	clear: none;
}
#header_text {
	text-align: right;
	height: 29px;
	width: 532px;
	clear: both;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}


/* ヘッダーナビ */
#headernavi {
	height: 39px;
	width: 423px;
	padding: 0px;
	margin: 0px 0px 0px 109px;
	clear: both;
}
#headernavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headernavi li {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left; /*削除不可*/
}
#headernavi em {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -9999px;
}
#headernavi #hn1 a {
	margin: 0px;
	padding: 0px;
	width: 104px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_01.gif);
	background-repeat: no-repeat;
}
#headernavi #hn1 a:hover {
	background-image : url(bt_01a.gif);
	background-repeat: no-repeat;
}
#headernavi #hn2 a {
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_02.gif);
	background-repeat: no-repeat;
}
#headernavi #hn2 a:hover {
	background-image : url(bt_02a.gif);
	background-repeat: no-repeat;
}
#headernavi #hn3 a {
	margin: 0px;
	padding: 0px;
	width: 73px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_03.gif);
	background-repeat: no-repeat;
}
#headernavi #hn3 a:hover {
	background-image : url(bt_03a.gif);
	background-repeat: no-repeat;
}
#headernavi #hn4 a {
	margin: 0px;
	padding: 0px;
	width: 104px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_04.gif);
	background-repeat: no-repeat;
}
#headernavi #hn4 a:hover {
	background-image : url(bt_04a.gif);
	background-repeat: no-repeat;
}
#headernavi #hn5 a {
	margin: 0px;
	padding: 0px;
	width: 57px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_05.gif);
	background-repeat: no-repeat;
}
#headernavi #hn5 a:hover {
	background-image : url(bt_05a.gif);
	background-repeat: no-repeat;
}


/* グローバルナビ */
#globalnavi {
	height: 39px;
	width: 691px;
	padding: 0px 25px 0px 109px;
	background-image : url(img_gn.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px;
}
#globalnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#globalnavi li {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left; /*削除不可*/
}
#globalnavi em {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -9999px;
}
#globalnavi #gn1 a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_1.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn1t a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_1a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn1 a:hover {
	background-image : url(bt_1a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn2 a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_2.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn2t a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(../../h23/yuatu/bt_2a1.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn2 a:hover {
	background-image : url(../../h23/yuatu/bt_2a1.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn3 a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(../../../economic/bt_3.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn3t a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_3a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn3 a:hover {
	background-image : url(bt_3a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn4 a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_4.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn4t a {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_4a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn4 a:hover {
	background-image : url(bt_4a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn5 a {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_5.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn5t a {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 39px;
	float: left; /*削除不可*/
	background-image : url(bt_5a.jpg);
	background-repeat: no-repeat;
}
#globalnavi #gn5 a:hover {
	background-image : url(bt_5a.jpg);
	background-repeat: no-repeat;
}

/* コンテンツ中身 */
#contents {
	height: auto;
	width: 825px;
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main_area {
	clear: both;
	width: 775px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
	background-image : url(img_mainarea.gif);
	background-repeat: repeat-y;
}
#main_left {
	float: left;
	width: 544px;
	height: auto;
}
#main_right {
	clear: none;
	float: right;
	width: 205px;
	text-align: center;
	background-image : url(img_rightnavi3.gif);
	background-repeat: repeat-y;
}
.left_contents {
	clear: both;
	height: auto;
	width: 484px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.left_contents2 {
	clear: both;
	height: auto;
	width: 520px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#main_area2 {
	clear: both;
	width: 775px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
.contents {
	clear: both;
	height: auto;
	width: 715px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}

/* 説明文 */
.sub_text {
	clear: both;
}
.sub_text2 {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.sub_text3 {
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* コンテンツ：右 */
.rightnavi_title {
	font-size: 14px;
	font-weight: bold;
	color: #0E328C;
	margin: 0px;
	padding: 0px;
}
.rightnavi_menu {
	clear: both;
	width: 165px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.rightnavi_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.rightnavi_menu li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image : url(img_rightmaru.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.rightnavi_menu2 {
	clear: both;
	width: 165px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.rightnavi_menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.rightnavi_menu2 li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image : url(img_rightmaru.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

/* リスト（四角） */
.list_square {
	clear: both;
	height: auto;
	width: 715px;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}
.list_square ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list_square ul li {
	background-image : url(bt_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: list-item;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 22px;
	float: left; /*削除不可*/
}

/* ページトップへ */
.page_top {
	height: auto;
	width: 544px;
	clear: both;
	text-align: right;
	padding: 40px 0px 5px;
	background-image : url(img_pagetopbg.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
.page_top2 {
	height: auto;
	width: 775px;
	clear: both;
	text-align: right;
	padding: 40px 0px 5px;
	background-image : url(img_pagetopbg2.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

/* お問い合わせ */
#contact {
	width: 740px;
	padding: 20px 40px 20px 45px;
	background-color: #EDEDED;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B2B2B2;
	overflow: hidden;
	float: left;
}
#contact_left {
	float: left;
	width: 535px;
}
#contact_right {
	width: 175px;
	clear: none;
	float: right;
}

/* フッター */
#footer {
	height: 28px;
	width: 825px;
	clear: both;
	background-image : url(img_copyright.jpg);
	background-repeat: no-repeat;
	text-align: right;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
