﻿@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #555555;
	font-family:"ヒラギノ角ゴ Pro W3" , "メイリオ" ,  "ＭＳ Ｐゴシック",Osaka;
}
a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
a:active {
	color: #555555;
	text-decoration: underline;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}

h1 {}
h2 {}
h3 {
	padding-bottom:8px;
	color:#32B4B8;
	font-size:115%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:105%;
}
p {
	line-height:1.5;
}
ol, ul {
	list-style: none;
	line-height:1.4;
}

/* 基本レイアウト */
#pagebody {}

/* ヘッダー */
#header_body {
	width: 100%;
	border-top:2px #019ea0 solid;
}
#header {
	width: 900px;
	margin:0 auto;
	height:90px;
	position:relative;
	background:url(../images/logo.jpg) no-repeat left 8px;
}
#header h1 a {
	width:550px;
	height:70px;
	margin-top:8px;
	display:block;
	text-indent:-9999px;
}
.general_bt {
	position:absolute;
	width:160px;
	height:45px;
	top:45px;
	left:580px;
	display:block;
}
.member_bt {
	position:absolute;
	width:160px;
	height:45px;
	top:45px;
	left:740px;
	display:block;
}

/*　メインメニュー　*/
#menu {
	width:100%;
	background:url(../images/menu_bg.jpg) repeat-x center top;
}
.general_menu {
	width:890px;
	height:31px;
	margin:0 auto;
}
.general_menu li {
	float:left;
	height:31px;
	margin: 0;
	padding: 0;
}
.member_menu {
	width:890px;
	height:31px;
	margin:0 auto;
}

/**/
#img_box {
	width:100%;
	background-color:#3151ac;
}
.top_img {
	width:920px;
	height:200px;
	margin:0 auto;
}
/* パンくずリスト */
#breadcrumbs {
	width:100%;
	height:45px;
	padding-top:5px;
	background:url(../images/breadcrumbs_bg.jpg) repeat-x center top;
}
ul.breadcrumbs_list {
	width:880px;
	margin:0 auto;
	font-size:11px;
	display:block;
}
ul.breadcrumbs_list li {
	float:left;
}
ul.breadcrumbs_list li.p02 {
	float:left;
	background:url(../images/p_02.jpg) no-repeat 8px center;
	padding-left:20px;
}

/* コンテンツ */
#contents {
	width:876px;
	margin:0 auto;
	padding:0px 12px 20px;
	min-height:500px;
}
#col_l {
	float:left;
	width:622px;
	margin-right:15px;
}
#col_r {
	float:left;
	width:235px;
}
.contents_box {
	padding:0px 10px 15px;
}
.side_box {
	padding:0px 0px 15px;
}
.side_box img {
	margin-bottom:10px;
}
.box1-2 {
	width:290px;
	padding:0px 10px 15px;
	float:left;
}
.box3-1 {
	width:190px;
	padding:0px 10px 15px 0px;
	float:left;
}
.box3-2 {
	width:392px;
	padding:0px 10px 15px 0px;
	float:left;
}

/* フッター */
#footer_body {
	width:100%;
	background-color:#019ea0;
}
#footer {
	width:900px;
	padding-top:15px;
	margin:0 auto;
	height:20px;
	position:relative;
}
#footer address {
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
/*　サブメニュー　*/
#submenu {
	width:400px;
	position:absolute;
	top:10px;
	left:17px;
}
ul.submenu {}
ul.submenu li {
	float:left;
	color:#FFFFFF;
	font-size:11px;
}
ul.submenu li a {
	color:#FFFFFF;
}

/* BUTTONS */
.menu li.bt01 a { width: 114px; background: transparent url(../image/bt_01_o.jpg); }
.menu li.bt02 a { width: 120px; background: transparent url(../image/bt_02_o.jpg); }
.menu li.bt03 a { width: 95px; background: transparent url(../image/bt_03_o.jpg); }
.menu li.bt04 a { width: 83px; background: transparent url(../image/bt_04_o.jpg); }
.menu li.bt05 a { width: 126px; background: transparent url(../image/bt_05_o.jpg); }
.menu li.bt06 a { width: 98px; background: transparent url(../image/bt_06_o.jpg); }
.menu li.bt07 a { width: 126px; background: transparent url(../image/bt_07_o.jpg); }
.menu li.bt08 a { width: 64px; background: transparent url(../image/bt_08_o.jpg); }

.center { text-align:center; }
.right { text-align:right; }
.red { color:#BC0404; }
.photo_r {float:right; }

/* 文字サイズ変更ボタン */
#fontsize {
	position:absolute;
	top:7px;
	right:-4px;
	width:140px;
	height:25px;
	font-size:11px;
}
dl#size {
}
dl#size dt {
	line-height:2.0;
	float:left;
}
dl#size dd {
	margin: 0;
}
dl#size ul {}
dl#size ul li {
	height:17px;
	display:block;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	line-height:1.0;
	text-indent:-9999px;
	overflow:hidden;
}
/* 大中小の字（変更必要なし） */
dl#size ul li#small {
	width:16px;
	margin-right:1px;
	background-position:0px 0px;
}
dl#size ul li#medium {
	width:18px;
	margin-right:1px;
	background-position:-16px 0px;
}
dl#size ul li#large {
	width:18px;
	background-position:-34px 0px;
}

.xxx_large {
	font-size:24px;
}
.xx_large {
	font-size:20px;
}
.x_large {
	font-size:16px;
}
.large {
	font-size:14px;
}
.small {
	font-size:85%;
}

p.ind {
	text-indent:1.0em;
	padding-bottom:5px;
}
p.ind-1 {
	text-indent:-1.0em;
	margin-left:1.0em;
}

/* 関連リンク */
ul.links_list {
	padding-bottom:15px;
}
ul.links_list li {
	padding-bottom:3px;
	background:url(../images/p_02.jpg) no-repeat left center;
	padding-left:12px;
}

/* サイトマップ */
div.sitemap {
	background:none;
}
.sitemap ul {
	padding-left: 10px;
	padding-top:6px;
	list-style-type: none;
}
.sitemap li {
	padding-left: 20px;
	padding-bottom:8px;
	list-style-type: none;
}
.sitemap li li {
	padding-left: 20px;
	padding-bottom:3px;
	padding-top:1px;
	list-style-type: none;
}
.tree01 {
	background-image:url(../images/tree01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px -3px;
}
.tree02 {
	background-image:url(../images/tree02.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px -3px;
}
.tree03 {
	background-image:url(../images/tree03.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px -3px;
}	

/*  */
.pdf {
	padding-left:20px;
	background:url(../images/icon_file_pdf.gif) no-repeat left top;
}





