@charset "utf-8";


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

Title : include.css

Created : 2009-10-27

Last Modified : 

Editor(s) : Cutout.inc

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


@import url("base.css");
@import url("extensions.css");


/* ---------------------------------------------------------
   Basic Layout
--------------------------------------------------------- */

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 

body {
	text-align: center;
}

div#wrapper {
	text-align: left;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;
	padding-bottom: 50px;
	border-bottom: 1px solid #A6A6A6;
	position: relative;
}

div#wrapper h1 {
	text-indent: -4000px;
	display: none;
}


div#contents {
	padding-left: 50px;
}

ul.navigator {
	display: block;
	height: 91px;
	margin-bottom: 15px;
	clear: both;
}

ul.navigator li {
	float: left;
}

div#bnr_list {
	clear: both;
	margin-bottom: 30px;
}

div#bnr_list ul {}

div#bnr_list ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 98px;
	width: 226px;
}

div#bnr_list ul li a {}


table.information {
	border: 1px solid #8BE2A8;
	background: #FFFF99;
	margin-right: 48px;
}

table.information td {
	padding: 15px 0px 0px 15px;
}

table.information h2 {
	color: #006633;
	text-align: center;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

div#information {
	border: 1px solid #8BE2A8;
	background: #FFFF99;
	padding: 15px 0px 0px 15px;
	margin-right: 48px;
}

div#information:after { content: "."; display: block; clear: both; height: 0px; overflow: hidden; }
* html div#information { height: 0em; overflow: visible; }

div#information h2 {
	color: #006633;
	text-align: center;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

div.info_block {
	float: left;
	width: 325px;
	_width: 340px;
	padding-right: 15px;

}

div.info_block h3 {
	color: #006633;
	font-size: 16px;
	font-weight: bold;
}

div.info_block h3 span {
	font-weight: normal;
	color: #496270;
	font-size: 14px;
}

div.info_block p {
	color: #496270;
	margin-bottom: 15px;
}

div.info_block span {
	color: #0388BB;
}

div.line {}

div.line:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

* html .line {
    height: 0em;
    overflow: visible;
}

div#attention {
	background: url(../img/attention.gif) no-repeat left 10px;
	width: 453px;
	_width: 698px;
	margin-left: 50px;
	padding-left: 245px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

div#attention h3 {
	line-height: 0px;
	text-indent: -4000px;
}

div#attention p {
	font-size: 10px;
	line-height: 1.5em;
}

div#pageAnchor {
	text-align: right;
	padding-top: 30px;
	clear: both;
}

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

/* 100812fixed */
p.bus {
	color: #FFFFFF;
	background: #FF0000;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
	width: 728px;
}

#second_contents .bus strong {
	font-size: 18px;
}
