﻿@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:10px 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:#015AAC;
	font-size:20px;
	font-weight:normal;
}
h4 {
	padding-bottom:5px;
	font-size:14px;
	font-weight:normal;
}
#col_r h3 {
	font-size:14px;
	font-weight:bold;
}
p {
	line-height:1.5;
}
ol, ul {
	list-style: none;
	line-height:1.4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 基本レイアウト */
#pagebody {
	width: 800px;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/contents_bg.jpg) repeat-y center top;
}

/* ヘッダー */
#header_body {
	width: 800px;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/logo.jpg) no-repeat left top;
}
#header {
	width: 800px;
	height:73px;
	position:relative;
}
#header h1 a {
	width:320px;
	height:50px;
	margin-top:15px;
	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:800px;
	background:url(../images/menu_bg.jpg) repeat-x center top;
}
.general_menu {
	width:780px;
	padding:0 10px;
	height:27px;
}
.general_menu li {
	float:left;
	height:26px;
	margin: 0;
	padding: 0;
}
.member_menu {
	width:800px;
	height:31px;
}

/**/
#img_box {
	width:800px;
	background-color:#015aac;
}
.top_img {
	width:800px;
	padding:2px 0;
}
/* パンくずリスト */
#breadcrumbs {
	width:800px;
	height:45px;
	background:url(../images/breadcrumbs_bg.jpg) repeat-x center top;
}
ul.breadcrumbs_list {
	width:760px;
	margin:0 auto;
	padding-top:5px;
	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:760px;
	margin:0 auto;
	padding:0px 20px 15px;
	min-height:400px;
}
#col_l {
	float:left;
	width:515px;
	margin-right:15px;
}
#col_r {
	float:left;
	width:230px;
}
.contents_box {
	padding:0 10px 15px;
}
.side_box {
	padding:0 10px 15px;
}
.box3-1 {
	width:250px;
	padding-right:10px;
	float:left;
}
.box3-2 {
	width:470px;
	padding-right:10px;
	float:left;
}

/* フッター */
#footer_body {
	width:800px;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/footer.jpg) no-repeat left top;
}
#footer {
	width:800px;
	padding-top:15px;
	height:40px;
	position:relative;
}
#footer address {
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:15px;
}
/*　サブメニュー　*/
#submenu {
	width:400px;
	position:absolute;
	top:10px;
	left:15px;
}
ul.submenu {}
ul.submenu li {
	float:left;
	color:#FFFFFF;
	font-size:11px;
}
ul.submenu li a {
	color:#FFFFFF;
}


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

/* 文字サイズ変更ボタン */
#fontsize {
	position:absolute;
	top:35px;
	right:-5px;
	width:140px;
	height:25px;
	font-size:11px;
}
dl#size {
}
dl#size dt {
	line-height:2.0;
	float:left;
	color:#FFFFFF;
}
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 {
	background-image: url(../images/fontsize.jpg);
}
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;
}

/* お問い合わせ */
.contents_bg {
	background:url(../images/contact_bg.jpg) no-repeat 10px bottom;
}

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


