@charset "utf-8";

/* CSS Document */

/* reset ------------------------------------------------------------------ */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

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

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* common ------------------------------------------------------------------ */

body {
	color:#333333;
	background-color: #ffffff;
	font:13px/1.5 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    *font-size:small;
    *font:x-small;
}

#top_flash {
	width: 1000px;
	height: 260px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFF;
	padding-bottom:10px;
}

/* The CSS Code for the menu starts here */

#g_navi {
	width:1000px;
	padding:  0 2px 0 2px;
}

#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin:  0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}
#menu li {
	float: left;
	margin: 0;				
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 19px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}
#menu_wrapper ul {margin-left: 12px;}
#menu_wrapper {padding: 0 16px 0 0; background: url(../images/grey.png) no-repeat right;}
#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(../images/grey.png) no-repeat left;}

/* Black Menu */
#menu_wrapper.black ul {
	border-top: 2px solid #333;
	border-bottom: 2px solid #000;
	background: #333;}
#menu_wrapper.black a {color: #CCC;}
#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
#menu_wrapper.black {background: url(../images/black.png) no-repeat right;}
#menu_wrapper.black div {background: url(../images/black.png) no-repeat left;}

/* Blue Menu */
#menu_wrapper.blue ul {
	border-top: 2px solid #356AA0;
	border-bottom: 2px solid #204061;
	background: #356AA0;}
#menu_wrapper.blue a {color: #fff;}
#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
#menu_wrapper.blue {background: url(../images/blue.png) no-repeat right;}
#menu_wrapper.blue div {background: url(../images/blue.png) no-repeat left;}

/* Red Menu */
#menu_wrapper.red ul {
	border-top: 2px solid #660000;
	border-bottom: 2px solid #450000;
	background: #660000;}
#menu_wrapper.red a {color: #fff;}
#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}
#menu_wrapper.red {background: url(../images/red.png) no-repeat right;}
#menu_wrapper.red div {background: url(../images/red.png) no-repeat left;}

/* Orange Menu */
#menu_wrapper.orange ul {
	border-top: 2px solid #d15600;
	border-bottom: 2px solid #B44500;
	background: #d15600;}
#menu_wrapper.orange a {color: #fff;}
#menu_wrapper.orange li a:hover, #menu_wrapper.orange li.active a {color: #FA9B5B; background: #B44500; border-bottom: 2px solid #d15600;}
#menu_wrapper.orange {background: url(../images/orange.png) no-repeat right;}
#menu_wrapper.orange div {background: url(../images/orange.png) no-repeat left;}

table {
    font-size:inherit;
    font:100%;
}


a:link,a:visited {
	text-decoration: underline;
	outline-width: 0;
	color:#0000FF;
}

a:hover,a:active {
	text-decoration: underline;
	color: #0000FF;
}

a img{border:none;}


/* new clearfix */
.clearfix{
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

#container {
	width: 1004px;
	margin:0 auto;
}

#header {
	width: 1000px;
	height: 80px;
	background-color:#FFF;
	padding-right: 2px;
	padding-left: 2px;
}

#header_logo {
	height: 30px;
	padding-top: 20px;
}

#header_english {
	padding-top:40px;
	float:right;
}

#header_english a{
	width:125px;
	height:25px;
	display:block;
	float:right;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background-image: url(../images/header_english.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header_english a:hover {
	background:url(../images/header_english.gif) no-repeat 0px -25px;
}

#footer {
	width: 1000px;
	height: 90px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:black;
	margin:0;
}

#footer_left {
	float:left;
	padding-top: 10px;
	padding-left: 30px;
}

#footer_corp {
	float:left;
}

#footer_copyright {
	float:left;
	clear: both;
	color: #FFFFFF;
	font-size:85%;
}

#footer_right {
	float:right;
	width:100px;
	height:50px;
	padding-top: 20px;
	padding-right: 20px;
}

span.bg2_top,span.bg3_top{
	width: 1004px;
	height:11px;
	background-color: #FFF;
	background-image: url(../images/bg2_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
	font-size: 1px;
}

span.bg2_bottom,span.bg3_bottom{
	width: 1004px;
	height:13px;
	background-color: #FFF;
	background-image: url(../images/bg2_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
	font-size: 1px;
}

.bg2{
	width: 920px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.bg3{
	width: 1004px;	
}

.bg3_pattern{
	width: 980px;
	margin: 0 auto;
}

.bg3_container{
	width: 1004px;
	margin: 0 auto;
}

.page_top {
	float:left;
	clear:both;
	width:980px;
	padding-top:20px;
	margin: 0 auto;
}

.page_top a{
	float:right;
	padding-right: 30px;
	width:90px;
	height:30px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.pdf{
	background:transparent url(/images/pdf_01.gif) no-repeat scroll right center;
	padding:5px 18px 3px 0;
}