﻿@charset "UTf-8";

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	line-height: 1;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold;
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}

.none { display: none; }

hr { margin-bottom: 30px; }

/*	body
-------------------------------------------------------------------*/
body {
	position:relative;
	color:#000;
	font-family:Meiryo, Arial, sans-serif;
	background-color: #fff;
}


/*	link
-------------------------------------------------------------------*/
a {
	color:#000ff;
	outline:none;
}

a:link {
	text-decoration:underline;
}

a:hover {
	border-bottom:none;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}


/*	em
-------------------------------------------------------------------*/
em {
	font-style:normal;
	font-weight:bold;
}

/*	strong
-------------------------------------------------------------------*/
strong {
	font-style:normal;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}




/*	header
-------------------------------------------------------------------*/

.header {
	display: block;
	position: relative;
	margin:0 auto;
	width: 950px;
}

.header h1 {
	width: 254px;
	float: left;
}

.header p {
	width: 690px;
	float: right;
	background: url(../img/head_line.gif) right bottom no-repeat;
	font-size: 80%;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 20px;
}


/*	footer
-------------------------------------------------------------------*/

.footer {
	padding-top: 36px;
	width: 100%;
	background-color: #fff;
}

.footer section {
	display: block;
	position: relative;
	margin:0 auto;
	width: 950px;
}

.add {
	width: 387px;
	float: left;
}

address {
	padding: 14px 0px 0px 66px;
	font-style: normal;
	font-size: 90%;
}

address p {
	line-height: 1.4;
	padding-bottom: 20px;
}

.footer_nav {
	width: 560px;
	padding-bottom: 40px;
	background: url(../img/footer_line.gif) left top repeat-y;
	float: left;
}

.footer_nav ul {
	padding-top: 25px;
	margin-left: 30px;
}

.f_left {
	width: 230px;
	float: left;
}

.f_right {
	width: 230px;
	float: left;
}

.footer_nav ul li {
	font-size: 90%;
	margin-bottom: 10px;
}

.footer_nav ul li a {
	display: block;
	background: url(../img/footer_list.gif) left center no-repeat;
	padding-left: 15px;
}

.copy {
	border-top: solid 1px #E4E4E4;
	padding: 30px 0;
	text-align: center;
	font-size: 80%;
}

/*	content
-------------------------------------------------------------------*/

.container {
	width: 100%;
	background-color: #fAfAf4;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 20px;
}

.content {
	display: block;
	position: relative;
	margin:0 auto;
	width: 950px;
}


/*	side
-------------------------------------------------------------------*/

.side {
	width: 240px;
	float: left;
}

.global_nav {
	background-color: #fff;
	border: solid 1px #e4e4e4;
	padding: 1px;
	margin-bottom: 15px;
}

.global_nav dl {
	border: solid 4px #fafaf6;
	padding: 0px 15px 35px 15px;
}

.global_nav dl dt {
	
}

.global_nav dl dd {
	background: url(../img/menu_line.gif) left bottom no-repeat;
	font-size: 90%;
	line-height: 1.4;
}

.global_nav dl dd a {
	display: block;
	padding: 13px 0px 13px 20px;
	background: url(../img/menu_list.png) left center no-repeat;
}

.global_nav dl dd a:link { color: #22008C; text-decoration: none; }
.global_nav dl dd a:visited { color:#22008C; text-decoration: none; }
.global_nav dl dd a:hover { color: #FFF; background-color: #22008C; text-decoration: underline; }
.global_nav dl dd a:active { color: #FFF; background-color: #22008C; text-decoration: underline; }

.global_nav ul {
	border: solid 4px #fafaf6;
}

.global_nav ul li {
	font-size: 90%;
	line-height: 1.4;
	text-align: center;
}

.global_nav ul a {
	display: block;
	padding: 13px 0px 13px 0px;
	font-weight: bold;
}

.global_nav ul a:link { color: #FFF; background-color: #22008C; text-decoration: underline; }
.global_nav ul a:visited { color: #FFF; background-color: #22008C; text-decoration: underline; }
.global_nav ul a:hover { color: #FFFF00; background-color: #1A6600; text-decoration: underline; }
.global_nav ul a:active { color: #FFFF00; background-color: #1A6600; text-decoration: underline; }










/*	main
-------------------------------------------------------------------*/

.main {
	width: 700px;
	float: right;
}


/*	top_information
-------------------------------------------------------------------*/

.top_information {
	margin-bottom: 34px;
}

.top_news {
	width: 338px;
	float: left;
}

.top_action {
	width: 338px;
	float: right;
}

.top_news div,
.top_action div {
	background-color: #fff;
	border: solid 1px #e4e4e4;
	padding: 2px;
}

.top_news h2,
.top_action h2 {
	padding: 20px 0px 12px 7px;
	background: url(../img/top_h2_back.gif) right top no-repeat;
}

.top_news h2 span {
	border-left: solid 4px #0040FF;
	padding-left: 13px;
}

.top_action h2 span {
	border-left: solid 4px #1A6600;
	padding-left: 13px;
}

.top_news dt {
	margin-bottom: 20px;
	padding: 7px 0px 4px 14px;
	background: url(../img/top_news_back.gif) right bottom no-repeat;
	background-color: #0040FF;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

.top_action dt {
	margin-bottom: 20px;
	padding: 7px 0px 4px 14px;
	background: url(../img/top_action_back.gif) right bottom no-repeat;
	background-color: #1A6600;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

.top_information dd {
	padding: 0px 14px 20px 14px;
	line-height: 1.6;
	font-size: 90%;
}

.top_information dd a {
	display: block;
}

.top_bn {
	margin-bottom: 60px;
}

.top_bn li {
	margin-bottom: 13px;
}

.news_link {
	font-size: 90%;
	text-align: right;
	margin-top: 10px;
}

.news_link a {
	padding: 4px 0 4px 20px;
	background: url(../img/menu_list.png) left center no-repeat;
}

/*	page
-------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}

.red {
	color: #d90000;
}

.page_top {
	clear: both;
	text-align: right;
}

.page_top a {
	padding-left: 20px;
	background: url(../img/page_top.gif) left center no-repeat;
}

.page {
	padding-bottom: 40px;
}

.page h1 {
	margin-bottom: 23px;
	padding-left: 23px;
	font-size: 200%;
	color: #0000FE;
	background: url(../img/page_h1_list.gif) left top repeat-y;
}

.update {
	font-size: 90%;
	padding: 0px 0px 23px 23px;
}

.page_update {
	font-size: 90%;
	padding: 10px 0px 10px 23px;
	background: url(../img/update_line.gif) left top repeat-x;
}

.topic_path {
	font-size: 90%;
	padding: 10px 0px 10px 23px;
	background: url(../img/update_line.gif) left top repeat-x;
}

.topic_path span {
	margin: 0px 10px;
}

.single h2 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 30px;
	padding: 20px 0px 0px 0px;
	background: url(../img/page_h2_back.gif) right top no-repeat;
	background-color: #fff;
}

.single h2#page_top {
	margin-top: 30px;
}

.single h2 span {
	display: block;
	background: url(../img/page_h2_end.gif) right bottom no-repeat;
	padding: 0px 40px 12px 24px;
	line-height: 1.4;
}

.single h3 {
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.4;
	color: #0000FE;
	background: url(../img/page_h2_end.gif) right bottom no-repeat;
}

.single h4 {
	padding: 0 7px;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 1.6;
}

.single h5 {
	padding: 0 7px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6;
}

.single h6 {
	padding: 0 7px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6;
}

.single p {
	margin-bottom: 30px;
	padding: 0 7px;
	line-height: 1.8;
}

.single p.sub_title {
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 0 7px;
	line-height: 1.8;
}

.single dl {
	margin-bottom: 30px;
	padding: 0 7px;
}

.single dt {
	margin-bottom: 10px;
	line-height: 1.8;
}

.single dd {
	margin: 0px 0px 10px 1em;
	line-height: 1.6;
}

.single ul {
	margin-bottom: 30px;
	margin-left: 40px;
	padding: 0 7px;
}

.single ul li {
	margin-bottom: 10px;
	line-height: 1.6;
	list-style-type: disc;
}

.single ol {
	margin-bottom: 30px;
	margin-left: 40px;
	padding: 0 7px;
}

.single ol li {
	margin-bottom: 10px;
	line-height: 1.6;
	list-style-type: decimal;
}

.single ul p,
.single ol p,
.single dl p {
	margin-bottom: 30px;
	padding: 0 0px;
	line-height: 1.8;
}

.single p,
.single dl,
.single ul,
.single ol {
	font-size: 100%;
}

.single #teikan {
	font-size: 80%;
}

.single .img-left {
	float: left;
}

.single .img-right {
	float: right;
}

.single .align-left {
	text-align: left
}

.single .align-right {
	text-align: right
}

.single .align-center {
	text-align: center
}

.single img {
	padding: 10px;
}

.page_nav {
	margin-left: 16px;
}

.page_nav li {
	padding: 24px 10px 0px 0px;
	line-height: 1.6;
	float: left;
}

.page_nav li a {
	padding: 10px;
	border: solid 1px #ddd;
}

.page_nav li a:link { color: #22008C; text-decoration: underline; }
.page_nav li a:visited { color: #22008C; text-decoration: underline; }
.page_nav li a:hover { color: #FFF; background-color: #22008C; text-decoration: underline; }
.page_nav li a:active { color: #FFF; background-color: #22008C; text-decoration: underline; }


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

.clear:after{
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear{
    display:inline-block;
    min-height:1%;  /* for Ie 7*/
}

/* Hides from Ie-mac */
* html .clear { height: 1%; }
.clear { display: block; }
/* end hide from Ie-mac */