@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	width: 950px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 950px;
	height: 110px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	position: relative;
}
div#header h1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 210px;
	height: 70px;
}
div#header h2 {
	position: absolute;
	top: 15px;
	left: 230px;
	width: 700px;
}
#header table{
	padding: 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-collapse: separate;
	margin: 0;
}
#header table th{
	padding: 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
#header table td{
	padding: 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	top: 0px;
	left: 0px;
	width: 940px;
	height: 35px;
	overflow: hidden;
	background-image: url(../images/navigator.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFBF0;
	position: relative;
	margin-bottom: 2px;
}
div#navigator ul {
	padding: 0px 5px 0px 5px;
	width: 930px!important;
	width/**/: 940px;
	height: 35px;
}
div#navigator ul li {
	float: left;
	height: 35px;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 35px;
	width: 9em;
	text-align: center;
	font-size: 1em;
}
div#navigator ul li a {
	display: block;
	height: 35px;
	padding-right: 1em;
	padding-left: 1em;
	width: 9em;
	text-align: center;
	color: #FFFBF0;
	background-image: url(../images/spacer.gif);
}
div#navigator ul li a:hover {
	color:blue;
	background-image: url(../images/navigator_over.gif);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	position: relative;
	background-image: url(../images/background.gif);
	width: 940px!important;
	width/**/: 950px;
	padding: 0px 5px 0px 5px;
	clear: both;
	text-align: left;
}
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
div#mainImage {
	padding-bottom: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	overflow: hidden;
	float: right;
	padding: 10px 15px 0px 15px;
	width: 700px!important;
	width/**/: 730px;
}
div#contents h2 {
	color: #003399;
	font-size: 1.5em;
}
div#contents p {
	line-height: 1.7em;
	padding-bottom: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: left;
	padding: 5px 3px 0px 5px;
	width: 190px!important;
	width/**/: 200px;
	overflow: hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	padding: 0px 5px 0px 5px;
	width: 940px!important;
	width/**/: 950px;
	height: 50px;
	overflow: hidden;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}
a#pagetop {
	display: none;
}
a#gopagetop {
	display: block;
	width: 104px;
	height: 12px;
	position: absolute;
	top: 70px;
	left: 830px;
}
div#breadCrumb {
	padding: 0px 0px 10px 0px;
}
div#breadCrumb ol {
	width: 700px;
	height: 30px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
}
div#breadCrumb ol li {
	height: 24px!important;
	height/**/: 30px;
	padding: 6px 15px 0px 10px;
	background-image: url(../images/linkb.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
div#footer ol {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 725px;
	height: 30px;
	background-image: url(../images/link_foot.gif);
	background-repeat: no-repeat;
}
div#footer ol li {
	height: 24px!important;
	height/**/: 30px;
	padding: 6px 15px 0px 10px;
	background-image: url(../images/linkb.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
div#bookmarks {
	position: absolute;
	top: 70px;
	left: 555px;
}
div.must {
	width: 30px;
	height: 16px;
	background-image: url(../images/must.gif);
	text-indent: -5000px;
	float: right;
}
div.onepointicon {
	width: 70px!important;
	width/**/: 80px;
	height: 70px!important;
	height/**/: 75px;
	padding: 0px 5px 5px 5px;
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	padding: 10px 2px 30px 2px;
	color: #FFFFFF;
	clear: both;
	line-height: normal;
}
div#copyright p {
	font-size: 0.6em;
}
div#copyright span {
	font-family: Myriad Pro,Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	position: absolute;
	top: 15px;
	left: 220px;
	clear: both;
}
ul.main_menu li {
	float: left;
	padding: 3px 3px 0px 3px;
}
ul.main_menu li a {
	display: block;
	padding-left: 10px;
	background-image: url(../images/li_footer_main_menu.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
ul.sub_menu {
	position: absolute;
	left: 220px;
	clear: both;
	padding: 0px 0px 0px 3px;
	bottom: 5px;
}
ul.sub_menu li {
	height: 12px;
	float: left;
	padding: 0px 3px 3px 8px;
}
ul.sub_menu li a {
	font-size: 10px;
	display: block;
	padding-left: 8px;
	background-image: url(../images/li_footer_sub_menu.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#webmain {
	width: 700px!important;
	width/**/: 700px;
}
.midashi {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#namblue {
	font-size: 36px;
	font-weight: bolder;
	color: #06F;
	float: left;
	padding: 5px 10px 5px 5px;
}
#namred {
	font-size: 36px;
	font-weight: bolder;
	color: #F00;
	float: left;
	padding: 5px 10px 5px 5px;
}
tabele.aisyou {
}
.aisyou td {
	border-width: thin;
	border-style: dotted;
	padding: 5px;
}
/*▼小見出し_0▼*/
.subtitle_0{
	border-bottom:2px dotted #D7D7D7;
	margin:0;
	padding:5px 0 3px;
}
/*▼小見出し_1▼*/
.subtitle_1{
	background:#F0F0F0 url(../images/subtitle_3_arrow.gif) no-repeat 8px 7px;
	border-bottom:1px solid #D7D7D7;
	border-top:2px solid #122d99;
	font-size:14px;
	height:30px;
	line-height:2.2;
	margin:0;
	padding:0 0 0 35px;
}

/*▼小見出し_2▼*/
.subtitle_2{
	background:#666666 url(../images/subtitle_3_arrow.gif) no-repeat 8px 7px;
	color:#FFFFFF;
	font-size:14px;
	height:30px;
	line-height:2.2;
	margin:0;
	padding:0 0 0 35px;
}
/*▼小見出し▼*/
.subtitle{
	background:#666666;
	color:#333;
	margin:0;
	padding:5px 5px 5px 35px;
	background-color: #CCC;
	border: 1px solid #333;
}
/* 表組 */
.list_1{
	margin:0;
	padding:0px;
}

.list_1 table{
	border-top:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
}

.list_1 th{
	background:#FCF;
	border-right: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	padding:10px;
}

.list_1 td{
	border-right:1px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
	padding:8px;
}

.list_1_header{
	margin:0 auto;
	text-align:center;
	background:#FACECD;
	color:#CC3366;
}
