body{
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
	color:#191a1a;
    background-color:#ffffff;
}

div:after{  
	content:".";  
	display:block;  
	visibility:hidden;  
	height:0.1px;  
	font-size:0.1em;  
	line-height:0;  
	clear:both;  
}

h1{
	width:410px;
	height:40px;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image:url(../images/ja/logo.gif);
}
h2{
	background-repeat:no-repeat;
	height:98px;
	text-indent:-9999px;
	margin-bottom:10px;
}
h3{
	font-size:136%;
	color:#1b429b;
	margin:0;
}
h4{
	background-image:url(../images/bg_h4.gif);
	background-repeat:no-repeat;
	font-size:122%;
	color:#191a1a;
	padding:4px 0 0 7px;
	margin-bottom:0.5em;
	height:27px;
	letter-spacing:0.25em;
}
h5{
	background-image:url(../images/bg_h5.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:122%;
	color:#1b429b;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin-bottom:0.5em;
}
h5 span{
	color:#191a1a;
	font-size:77%;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}
h6{
	font-size:85%;
	color:#1b429b;
	font-weight:bold;
	margin-bottom:0.25em;
}
h6 a{
	text-decoration:none;
}
h6 a:hover{
	text-decoration:underline;
}

a{
	text-decoration:underline;
	color:#00006d;
}
a.button{
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}

img{
	background-color:#f3f5fa;
	border-color:#c6d0e6;
	border-style:solid;
	border-width:1px;
	/*margin: 0 auto;*/
}

#twtr-widget-1 img,
#map img {
	background: none;
}


strong{
	color:#1b429b;
	font-size:85%;
	font-weight:bold;
}

label{
	color:#191a1a;
	font-size:77%;
	margin-left:0.5em;
}

hr{
	display:none;
}
table{
border-collapse:separate;
width:400px;
}
tr{
}
th{
	background-color:#bfbfbf;
	color:#1b429b;
	text-align:left;
	font-size:77%;
	padding:2px;
	border-bottom-width:2px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	vertical-align:top;
}
td{
	background-color:#f2f2f2;
	color:#191a1a;
	text-align:left;
	font-size:85%;
	padding:2px;
	border-bottom-width:2px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	vertical-align:top;
	line-height:1.25em;
}
th.dark-blue{
	background-color:#1b439b;
	color:#ffffff;
}
th.blue{
	color:#ffffff;
	background-color:#8ea0ce;
}

dt,dd{
	font-size:85%;
	float:left;
}

ul,ol,li{
	margin:0;
	padding:0;
}

pre{
    margin-left:7px;
	width:378px;
}

i{font-style:italic;}
