@charset "iso-8859-2";
/* default.css */

/*---Reset---*/

html {
	overflow-y:scroll;/*for firefox*/
}
body {
	margin:0;
	padding:0;
	background: url(../images/body_bg.jpg) #F5F9FA repeat-x left top;
	color:#333;
	font-size:75%;
    font-family: Arial;
	line-height:1.5;
	letter-spacing:0;/*for IE7*/
	text-align:center;
}
body.window-open {
	margin:0;
	padding:0;
	background:none;
	color:#333;
	font-size:85%;
	line-height:1.5;
	letter-spacing:0;/*for IE7*/
}

br {/*for IE7*/
	letter-spacing:0;
}	
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;
}
fieldset {
	border:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th {
	padding:6px 8px;
	font-weight:normal;
	text-align:left;
}
td {
	padding:6px 8px;
	font-weight:normal;
	text-align:left;
}
.th-td-fixed {
	table-layout:fixed;
}
img{
	vertical-align:top;
	border:none;
}
address{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
	font-weight:normal;
}
ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
a {
	color:#06C;
}


/*-------------------------------------------
 Basic structure
-------------------------------------------*/
div#container {
	margin:0 auto;
	width:960px;
	text-align:left;
	overflow:hidden;
}
div#main {
	width:960px;
	clear:left;
	background:#FFF;
}
div#content {
	width:760px;
	float:right;
	letter-spacing:1px;
}
div#print-btn {
	margin:0 15px 5px 0;
	text-align:right;
}
/*--sidemenu--*/
div#sidemenu {
	margin-left:10px;
	width:187px;
}
div#sidemenu h2 {
	margin-bottom:1px;
}
div#sidemenu h3 {
	padding:3px 0 3px 8px;
	background:#007BC6;
	color:#FFF;
	font-weight:bold;
}
#sidemenu dl {
	border-top:#BBB 1px solid;
	border-right:#BBB 1px solid;
	border-bottom:#3E95CE 5px solid;
	border-left:#BBB 1px solid;
	margin-bottom:15px;
	width:185px;
}
#sidemenu dt {
	margin-bottom:1px;
	border-bottom:#BBB 1px solid;
}
#sidemenu dd {
	margin-bottom:1px;
	border-bottom:#BBB 1px solid;
}
dt.dt-sidemenu-last {
	border-bottom:none !important;
}
dd.dd-sidemenu-last {
	border-bottom:none !important;
}
dt.dt-sidemenu-now {
	background:#E2E7ED;
}
dd.dd-sidemenu-now {
	background:#E2E7ED;
}
#sidemenu dt a {
	padding:6px 5px 6px 15px;
	background:url(../images/li-mark_sidemenu.gif) no-repeat 5px 11px;
	color:#333;
	display:block;
	text-decoration:none;
}
*html #sidemenu dt a {
	width:165px;
}
#sidemenu dt a:hover {
	background:url(../images/li-mark_sidemenu.gif) no-repeat 5px 11px #F2F2F2;
	color:#06C;
	text-decoration:underline;
}
#sidemenu dd a {
	padding:2px 5px 2px 18px;
	background:url(../images/li-mark_sidemenu_dd.gif) no-repeat 8px 7px;
	color:#333;
	display:block;
	text-decoration:none;
}
*html #sidemenu dd a {
	width:162px;
}
#sidemenu dd a:hover {
	background:url(../images/li-mark_sidemenu_dd.gif) no-repeat 8px 7px #F2F2F2;
	color:#06C;
	text-decoration:underline;
}
dt.dt-sidemenu-nolink {
	padding:6px 5px 6px 15px;
	background:url(../images/li-mark_sidemenu.gif) no-repeat 5px 11px;
	color:#333;
	display:block;
	text-decoration:none;
	width:165px;
}
dt.dt-sidemenu-nolink-now {
	padding:6px 5px 6px 15px;
	background:url(../images/li-mark_sidemenu.gif) #E2E7ED no-repeat 5px 11px;
	color:#333;
	display:block;
	text-decoration:none;
	width:165px;
}
div#topic-path {
	padding:4px 20px 3px 20px;
	background:#F3F5F8;
	border-top:#CCC 1px solid;
	border-bottom:#FFF 8px solid;
	clear:left;
	color:#666;
}
/*-------------------------------------------
  header
-------------------------------------------*/
#header-top {
	height:20px;
	position:relative;
}

#header-bottom {
	padding-left:15px;
	height:22px;
	position:relative;
}
img#logo {
	margin-left:10px;
}
#header-linkarea {
	margin-top:7px;
	margin-left:675px;
	height:20px;
}
#header-linkarea ul {
	margin-left:5px;
}
#header-linkarea li {
	margin-right:3px;
	float:left;
}
img#japanese-btn {
	position:absolute;
	top:5;
	left:870px;
}
/*-------------------------------------------
 fontsize change
-------------------------------------------*/
#fontsize-area {
	margin-left:475px;
	height:18px;
	float:left;
}

*html #fontsize-area {
	margin-left:247px;
}
ul#font-size {
    margin-left:55px;
}
ul#font-size:after {
    clear: both;
    content: "";
    display: block;
}
ul#font-size li {
    cursor: pointer;
    float: left;
}

/*-------------------------------------------
 Search
-------------------------------------------*/
div#search-box {
	margin-left:670px;
	padding-left:25px;
	background:url(../images/search_query_bg.gif) no-repeat 0 0;
	height:20px;
	widrh:180px;
}
*html #form {
	position:relative;
}
#query	{
	padding: 1px 2px 2px 0;
	border:none;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	left:710px;
	height:15px;
	position:absolute;
	width:195px;
	font-size:11pt;

}
#search-btn	{
	position: absolute;
	top: 0;
	left: 895px;
}
*html #query	{
	padding: 2px 5px 1px 0;
	left:0;
	font-size:13px;
	width:175px;
}
*html #search-btn {
	left:180px;
}
/*-------------------------------------------
 navi
-------------------------------------------*/
div#navi {
	margin:10px 0 7px 0 !important;
	clear:left;
	height:40px;
}

#navi li {
	display:inline;
	list-style-type:none;
}
#navi li a{
	float:left;
}
/*-------------------------------------------
 footer
-------------------------------------------*/
div#footer {
	background:#fff;
	border-top:#fff 1px solid;
	font-size:90%;
	clear:both;
}
div#footer li a {
	color:#47423A;
	text-decoration:none;
}
div#footer li a:hover {
	text-decoration:underline;
}
div#footer-navi {
	padding:7px 5px 1px 20px;
	border-top:#FFF 1px solid;
	border-bottom:#CACACA 1px solid;
	/*height:20px;*/
}
div#footer-navi li {
	margin-right:10px;
	padding-left:8px;
	background:url(../images/link-mark.gif) no-repeat left 4px;
	float:left;
}
div#footer-link {
	padding:3px 5px 3px 10px;
	border-top:#FFF 1px solid;
	clear:left;
}
div#footer-link li {
	margin-left:5px;
	padding-left:8px;
	background:url(../images/link-mark.gif) no-repeat left center;
	float:left;
}
li.li-bar-gray {
	margin-right:10px;
	padding-right:10px;
	border-right:#CCC 1px solid;
}
div#copyright {
	padding-right:15px;
	background:url(../images/copyright_bg.gif) repeat-x left top;
	clear:left;
	color:#FFF;
	height:20px;
	text-align:right;
}
/*-------------------------------------------
 Common parts
-------------------------------------------*/
/*--------------------------------------
category-top(NEW)
----------------------------------------*/

div#category-top-area {
	padding:10px 10px 10px 30px;
	clear:both;
}

div.category-top-item {
	margin:0 10px 20px 0 !important;
	padding-bottom:10px;
	background:url(../images/category-top-item_bg.jpg) no-repeat left bottom;
	float:left;
	width:220px;
}
div.category-top-item h2 {
	background:url(../images/category-top-item-h2_bg.jpg) no-repeat left top;
	font-size:120%;
}
div.category-top-item h2 a {
	padding:10px 5px 7px 18px;
	background:url(../images/link-mark.gif) no-repeat 10px 19px;
	display:block;
	width:197px;
}

div.category-top-item p {
	margin:0 auto !important;
	padding-top:10px;
	border-top:#D2D2D2 1px solid;
	width:200px;
}

div.category-top-item ul {
	margin:10px 10px 10px 5px;
}

div.category-top-item li {
	margin:0 0 3px 10px;
	padding-left:10px;
	background:url(../images/link-mark.gif) no-repeat left 7px;
}

.link-new-win {
	padding-right:15px;
	background:url(image/icon_blank.gif) no-repeat top center;
}

/*---clearfix---*/
* html .clearfix {
	overflow:hidden;
}
.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 */

/* for IE7 */  
*+html .clearfix {   
	display:inline-block;   
} 


/*---margin---*/
.mgn0 {
	margin:0 !important;
}
.mgn-top-0 {
	margin-top:0 !important;
}
.mgn-top-5 {
	margin-top:5px !important;
}
.mgn-top-10 {
	margin-top:10px !important;
}
.mgn-top-20 {
	margin-top:20px !important;
}
.mgn-top-30 {
	margin-top:30px !important;
}
.mgn-right-0 {
	margin-right:0 !important;
}
.mgn-right-10 {
	margin-right:10px !important;
}
.mgn-right-20 {
	margin-right:20px !important;
}
.mgn-right-30 {
	margin-right:30px !important;
}
.mgn-right-40 {
	margin-right:40px !important;
}
.mgn-bottom-0 {
	margin-bottom:0 !important;
}
.mgn-bottom-10 {
	margin-bottom:10px !important;
}
.mgn-bottom-15 {
	margin-bottom:15px !important;
}
.mgn-bottom-20 {
	margin-bottom:20px !important;
}
.mgn-bottom-30 {
	margin-bottom:30px !important;
}
.mgn-left-0 {
	margin-left:0 !important;
}
.mgn-left-10 {
	margin-left:10px !important;
}
.mgn-left-20 {
	margin-left:20px !important;
}
.mgn-left-30 {
	margin-left:30px !important;
}
.mgn-left-40 {
	margin-left:40px !important;
}
.mgn-left-50 {
	margin-left:50px !important;
}
.mgn-left-60 {
	margin-left:60px !important;
}


/*--width---*/
.width-20 {
	width:20px;
}
.width-40 {
	width:40px;
}
.width-50 {
	width:50px;
}
.width-60 {
	width:60px;
}
.width-70 {
	width:70px;
}
.width-80 {
	width:80px;
}
.width-90 {
	width:90px;
}
.width-100 {
	width:100px;
}
.width-120 {
	width:120px;
}
.width-150 {
	width:150px;
}
.width-170 {
	width:170px;
}
.width-180 {
	width:180px;
}
.width-200 {
	width:200px;
}
.width-210 {
	width:210px;
}
.width-220 {
	width:220px;
}
.width-230 {
	width:230px;
}
.width-250 {
	width:250px;
}
.width-300 {
	width:300px !important;
}
.width-330 {
	width:330px !important;
}
.width-350 {
	width:350px !important;
}
.width-380 {
	width:380px;
}
.width-400 {
	width:400px;
}
.width-420 {
	width:420px;
}
.width-450 {
	width:450px;
}
.width-500 {
	width:500px;
}
.width-550 {
	width:550px;
}
.width-600 {
	width:600px;
}
.width-680 {
	width:680px;
}
.width-700 {
	width:700px;
}
.width-3em {
	width:3em;
}
.width-5em {
	width:5em;
}
.width-6em {
	width:6em;
}
.width-7em {
	width:7em;
}
.width-8em {
	width:8em;
}
.width-9em {
	width:9em;
}
.width-10em {
	width:10em;
}

/*---padding---*/
.pdg-bottom-1em {
	padding-bottom:1em;
}

/*--background color---*/
.bg-light-aqua {
	background:#F0F6FC;	
}
.bg-aqua {
	background:#CDE1F5;
}
.bg-yellowgreen {
	background:#D7EABB!important;
}
.bg-light-yellowgreen {
	background: #ECF2E3 !important;
}
.col-red {
	color:#F00;
}

/*---font size---*/
.font-size-small {
	font-size:90%;
}
.font-size-large {
	font-size:120%;
}
.font-bold {
	font-weight:bold;
}
.font-normal {
	font-weight:normal !important;
}
.txt-center {
	text-align:center;
}
.txt-right {
	text-align:right;
}
.txt-left {
	text-align:left !important;
}
.txt-top {
	vertical-align:top;
}
.txt-middle {
	vertical-align:middle !important;
}

/*---float---*/
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear:both;
}

/*---hr---*/

hr.hr-white {
	color:#FFF;
	border:#FFF 1px solid;
	clear:both;
}
hr.hr-clear {
	margin:0 !important;
	color:#FFF;
	border:#FFF 1px solid;
	clear:both;
}

hr.hr-blue {
	margin:10px 30px;
	color:#FFF;
	border:#FFF 1px solid;
	border-top:#8FB5CF 1px solid;
	clear:both;
}
/*---back to top---*/
p.p-bkto-top {
	padding:15px 0 20px 0;
	clear:both;
	text-align:right;
}
/*--vertical-align---*/
.vt-top {
	vertical-align:top !important;
}
.vt-middle {
	vertical-align:middle !important;
}
.vt-bottom {
	vertical-align:bottom !important;
}

/*---List---*/
ol.ol-standard {
	margin:3px 40px 5px 75px;
	list-style-type:decimal;
}
ol.ol-standard li {
	margin-bottom:5px;
}
ul.ul-standard {
	margin:3px 40px 5px 65px;
	list-style-type:disc;
}
ul.ul-standard li {
	margin-bottom:5px;
}
ul.ul-blue li {
	margin-bottom:5px;
	padding-left:10px;
	background:url(../images/li-mark_blue.gif) no-repeat left center;
}
/*---h1-h6---*/
h1.h1-standard {
	margin:10px 20px 30px 20px;
	padding:8px 0 0 10px;
	background:url(../images/h2_bg.gif) no-repeat left top;
	clear:both;
	font-size:140%;
	font-weight:bold;
	height:37px;
}
h2.h2-standard {
	margin:30px 25px 10px 25px;
	padding:5px 5px 3px 10px;
	background:url(../images/h2-standard_bg.jpg) repeat-x left bottom;
	clear:both;
	border-bottom:#BBB 1px solid;
	font-size:120%;
	font-weight:bold;
}
h3.h3-standard {
	margin:10px 30px 10px 35px;
	color:#1A4771;
	font-weight:bold;
	font-size:120%;
}

/*---table---*/
table.tbl-standard th {
	border:#CCC 1px solid;
	background:#E1EDF9;
	vertical-align:top;
}
table.tbl-standard td {
	border:#CCC 1px solid;
	vertical-align:top;
}
.border-1px {
	border:#ccc 1px solid !important;
}
.border-top-1px {
	border-top:#ccc 1px solid !important;
}
.border-bottom-1px {
	border-bottom:#ccc 1px solid !important;
}
.border-left-1px {
	border-left:#ccc 1px solid !important;
}
.border-right-1px {
	border-right:#ccc 1px solid !important;
}
.border-2px {
	border:#ccc 2px solid !important;
}
.border-top-2px {
	border-top:#ccc 2px solid !important;
}
.border-bottom-2px {
	border-bottom:#ccc 2px solid !important;
}
.border-left-2px {
	border-left:#ccc 2px solid !important;
}
.border-right-2px {
	border-right:#ccc 2px solid !important;
}
table.tbl-border-none td {
	border:none !important;
	padding:0 3px !important;
}
.border-top-none {
	border-top:none !important;
}
.border-bottom-none {
	border-bottom:none !important;
}
.border-left-none {
	border-left:none !important;
}
.border-right-none {
	border-right:none !important;
}
td.td-nowrap {
	white-space:nowrap;
}
th.th-nowrap {
	white-space:nowrap;
}
.tbl-fixed {
	table-layout:fixed;
}
/*---stripe---*/
.stripe-even {
	background:#F0F6FC;
}
.stripe-odd {
	background:#FFF;
}

/*---p---*/
#content p , #main-column p , #window-open p , #news-column p {
	margin:10px 40px 10px 40px;
}
/*---Plugin---*/
div#plug-in {
	margin:30px 30px 10px 30px;
	padding:10px;
	border:#CCC 1px solid;
	background:#F5F8F8;		
}
div#plug-in p {
	margin:5px 10px;
}

/*---line-height---*/
.lineheight-broad {
	line-height:2.7;
}

/*---img---*/
img.img-pdf {
	vertical-align:middle;
}img.img-news-pdf {
	vertical-align:top;
}

/*---close button---*/
p.p-close-btn {
	margin-top:30px!important;
	padding-top:20px;
	padding-bottom:30px;
	border-top:#CCC 1px solid;
	text-align:center;
}
.c-pointer {
	cursor:pointer;
}