@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
a:active { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px 0; }
img { border: 0; }

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---------------------------------*/

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #333333;
	text-align: center;
}

#body {
	margin : 0 auto;
	padding: 0px;
	width : 950px;
	background-color: #FFFFFF;
	color: #333333;
}
#body_top {
	margin : 0 auto;
	padding: 0px;
	height: 600px;
	width: 950px;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#header {
	float: left;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding:10px;
	margin : 0px;
	width : 930px;
	height: 34px;
}
#header h1 {
	float: left;
}
#header .sitemap {
	text-align: right;
	padding-left:10px;
	text-align: right;
	font-size: 12px;
}
#header_top {
	width : 930px;
	text-align: left;
	padding:10px;
	margin : 0px;
	height: 50px;
}
#main {
	float: left;
	font-size: 12px;
	margin-top : 10px;
	margin-bottom : 20px;
	width : 950px;
}
#main_top {
	font-size: 12px;
	margin-top: 50px;
	width : 950px;
}
#navigation {
	background-color: #333333;
	float : left;
	width : 195px;
	padding: 4px 0px 5px 15px;
}
#navigation_top {
	float : left;
	width : 210px;
	margin : 0px;
	padding: 4px 0px 5px 15px;
}
#contents {
	float : left;
	text-align: left;
	margin-left: 40px;
	width: 660px;
	border: solid 1px #333333;
}
#side_contents {
	float : left;
	text-align: left;
	margin-left : 10px;
	width : 210px;
}
#side_inducement {
	margin-top : 20px;
	float : left;
	width : 210px;
}
#footer {
	clear : both;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	width : 950px;
	height: 20px;
	color: #FFFFFF;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footer_top {
	clear : both;
	text-align: center;
	font-size: 12px;
	padding: 20px 0px 10px;
	width : 950px;
	color: #333333;
}
.clear {
	clear: both;
}


/* リンク */
#body a {text-decoration: none;}
a:link { color: #FF0000; } 
a:visited { color: #FF0000; } 
a:hover { color: #CC0000; } 
a:active { color: #CC0000; }

#footer a, #footer_top a {text-decoration: none;}
#footer a:link { color: #FFFFFF; }
#footer a:visited { color: #FFFFFF; }
#footer_top a:link { color: #333333; }
#footer_top a:visited { color: #333333; }
#footer a:hover, #footer_top a:hover { color: #FF0000; } 
#footer a:active, #footer_top a:active { color: #FF0000; }


/* グローバルメニュー */
.menu_ttl {
	background-image: url(../img/menu_ttl_bg.gif);
	background-repeat: no-repeat;
	width : 210px;
	height: 24px;
}
.gl_menu {
	margin: 0px;
	padding: 0px;
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.gl_menu li{
	display : block;
	padding :0px;
	margin-top:8px;
	margin-left:5px;
	float: left;
}

/* トップメニュー */
.top_menu {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type : none;
	width:100%;
	font-size:14px;
}
.top_menu li{
	display : inline;
	margin-left: 10px;

}
.top_menu .menu a {
	background-image: url(../img/icon_arrow.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	padding-left:20px;
	width:14px;
	color: #FFFFFF;
}
.top_menu .menu a:visited { color: #FFFFFF; }
.top_menu .menu a:hover{ color: #FF0000; }
.top_menu .menu a:active{ color: #FF0000; }

/* サイトマップ */
.sitemap {
	margin-top:10px;
	padding :0px;
	list-style-type : none;
	font-size:14px;
}
.sitemap li{
	display : block;
	padding :0px;
	margin :0px;
}
.sitemap a {
	background-image: url(../img/icon_arrow2.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	padding-left:20px;
	width:14px;
	color: #CC0000;
}
.sitemap a:visited { color: #CC0000; }
.sitemap a:hover{ color: #FF0000; }
.sitemap a:active{ color: #FF0000; }

/* 各枝ページ */

.contents_text {
	margin: 0px;
	padding: 10px;
	width: 640px;
	text-align: left;
	color: #333333;
}
.contents_text a { color: #CC0000;}
.contents_text a:visited { color: #CC0000;}
.contents_text a:hover { color: #FF0000;}
.contents_text a:active { color: #FF0000;}

.contents_text table {
	width: 640px;
}
.contents_text .td_img{
	vertical-align: middle;
	text-align: center;
	width: 100px;
	border: solid 1px #333333;
}
.contents_text .td_title{
	vertical-align: top;
	padding-left:10px;
	width: 520px;
	height: 24px;
}
.contents_text .td_desc{
	vertical-align: top;
	padding-left:10px;
	width: 520px;
	height: 76px;
}
.contents_text .td_margin {
	height: 20px;
}

.contents_top_left {
	float: left;
	margin-left: 10px;
	_margin-left: 0px;
	padding: 10px;
	width : 190px;
	height: 400px;
	text-align: left;
	color: #FFFFFF;
}

.contents_top_right {
	float: left;
	margin-top: 286px;
	margin-left: 38px;
	_margin-left: 20px;
	padding: 10px;
	width : 640px;
	height: 106px;
	text-align: left;
	color: #FFFFFF;
	overflow: auto;
}

/* 見出し */
.page_ttl {
	background-image: url(../img/page_ttl_bg.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
	width : 640px;
	height: 22px;
	text-align: left;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
}
.page_ttl a { color: #FFFFFF; }
.page_ttl a:visited { color: #FFFFFF; } 
.page_ttl a:hover { color: #FFFFFF; } 
.page_ttl a:active { color: #FFFFFF; }

.finding{
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 2px 0px 0px 10px;
	width: 630px;
	height: 20px;
	color: #FFFFFF;
}
.news_list {
	border-bottom: dashed 1px #333333;
	margin-top: 10px;
	width: 630px;
}
.link_list {
	border-bottom: dotted 1px #CC0000;
	font-weight: bold;
	margin-top: 10px;
	width: 630px;
	color: #CC0000;
}
.eq_list {
	border-bottom:double 4px #333333;
	font-weight: bold;
	width: 520px;
	color: #333333;
}
.eq_list2 {
	border-bottom:double 4px #333333;
	font-weight: bold;
	margin-bottom:10px;
	width: 630px;
	color: #333333;
}
.glossary_box {
	text-align: center;
	font-size:14px;
	font-weight: bold;
	padding: 10px;
	color: #333333;
}
.glossary_title {
	background-color: #CCCCCC;
	border-left:solid 4px #333333;
	font-weight: bold;
	font-size:14px;
	padding-left: 10px;
	width: 620px;
	color: #333333;
}
.manager_info {
	border:solid 1px #333333;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 100px;
	padding: 10px;
	width: 400px;
	color: #333333;
}

.contents_text .glossary_title a { color:#333333; }
.contents_text .glossary_title a:visited { color:#333333; }
.contents_text .glossary_title a:hover { color:#333333; }
.contents_text .glossary_title a:active { color:#333333; }

.glossary_list {
	border-bottom:solid 1px #333333;
	font-weight: bold;
	margin-left: 10px;
	width: 620px;
	color: #333333;
}

/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_10px{
	font-size:10px;
}
.font_12px{
	font-size:12px;
}
.font_14px{
	font-size:14px;
}
.font_16px{
	font-size:16px;
}
.font_18px{
	font-size:18px;
}
.font_red {color: #CC0000}


/* コピーライト */
.copy_right {
	font-size: 10px;
	text-align: right;
	padding: 3px;
	width: 794px;
	background-color: #000000;
	color: #FFFFFF;
}
.copy_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.copy_right a:visited { color: #FFFFFF; } 
.copy_right a:hover { color: #FFFFFF; } 
.copy_right a:active { color: #FFFFFF; }

/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */

.kaisou {
	text-align: right;
	font-size: 10px;
	padding: 2px 25px 2px;
	width: 900px;
	color: #333333;
}
.title {
	float: left;
	display : inline;
	text-align: left;
	width: 400px;
}
.txt_right {
	float: right;
	display : inline;
	text-align: right;
	width: 400px;
}




/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
.contents_frame table {
	margin: 0px auto;
}
.contact {
	margin: 10px;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	border: 2px dashed #FFCC00;
}
/* PR_link */
.pr_ttl{
	font-size: 14px;
	font-weight: bold;
}
.pr_desc{
	display: block;
	font-size: 10px;
}