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

@import url('table.css');

* {margin:0; padding:0;}

body {
	font-family: 'Times New Roman', 'Times', serif;
	margin:0;
	padding:0;
	text-align:center;
	font-size:90%;
	background:#c5dce2 url(img/bg_body.jpg) repeat-x;
}

a {color:#333;}
a:hover {color:#09f;}


/*///////////////////////////////////

	img

///////////////////////////////////*/
img {border:0;}
img.imgleft {
	float:left;
	margin:20px;
}
img.imgright {
	float:right;
	margin:20px;
}
img.imgcenter {
	margin:10px auto 10px auto;
	display:block;
}
ul.imgul {
	margin:30px 0 10px 20px;
	display:block;
	list-style:none;
}
ul.imgul li {
	float:left;
	width:370px;
	font-size:0.8em;
}
ul.imgul li span {
	font-size:1.3em;
	font-weight:bold;
	color:#003366;
}

/*///////////////////////////////////

	container

///////////////////////////////////*/
#container {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:1000px;
	text-align:left;
}


/*///////////////////////////////////

	lang

///////////////////////////////////*/
#lang {
	clear:both;
	width:1000px;
	height:40px;
	margin:0;
	background:url(img/bg_lang.jpg) right no-repeat;
}
#lang ul {
	list-style-type:none;
}
#lang li {
	float:left;
}
#lang li a {
	display:block;
	width:119px;
	height:32px;
	text-indent:-9999px;
	margin-top:8px;
}
#lang li a.ja {
	background:url(img/lang_btn_ja.jpg) no-repeat;
}
#lang li a.en {
	background:url(img/lang_btn_en.jpg) no-repeat;
}


/*///////////////////////////////////

	header

///////////////////////////////////*/
#header {
	width:1000px;
	height:90px;
	background:url(img/bg_header.jpg) right no-repeat;
}

#header h1 {
	float:left;
}
#header h1 a {
	display:block;
	width:420px;
	height:60px;
	text-indent:-9999px;
	background:url(img/logo.png) no-repeat;
	margin-top:15px;
}

#header_right {
	float:right;
	text-align:right;
	font-size:10pt;
	height:90px;
}
#header_right form {
	margin:5px 0 0 0;
}
#header_right ul {
	margin:7px 0 0 0;
	list-style-type:none;
}
#header_right li {
	float:left;
	text-align:right;
	margin-left:3px;
}
#header_right li a {
	display:block;
	text-decoration:none;
	background:url(img/bg_header_right_btn.gif) right no-repeat;
	width:95px;
	height:20px;
	padding:10px 5px 0 0;
	font-weight:bold;
}
#header_right li a:hover {
	background:url(img/bg_header_right_btn_hover.gif) right no-repeat;
	color:#c00;
}


/*///////////////////////////////////

	wrap

///////////////////////////////////*/
#wrap {
	clear:both;
	width:1000px;
	margin:0;
	background:#fff url(img/bg_intro.jpg) no-repeat;
}


/*///////////////////////////////////

	intro

///////////////////////////////////*/
#intro {
	clear:both;
	margin-top:15px;
	display:inline-table;
}
#intro:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#flash {
	margin:15px 0 0 15px;
	width:485px;
	height:190px;
	float:left;
	background:#eee;
}
#intro_com {
	margin:10px 10px 0 0;
	width:490px;
	height:200px;
	float:right;
}
#intro_com h2 {
	color:#cf0036;
	margin:10px 0 3px 30px;
}
#intro_com h2 span {
	display:block;
	color:#759AB4;
	font-size:0.7em;
}
#intro_com p {
	margin:0 10px 0 30px;
}


/*///////////////////////////////////

	inner

///////////////////////////////////*/
#inner {
	width:980px;
	clear:both;
	margin:10px;
	display:inline-table;
}
#inner:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*///////////////////////////////////

	left

///////////////////////////////////*/
#left {
	width:190px;
	float:left;
	margin-top:20px;
}
#left h3 {
	background:url(img/h3_left.jpg) no-repeat;
	height:40px;
	padding:10px 0 0 25px;
	color:#fff;
	font-size:1em;
	margin:0;
}

#inner_right {
	width:190px;
	float:right;
	background:url(img/bg_inner_right.jpg);
}


/*///////////////////////////////////

	widget

///////////////////////////////////*/
.widget {
	margin:0 0 20px 0;
}
address {
	line-height:1.4em;
	font-style:normal;
	font-size:0.85em;
}

ul.right_btn {
	margin:0 5px;
	text-align:center;
	list-style-type:none;
}
ul.right_btn li {
	margin:5px 0;
}
ul.right_btn li a {
	background:url(img/right_btn.jpg) top no-repeat;
	display:block;
	width:180px;
	height:30px;
	padding:10px 0 0 0;
	text-decoration:none;
	font-weight:bold;
}
ul.right_btn li a:hover {
	background-position:bottom;
}

ul.submenu {
	list-style-type:none;
}
ul.submenu li a {
	display:block;
	background:url(img/list_nav2.jpg) left center no-repeat;
	height:26px;
	padding:6px 0 0 18px;
	border-bottom:1px dashed #ccc;
	text-decoration:none;
}

.g_link {
	text-align:center;
}


/*///////////////////////////////////

	sub_right

///////////////////////////////////*/
#sub_right {
	float:right;
	width:770px;
	margin-top:20px;
}
#breadcrumbs {
	background:url(img/bread.jpg) left center no-repeat;
	padding:3px 0 3px 13px;
	border-bottom:1px solid #ccc;
}
#sub_right h2 {
	background:url(img/h2_default.png) no-repeat;
	height:55px;
	padding:10px 0 0 15px;
	margin:5px 0 10px 0;
	color:#003366;
	font-size:1.3em;
}
#sub_right h3 {
	color:#003366;
	margin:15px 0 3px 5px;
	clear:both;
}
#sub_right h4 {
	color:#258EDF;
	margin:5px 0 3px 5px;
}
#sub_right h5 {
	color:#EB8500;
	margin:5px 0 3px 10px;
}
#sub_right p {
	line-height:1.5em;
	text-align:justify;
	margin:3px 5px 10px 15px;
}
#sub_right ol {
	margin:5px 5px 20px 35px;
}
#sub_right ul.organization {
	margin:5px 5px 20px 35px;
}
ul.archive_list {
	list-style:none;
	margin:5px 5px 20px 20px;
}
ul.archive_list li a {
	background:url(img/list_02.jpg) left center no-repeat;
	display:block;
	padding:3px 0 3px 17px;
	border-bottom:1px dashed #ccc;
	text-decoration:none;
}
ul.archive_list li a:hover {
	background:#ffffcc url(img/list_02.jpg) left center no-repeat;
}

#sub_right dl {
	margin:3px 5px 10px 5px;
}
#sub_right dt {
	font-weight:bold;
	color:#E88D25;
}
#sub_right dd {
	line-height:1.5em;
	margin-left:10px;
	margin-bottom:20px;
}
#sub_right dl.contact {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border:1px solid #ccc;
}
#sub_right dl.contact dt {
	width:100px;
	float:left;
	padding:5px;
	clear:both;
	text-align:right;
}
#sub_right dl.contact dd {
	width:500px;
	margin-left:130px;
	padding:5px;
}


/*///////////////////////////////////

	sitemap

///////////////////////////////////*/
.sitemap {
	width:750px;
	display:inline-table;
}
.sitemap:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sm_left {
	width:250px;
	float:left;
}
.sm_right {
	width:490px;
	float:right;
}
.sitemap ul {
	list-style:none;
	margin:5px 5px 20px 20px;
	line-height:1.4em;
}
ul.sm_first li a {
	background:url(img/list_03.gif) left center no-repeat;
	padding:2px 0 2px 15px;
	display:block;
}
ul.sm_second li a {
	background:url(img/list_04.gif) left center no-repeat;
	padding:2px 0 2px 15px;
	display:block;
}
ul.sm_third li a {
	background:url(img/list_02.jpg) left center no-repeat;
	padding:2px 0 2px 17px;
	display:block;
}


/*///////////////////////////////////

	footer

///////////////////////////////////*/
#footer {
	width:1000px;
	clear:both;
	margin:30px 0 0 0;
	text-align:center;
	background:url(img/bg_footer.jpg) bottom no-repeat;
}
#footer ul {
	margin:5px;
	clear:both;
}
#footer li {
	display:inline;
	list-style-type:none;
}
#footer li a {
	text-decoration:none;
	margin:0 10px;
}
#footer p {
	margin:5px 0 10px 0;
	font-size:0.85em;
}
#footer p.pagenavi {
	float:right;
	margin:5px 15px 20px 0;
}
#footer p.pagenavi a {
	text-indent:-9999px;
	background:url(img/pagetop.jpg) no-repeat;
	display:block;
	width:95px;
	height:24px;
}


/*///////////////////////////////////

	nav

///////////////////////////////////*/
#left ul {
	margin:0;
}
ul.menu li{
	border-bottom:1px dashed #ccc;
	position:relative;
	list-style-type:none;
}
ul.menu li a{
	display:block;
	width:175px;
	height:24px;
	padding:8px 0 0 15px;
	text-decoration:none;
	background:url(img/list_nav.jpg) left center no-repeat;
	font-size:0.8em;
}
ul.menu li a:hover{
	background:#eee url(img/list_nav.jpg) left center no-repeat;
}
ul.menu li ul.sub{
	position:absolute;
	top:0;
	left:190px;
	list-style-type:none;
}
ul.menu li ul.sub li {
	margin:0 0 -1px 0;
}
ul.menu li ul.sub li a {
	background:#eee;
	border-bottom:1px solid #ccc;
	height:40px;
	width:230px;
}
ul.menu li ul.sub li a:hover {
	background:#e1e1e1;
}


