* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-collapse: collapse;
	border: none;
        text-decoration: none;
	line-height: 160%;
}
img {
	vertical-align: top;
}
p {
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 170%;
}
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:center;
	line-height: 160%;
	background-color: #dddddd;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
}

.header{
	background-image: url("../images/LogoBack_White.gif");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 740px;
	height: 120px;
}

.logo{
	width: 370px;
	vertical-align: bottom;
	text-align:center;

	
}
.corp-logo {
	text-align:right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-top:10px;
}

.header-text {
	text-align: right;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #595959 /*#FFFFFF*/;
	line-height: 12px;
	/*margin-top:-5px;*/
	margin-bottom:-5px;
	padding-right: 20px;
}
.header-link {
	line-height: 130%;
	text-align: right;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #595959;
	padding-right: 12px;
}
.header-link a:link ,
.header-link a:visited {
	color: #595959;
	border-top: solid 3px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	text-decoration:none;
}
.header-link a:hover ,
.header-link a:active {
	color: #000000;
	background: #E0E0D0;
	border-top: solid 3px #E0E0D0;
	border-left: solid 2px #E0E0D0;
}

#main-menu {
	clear:both;
	width: 740px;
	position: relative;
}
#banner{
	height: 125px;
	width: 740px;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}

#contents{
	clear: both; 
	width: 740px;
	text-align: left;
	background-image: url("../images/side_back.png");
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#side{
	width:200px; 
	float:left;
	display: inline;
	margin:0px;
	padding: 0px;
}

#main{ 
	width: 540px;
	float:right;
	display: inline;
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#navi {
	width: 100%;
	background-color: #CCCCCC;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#navi a:link ,
#navi a:visited {
	color: #333333;
	background: #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 2px #CCCCCC;
}
#navi a:hover,
#navi a:active {
	color: #000000;
	background: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 2px #FFFFFF; 
}

#main-contents{
	width: 495px;
	padding: 15px;
}

#feature-navi{
	width: 490px;
	margin-top: 50px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #595959;
}
#feature-navi td{
	width: 245px;
}

#feature-navi a:link ,
#feature-navi a:visited {
	color: #595959;
	background: #FFFFFF;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
}

#feature-navi a:hover ,
#feature-navi a:active {
	color: #000000;
	background: #E0E0D0;
	border-top: solid 2px #E0E0D0;
	border-right: solid 2px #E0E0D0;
	border-left: solid 2px #E0E0D0;;
}

#footer{
	clear: both;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
}

/***********Menu*************/
.pulldown-main {
	list-style-type:none;
	height: 26px;
	text-align: left;
	background-image: url(../images/menubar-back-long.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 13px;
	color: #595959;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top:0px;
}

.pulldown-main li{
	float: left;
	display: inline;/*for WinIE6 */
	background-image: url(../images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding-left: 22px;
	color: #595959;
	font-size: 12px;
	padding-top:0px;
	}

.pulldown-main a{
/*	display: block;*/
	color: #595959;
        text-decoration: none;
	line-height: 200%;
}
.pulldown-main a:link,
.pulldown-main a:visited {
 	color: #595959;
}
.pulldown-main a:hover,
.pulldown-main a:active {
	color: #E0E0D0;
	background-color: #43609F;
}
/*--------------sub-------------------*/
.pulldown-sub{
	visibility:hidden;
	z-index:10;
	position:absolute;
	font-size:10pt;
	font-style: normal;
	text-decoration: none;
	text-align:left;
	background-color:#43609F;
	filter: alpha(style=0, opacity=80) ;
	-moz-opacity:0.8;
	opacity:0.8;
}

.pulldown-sub tr td{
		color: #FFFFFF;	
		background-image: url(../images/menubar-tri_2.gif);
		background-repeat: no-repeat;
		background-position:0px 4px;
		padding-left:15px;
		text-align:left;
}
.pulldown-sub tr td a{
		display: inline;
}
.pulldown-sub tr td a:link,
                    a:visited{
			color: #FFFFFF;	
			text-decoration: none;
/*
		border-left: solid 1px #43609F;
		border-right: solid 1px #43609F;
*/
			}
.pulldown-sub tr td a:hover,
                    a:active {
			color: #000000;
			background-color: #FFFFFF;
/*
		border-left: solid 1px  #FFFFFF;
		border-right: solid 1px  #FFFFFF;
*/
			}
/*-----------------*/
#Menu1{width:17em;top:26px;left:19px;}
#Menu2{width:18em;top:26px;left:65px;}
#Menu3{width:16em;top:26px;left:172px;}
#Menu4{width:14em;top:26px;left:272px;}
#Menu5{width:12em;top:26px;left:342px;}
#Menu6{width:9em;top:26px;left:446px;}
#Menu7{width:9em;top:26px;left:553px;}
#Menu8{width:10em;top:26px;left:645px;}
/***********Menu End**********/

.reference{
	margin-top: 5px;
	color: #595959;
	font-size: 11px;
	font-weight: normal;
}
.reference li{
	margin-left:10px;
	padding-left: 13px;
	float:right;
	display: inline;/*for WinIE6 */
	background-image: url(../images/category_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.reference a{
	color: #595959;
        text-decoration: none;
}
.reference a:link,
.reference a:visited {
 	color: #595959;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
}
.reference a:hover,
.reference a:active {
	color: #E0E0D0;
	background-color: #43609F;
	border-top: solid 2px #43609F;
	border-left: solid 2px #43609F;
}
/*---------------------------------------------------------------------*/

.in-header-link {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #595959;

}

.category-title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C33796;
	padding: 4px 4px 2px;
	margin-bottom: 0px;
	margin-top: 6px;

}
.contents-title1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 10px;
}

.contents-para {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	margin-left: 25px;
	margin-top: 10px;
}
.contents-para a:link ,
.contents-para a:visited {
	color: #666666;
	background: #FFFFFF;
}
.contents-para a:hover ,
.contents-para a:active {
	color: #000000;
	background: #E0E0D0;
}
	   
.in-contents-title2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4B3F7F;
	text-decoration: none;
}
.in-contents-title3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
}

.contents-title2 {
	background-image: url("../images/Copy-Back_W.gif");
	background-position: bottom left;
	margin-top:10px;
	margin-left:10px;
	padding-left:15px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4B3F7F;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
.contents-title2 a:link ,
.contents-title2 a:visited {
	color: #4B3F7F;
}
.contents-title2 a:hover ,
.contents-title2 a:active {
	color: #4B3F7F;
}
.contents-title3 {
	clear:right;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #505050;
	line-height: 170%;
	margin-top: 10px;
	margin-left: 25px;
	border-bottom: 1px solid #888888;
}
.contents-title3 a:link ,
.contents-title3 a:visited {
	color: #505050;
	background: #FFFFFF;
}
.contents-title3 a:hover ,
.contents-title3 a:active {
	color: #000000;
	background: #E0E0D0;
}
.contents-title3-withFig {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #505050;
	line-height: 170%;
	margin-top: 40px;
	margin-left: 25px;
	border-bottom: 1px solid #888888;
}
.contents-title4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #505050;
	line-height: 14px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 25px;
	border-bottom: 1px solid #888888;
}
.contents-title4 a:link ,
.contents-title4 a:visited {
	color: #505050;
	background: #FFFFFF;
}
.contents-title4 a:hover ,
.contents-title4 a:active {
	color: #000000;
	background: #E0E0D0;
}
.contents-para4 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin-left: 40px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.contents-para4 a:link ,
.contents-para4 a:visited {
	color: #666666;
	background: #FFFFFF;
}
.contents-para4 a:hover ,
.contents-para4 a:active {
	color: #000000;
	background: #E0E0D0;
}
.in-contents-title1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.contents-table {
	width: 475px;
	margin-top:20px;
	margin-left:20px;
}
.contents-table td{
	padding: 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 160%;
	color: #505050;
	vertical-align: top;
	border-bottom:solid 1px #CCCCCC;
}
.cat-mark {
	vertical-align: middle;
	width:13px;
	height:12px;
}

.navi-text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.contents-read {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin-top: 20px;
	margin-left: 10px;
}
.contents-read a:link {
	color: #666666;
	background: #FFFFFF;
}
.contents-read a:visited {
	color: #666666;
	background: #FFFFFF;
}
.contents-read a:hover {
	color: #000000;
	background: #E0E0D0;
}
.contents-read a:active {
	color: #000000;
	background: #E0E0D0;
}

.in-contents-para {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.contents-para2 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin-left: 52px;
}
.contents-para2 a:link ,
.contents-para2 a:visited {
	color: #666666;
	background: #FFFFFF;
}
.contents-para2 a:hover ,
.contents-para2 a:active {
	color: #000000;
	background: #E0E0D0;
}
.in-contents-para2 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;

}
.contents-para-t {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-left: 25px;
	margin-top: 15px;
}
.table-left {
	width:10em;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
}
.table-right {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-left:10px;
	color: #666666;
	text-align: left;
}
.table-right a:link {
	color: #666666;
	background: #FFFFFF;
}
.table-right a:visited {
	color: #666666;
	background: #FFFFFF;
}
.table-right a:hover {
	color: #000000;
	background: #E0E0D0;
}
.table-right a:active {
	color: #000000;
	background: #E0E0D0;
}
.in-attention {
	color: #FF3300;

}
.contents-fig {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.in-contents-fig {
	margin-left: 20px;
	text-align: center;
}
.space {
	height: 1px;
}
.page-up {
	clear:right; width:100%;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
	vertical-align:bottom;
	margin-top: 20px;
	margin-bottom: 10px;
}
.page-up a:link ,
.page-up a:visited {
	color: #595959;
	background: #FFFFFF;
	border-top: solid 2px #FFFFFF;
}
.page-up a:hover ,
.page-up a:active {
	color: #000000;
	background: #E0E0D0;
	border-top: solid 2px #E0E0D0;
}
.footer-cat {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #595959;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-right: none;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer-cat a:link ,
.footer-cat a:visited {
	color: #595959;
	background: #FFFFFF;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
}
.footer-cat a:hover ,
.footer-cat a:active {
	color: #000000;
	background: #E0E0D0;
	border-top: solid 2px #E0E0D0;
	border-left: solid 2px #E0E0D0;
}
.footer-link {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #595959;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 2px solid #999999;
	border-right: none;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #FFFFFF;

}
.footer-link a:link ,
.footer-link a:visited {
	color: #595959;
	background: #FFFFFF;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
}
.footer-link a:hover ,
.footer-link a:active {
	color: #000000;
	background: #E0E0D0;
	border-top: solid 2px #E0E0D0;
	border-left: solid 2px #E0E0D0;
}
.in-footer-link {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #595959;

}
.copyright {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	margin-left: 4px;
	margin-bottom: 20px;

}
.help {
	background: #F0F0F0;

}
strong {
	font-weight: normal;

}

.attention {
	font-size: 12px;
	color: #E02020;

}

.red {
	color: #E02020;

}

.fig-right {
	border-width: 0px;
	float: right;
	display: inline;/*for WinIE6 */
	padding-left:10px;
	margin-bottom: 10px;
}
.fig-left {
	border-width: 0px;
	float: left;
	display: inline;/*for WinIE6 */
	padding-right:10px;
	margin-bottom: 10px;
}
/* ----- New Style ----- */
.LeftLine {
	margin-left: 40px;
	padding-left: 5px;
	border-left-width: 6px;
	border-left-color: #FF0000;
	border-left-style: solid;
}

.Risks{
	margin-top:5px;
	margin-left: 20px;
	font-size: 12px;
	color: #666666;
}
.Risks li{
	background: url(../jp/feature/images/bullet-brawn.png) no-repeat;
	background-position: 0px 3px;
	padding-left:18px;
}

.map-fig {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
body#mapbody {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#mapframe {
	width: 475px;
	height: 300px;
	margin-left: 20px;
}

#map {
	margin: 0;
	padding: 0;
}
#map2 {
	margin: 0;
	padding: 0;
}

body#popup {
	background-color: #FFFFFF;
	text-align: center;
}
span.button {
	color: #FFFFFF;
	font-weight: bold;
	background: #FF0000;
	border-right: solid 1px #000000;
}
div.close {
	margin-top: 20px;
	color: #333333;
	font-weight: bold;
}
div.close a:link ,
div.close a:visited {
	color: #333333;
	background: #CCCCCC;
	border: solid 1px #000000;
}
div.close a:hover ,
div.close a:active {
	color: #000000;
	background: #FFCCCC;
	border: solid 1px #000000;
}
