@charset "utf-8";

* {
	font-size: 12px;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

a,
a:visited {
	color: #000000;
}

a:hover {
	color: #fecd00;
}

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

div#wrapper {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

div#wrapper h1#summary {
	padding: 5px 10px 20px 10px;
	width: 100%;
	font-weight: normal;
	font-size: 10px;
	background: transparent url(../images/header.gif) no-repeat center bottom;
}

div#container {
	width: 910px;
	margin: 0 auto;
	padding: 0px 10px 30px 10px;
	background: #ffffff url(../images/bg1.gif) no-repeat center bottom;
}

div#container div#header {
	height: 100px;
	padding: 0;
	position: relative;
}

div#container div#header div#header_menu {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#container div#header div#header_pdf {
	position: absolute;
	bottom: 50px;
	right: 20px;
}


div#container div#contents div#mainContents h3 strong {
	text-decoration: underline;
}


/* topic path */

div#container div#topic_path {
	font-size: 10px;
	padding: 5px 10px;
	background-color: #ffffff;
}

div#container div#topic_path a {
	font-size: 10px;
}


/* gnavi */
div#container div#gnavi {
	width: 910px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

div#container div#gnavi p.null_left {
	float: left;
	margin: 0;
	padding: 0;
}

div#container div#contents div#sub_navi {
	float: left;
	width: 180px;
}

/* contents */

div#container div#contents div#main {
	float: right;
	width: 730px;
}

div#container div#contents div#main div#top_flash,
div#container div#contents div#main div#top_image {
	margin-bottom: 20px;
}


/* main contents */

div#container div#contents div#main div#mainContents {
	margin:  0px 20px 30px 20px;
	padding: 0;
}

div#container div#contents div#main div#mainContents h2 {
	color: #ffffff;
	font-weight: bold;
	height: 23px;
	padding-left: 1.5em;
	padding-top: 3px;
	margin-bottom: 10px;
	background: #ffffff url(../images/bar_h2.jpg) no-repeat 0 0;
}

div#container div#contents div#main div#mainContents p {
	margin-bottom: 1em;
}

div#container div#contents div#main div#mainContents p.lead_txt {
	font-size: 15px;
	line-height: 1.7;
	color: #000000;
}

div#container div#contents div#main div#mainContents h3 {
	color: #333333;
	font-weight: bolder;
	height: 23px;
	line-height: 23px;
	background: transparent url(../images/bar_h3.gif) no-repeat 0 0;
	padding: 1px 10px 0px 25px;
	margin-bottom: 0.5em;
}



/* footer */

div#wrapper div#footer {
	text-align: center;
	margin-top: 10px;
}

div#wrapper div#footer h3 {
	font-weight: bold;
}

div#wrapper div#footer address,
div#wrapper div#footer p {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
}


/* subnavi */

div#container div#contents div#sub_navi {
	margin: 0;
	padding: 0;
}

div#container div#contents div#sub_navi h3 {
	color: #ffffff;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	background: transparent url(../images/sub_navi_header.gif) no-repeat 0 0;
	height: 23px;
}

div#container div#contents div#sub_navi div#sub_navi1 {
	padding-bottom: 30px;
	background: #F0E6C3;
}

div#container div#contents div#sub_navi div#sub_navi1 ul {
	padding-top: 10px;
}

div#container div#contents div#sub_navi div#sub_navi1 ul li {
	list-style-type: none;
	background: transparent url(../images/list_mark2.gif) no-repeat 0 5px;
	padding-left: 15px;
	margin: 0px 10px 0px 10px;
}

div#container div#contents div#sub_navi div#sub_navi1 ul li ul {
	margin-bottom: 15px;
}

div#container div#contents div#sub_navi div#sub_navi1 ul li ul li {
	list-style-type: disc;
	background-image: none;
	padding: 0;
}

div#container div#contents div#sub_navi div#sub_navi1 ul li ul li a {
	font-size: 10px;
}


/* banner */

div#container div#contents div#sub_navi div#banner {
	margin: 20px 0px 50px 20px;
}

div#container div#contents div#sub_navi div#banner ul li {
	list-style-type: none;
	margin-bottom: 5px;
}


/* others */

caption {
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 15px;
}

.caption {
	font-size: 10px ! important;
	line-height: 1.2;
}

.column_border {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #000000;
}

.popup {
	font-size: 10px;
	height: 17px;
	padding: 0px 0px 0px 23px;
	background: transparent url(../images/popup_icon.gif) no-repeat left center;
}

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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
