@charset "UTF-8";

/* ---COMMON CSS--- */

body{
	color: #333333;
	font-size: small;
	margin-top: 0px;	
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* a img */
a img {
	border: 0;
}

/* img */
img {
	border-style: none;
}

/* LINK */

a:link{
	color: #005CA7;
	text-decoration: none;
}

a:visited{
	color: #005CA7;
	text-decoration: none;
}

a:hover{
	color: #005CA7;
	text-decoration: underline;
}

a:active{
	color: #005CA7;
	text-decoration: underline;
}

/* PAGE LAYOUT*/

#pageBlock{
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}

#contentsBlock{
	margin-top: 20px;
	text-align: left;
	line-height: 1.2;	
}

#Leftcontents{
	float: left;
	width: 540px;	
}

#copyright{
	margin-top: 3px;
	text-align: left;
}

/* MENU */

#RightMenu{
	float: left;
	padding-right: 0px;
	padding-left: 18px;
}

#RightMenu ul.rmenu{
	margin: 0px;
	padding: 0px;
}

#RightMenu li.imenu{
	margin: 0px;
	padding-bottom: 12px;
	list-style-type: none;
}

.detailmenu{
	background-image:url(../images/submenu-bg.gif);
	background-repeat: repeat-y;	
}

ul.submenu{
	margin: 0px;
	padding: 0px;
	width: 201px;
}

ul.submenu li{
	list-style-type: none;
	background-image: url(../images/blue-arrow.gif);
	background-position: 8px 5px;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}

ul.submenu li.now{
	list-style-type: none;
	background-image: url(../images/blue-arrow.gif);
	background-color: #D8E5F6;
	color: #005EA5;
}

#topMenu{
	text-align: right;
	padding-top: 6px;
	padding-right: 14px;
}

.search{
	font-size: small;
}

.txtmenu{
	margin-top: 3px;
}

img.arrow{
	padding-right: 3px;
}

#footMenu{
	margin-top: 30px;
	padding-bottom: 5px;
	clear: both;
	text-align: left;
	border-bottom: 1px solid #D8D8D8;
}

/* PANKUZU */

.pankuzu{
	clear: both;
	margin-top: 12px;
	margin-bottom: 9px;
}

/* LINK  -TOP MENU*/

a:link.blink{
	color: #005CA7;
	text-decoration: none;
}

a:visited.blink{
	color: #005CA7;
	text-decoration: none;
}

a:hover.blink{
	color: #005CA7;
	text-decoration: underline;
}

a:active.blink{
	color: #005CA7;
	text-decoration: underline;
}

a:link.glink{
	color: #333333;
	text-decoration: none;
}

a:visited.glink{
	color: #333333;
	text-decoration: none;
}

a:hover.glink{
	color: #333333;
	text-decoration: underline;
}

a:active.glink{
	color: #333333;
	text-decoration: underline;
}

/* INFORMATION */

ul#Info{
	margin: 0px;
	padding: 0px;
}

li.imgs{
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	display: block;
	width: 86px;
}

li.txts{
	float: left;
	background-image:url(../images/blue-arrow.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
	display: block;
	width: 420px;
}

li.hr{
	list-style-type: none;
	list-style-image: none;
	clear: both;
	vertical-align: middle;
	padding: 5px 0px;
}

li.nohr{
	height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.newline{
	clear: both;
}

/* FONT TEXT */

.blue{
	color: #005CA7;
}

h1{
	width: 100%;
	border-bottom: 2px solid #005CA7;
	font-size: large;
	font-weight: bold;
	color: #005CA7;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	clear: both;
}

h2{
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	color: #005CA7;
	font-size: medium;
	font-weight: bold;
	height: 36px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
	clear: both;
}

.h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}

.eword{
	color: #666666;
	font-size: small;
	vertical-align: baseline;
}

.btn-list{
	padding-right: 15px;
	margin-right: 0px;
}

.catchtxt{
	font-size: 1.1em;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.pagetop{
	text-align: right;
	margin-top: 12px;
}

/* TABLE */

table.ruled{
	margin: 0px;
	border: 1px solid #D1D1D1;
	border-collapse: collapse;
	background-color:#FFFFFF;
}

table.ruled caption{
	text-align: left;
	font-weight: bold;
}

table.ruled th{
	padding : 10px;
	background-color: #E7E7E7;
	border: 1px solid #D1D1D1;
	white-space: nowrap;
	text-align: center;
}

table.ruled td{
	padding: 10px;
	border: 1px solid #D1D1D1;
	background-color: #FFFFFF;
	vertical-align: center;
}

table.ruled td.gray{
	background-color: #f3f3f3;
}

/* TABLE(no line-padding: 10px) */

table.layout{
	margin: 0px;
	border: 0px solid #FFF;
	border-collapse: collapse;
	background-color:#FFFFFF;
}

table.layout th{
	padding : 10px;
	background-color: #E7E7E7;
	border: 0px solid #FFF;
	white-space: nowrap;
	text-align: center;
}

table.layout td{
	padding: 10px;
	border: 0px solid #FFF;
	background-color: #FFFFFF;
	vertical-align: top;
}

/* TABLE(no line-padding: 5px) */

table.layout5{
	margin: 0px;
	border: 0px solid #FFF;
	border-collapse: collapse;
	background-color:#FFFFFF;
}

table.layout5 th{
	padding : 5px;
	background-color: #E7E7E7;
	border: 0px solid #FFF;
	white-space: nowrap;
	text-align: center;
}

table.layout5 td{
	padding: 5px;
	border: 0px solid #FFF;
	background-color: #FFFFFF;
	vertical-align: top;
}

/* LIST */

ul.list {
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.list li{
	margin: 0px;
	padding: 0px;
}

/*ORDERED LIST */

ol{
	list-style-type: decimal;
	margin: 0px 0px 0px 23px;
	padding: 0px;
}

/* DEFINITION LIST */

dl{
	margin: 0px;
	padding: 0px;
}

dt{
	font-weight: bold;
}

dd{
	margin: 0px 0px 18px 0px;	
}

/* SELECT */
.for1{
	margin: 0px;
	text-align: right;
}

/* ONLY Toppage */

#topMainimg{
	background-image:url(../images/top-main.jpg);
	height: 305px;
}

.logo{
	margin: 0px;
}

#topcontentsBlock{
	margin-top: 10px;
	text-align: left;
	line-height: 1.2;
}
