/* -------------------body style------------------- */
body { text-align: center; } /* center on ie */

body{
	color:#000000;
	background-color:#FFFFFF;
	min-width:800px;
	margin:0px;
	padding:0px;
}
a:link{ /* link */
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{ /* Visited */
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}
a:active{ /* Active */
	color:#E80D0D;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{ /* hover */
	color:#E80D0D;
	font-weight:bold;
	text-decoration:underline;
}
hr{
	display:none;
}
img{
	border:0px;
}
.dumtext{
	display:none;
}
select, input, textarea{
	color:#444455;
	background-color:#e7e3db;
	font-family:"Osaka","£Í£Ó £Ð¥´¥·¥Ã¥¯","¥Ò¥é¥®¥ÎÌÀÄ« Pro W6"
}
address{
	text-align:right;
	line-height:1.2em;
	color:#666666;
/*	font-weight:bold; */
	padding-right:10px;
}
.enstyle{
	font-family:"Georgia","Times New Roman","Times","serif"
}

#container{
	position: relative;
	margin: 0 auto; /* center on everything else */
	padding:0px;
	width:802px;
	color:#000000;
	background:#ffffff;
	border-left:3px #CCCCCC outset;
	border-right:3px #CCCCCC groove;
}

/* -------------------header------------------- */
.header{
	width:100%;
	height:112px;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
}
div.header img{
	margin:0px 0px 0px 0px;
}

/* -------------------main------------------- */
.main{
	width:578px;
	float:right;
	left:240px;
	margin:0px;
	padding:0px;
	background: url('../img/back.jpg') no-repeat right bottom;
	text-align:left;
	border-left:2px #D9D9FC solid;
}
div.main p{
	margin:3px;
	padding:10px;
	line-height:1.6em;
}
p.pmain{
	margin:15px 10px 0px 15px;
	padding:5px;
}

.righttext{
	margin:15px 25px 0px 15px;
	padding:5px;
	text-align:right;
}

.add{
	line-height:1.6em;
/*	text-align:right;*/
	font-weight:bold;
	padding-top:10px;
	padding-left:0px;
	color:#003366;
	border-bottom:1px dotted #003366;
	background:url('../img/ban04_bg.gif') repeat-y left top;
	margin-left:20px; margin-right:40px; margin-top:15px; margin-bottom:10px
}
p.navi{
	margin:15px 40px 30px 20px;
	padding-left:25px;
	text-align:right;
	border-top:1px #003366 dotted;
}
.navi2{
	text-align:right;
	margin:15px 40px 30px 20px;
	padding-left:25px;
}
.navi3{
	text-align:right;
	margin:5px 20px 0px 20px;
	padding-left:25px;
}
.right{
	text-align:right;
	margin:0px 20px 10px 0px;
	float:left;
}
h1.notice{ /* notice new */
	margin:15px 30px 0px 20px;
	padding:6px 20px 2px 10px;
	color:#000033;
	font-size:16px;
	background:#FFFFFF;
	border-left:10px solid #3C3CB6;
	border-bottom:1px solid #3C3CB6;
}
h1{
	margin:10px 20px 5px 10px;
	padding:6px 20px 2px 5px;
	color:#000033;
	font-size:16px;
	background:#FFFFFF;
	border-left:10px solid #6699FF;
	border-bottom:1px solid #6699FF;
}
h2{
	margin:40px 20px 0px 15px;
	padding:6px 20px 2px 5px;
	color:#000033;
	font-size:15px;
	background:#FFFFFF;
	border-left:7px solid #6699FF;
	border-bottom:1px solid #6699FF;
}
h3{
	margin:20px 30px 0px 15px;
	padding:6px 20px 2px 10px;
	color:#000033;
	font-size:14px;
	background:#ffffff url('../img/r_h.jpg') no-repeat right top;
	border-left:10px solid #000033;
	border-top:1px solid #000033;
	border-right:1px solid #000033;
	border-bottom:1px solid #000033;
}

h4{
	margin:30px 20px 0px 10px;
	padding:6px 20px 2px 5px;
	color:#000000;
	font-size:15px;
/*	background:#FFFFFF; */
	border-bottom:2px solid #70337E;
}

.info{
	margin:0px 30px 0px 20px;
	padding:5px;
	color:#000033;
	background-color:#e5efed;
	border-left:1px #3C3CB6 solid;
	border-right:1px #3C3CB6 solid;
	border-bottom:1px #3C3CB6 solid;
}
.info2{
	margin:0px 20px 0px 15px;
	padding:5px;
	color:#000033;
/*	background-color:#FFFFFF; */
	border-right:1px #6699FF dotted; 
	border-bottom:1px #6699FF dotted; 
}

.info3{
	margin:0px 20px 0px 15px;
	padding:5px;
	color:#000033;
/*	background-color:#FFFFFF; */
/*	border-bottom:1px #CCCCCC solid; */
}

dl{
	margin:20px ;
	/*	border:1px #999999 dotted;*/
	background:url('../img/ban04_bg.gif') repeat-y left top;
	padding:5px 0px 5px 10px;
}
dt{
	color:#000033;
	font-weight:bold;
	margin:15px;
	border:1px solid #999999;
	background-color:#eeeeee;
	background:#eeeeee url('../img/ban05_bg.gif') repeat-y right top;
	padding:6px 20px 2px 10px;
}
dd{
	padding:0px 20px 20px 0px;
}
table{
	border-collapse: collapse;
	border:1px #000066 solid;
	width:90%;
}
th{
	background-color:#b1c0ce;
	vertical-align:middle;
	border:1px #000066 solid;
	padding:4px;
}
td{
	background-color:#ffffff;
	vertical-align:middle;
	border:1px #000066 solid;
	padding:3px;
	line-height:1.5em;
}
/* -------------------menu------------------- */
.menu{
	width:218px;
	float:left;
	left:0px;
	background:#3C3CB6 url('../img/menu_under.jpg') no-repeat left bottom;
	margin-bottom:15px;
	padding-bottom:140px;
}

.menulist{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #70337E;
	margin:10px 10px 0px 20px;
	padding:5px;
	text-align:left;
	background:#ACACD6;
}

div.menu ul{
	margin:0px 10px 0px 20px;
	padding:0px;
	text-align:left;
}
.listmenu{
	color:#000000;
	font-size:14px;
	border-bottom:1px solid #70337E;
	margin-bottom:0px;
	padding:7px 5px 3px 5px;
	background:#C1C1DF;
	list-style-type:none;
}
.listhere{
	color:#000000;
	font-size:14px;
	border-bottom:1px solid #70337E;
	margin-bottom:0px;
	padding:7px 5px 3px 5px;
	background:#DFDEC1;
	list-style-type:none;
}

.bikou{
	color:#000000;
	font-size:12px;
	border-bottom:1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom:0px;
	padding:7px 5px 3px 5px;
	background:#EDEDFF;
	list-style-type:none;
}

div.menu li a:link{ /* link */
	text-decoration:underline;
	color:#003366;
}
div.menu li a:visited{ /* Visited */
	text-decoration:underline;
	color:#666666;
}
div.menu li a:active{ /* Active */
	text-decoration:underline;
	color:#E80D0D;
}
div.menu li a:hover{ /* hover */
	text-decoration:underline;
	color:#E80D0D;
}

/* -------------------footer------------------- */
.footer{
	width:100%;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	text-align:left;
	clear:both;
}

.footerinfo{
	margin:10px 20px 5px 20px;
	padding:5px;
	text-align:left;
	border-top:#CCCCCC 5px solid;
}