/* CSS Document ------------------------------------------- */

body {
	background: #fff url(../img/back_main.gif) repeat-y center;
	margin:0;
	padding:0;
	color:#333;
	line-height:160%;
	font-size:15px;
	text-align:center;
}

p#title {margin: 0;}
img {border:0;}
.clearboth {clear: both;}

/* header ------------------------------------------------ */
#header{ 
	margin: 0 auto;
	background:url(../img/head_bk.gif) repeat-x left top;
	text-align:center;
}

/* contents ---------------------------------------------- */

#container {width:850px; margin:0 auto; padding:0;}

a:link { color: #0D5276;text-decoration: none; }
a:visited { color: #0D5276;text-decoration: none; }
a:hover { color: #FA3616;text-decoration: underline; }
a:active { color: #FA3616;text-decoration: none; }

.t1 {font-size: 13pt;line-height: 150%;color: #009999;font-weight: bold;}
.t2 {font-size: 12pt;line-height: 200%;color: #ffffff;font-weight: bold;}
.t4 {font-size: 11pt;line-height: 200%;color: #ffffff;}
TD {font-size: 10pt;line-height: 13pt;color: #333333;}

a.link1:link {color:#ffffff}
a.link1:visited   {color:#ffffff}
a.link1:hover      {color:#ffff00;text-decoration:underline;}
a.link1 { color: #ffffff;text-decoration:none;}

a.link2:link { color: #009AA2;text-decoration:underline;}
a.link2:visited { color: #009AA2;text-decoration:underline;}
a.link2:hover { color: #ffffff;background-color: #009AA2; }
a.link2:active { color: #009AA2;text-decoration:underline;}


#menubox{
	width:849px;
	height:40px;
	background-color: #009AA2;
	text-align: right;
	padding-bottom:5px;
}

.menu { 
	font-size:10pt;
	line-height:130%;
	color:#ffffff;
	padding:15px;
	text-align: right;
	}

#box1 { 
	width:750px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top:10px;
	padding-bottom:15px;
}

.box1w{
	padding:5px;
	font-size:11pt;
	line-height:150%;
	color:#009AA2;
	text-align: left;
}

#box2 { 
	width:800px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top:15px;
	margin-bottom:15px;
}

.box2w { 
	font-size:11pt;
	line-height:150%;
	color:#333333;
	text-align: left;
	padding:10px 20px;
	/*padding-left:10px;*/
}

#box4 { 
	width:800px;
	height:200px;
	background:url(../img/img-01.jpg) no-repeat center top;
	background-color: #FFFFFF;
	text-align: center;
	margin-top:15px;
	margin-bottom:15px;
}

.box4w { 
	font-size:11pt;
	line-height:150%;
	color:#333333;
	text-align: left;
	padding-left:20px;
	padding-right:215px;
}

#box5 { 
	width:800px;
	height:200px;
	background:url(../img/img-02.jpg) no-repeat center top;
	background-color: #FFFFFF;
	text-align: center;
	margin-top:5px;
	margin-bottom:15px;
}

.box5w { 
	font-size:11pt;
	line-height:150%;
	color:#333333;
	text-align: left;
	padding-left:20px;
	padding-right:215px;
}

#box6 { 
	width:800px;
	height:170px;
	background:url(../img/zushi.gif) no-repeat right center;
	background-color: #FFFFFF;
	text-align: center;
	margin-top:5px;
	margin-bottom:15px;
}

.box6w { 
	font-size:11pt;
	line-height:150%;
	color:#333333;
	text-align: left;
	padding-left:20px;
	padding-right:265px;
}

/* footer ------------------------------------------------ */

.hr_foot{
	border-top-style: dashed;
	border-top-color: #BFBFBF;
	width: 850px;
}

#footer {
	clear: both;
	background-image: url(../img/foot_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 0.8em;
	width: 800px;
	padding-bottom:15px;
	height:40px;
	padding-top: 4px;
	padding-bottom: 0.5em;
	padding-left: 20px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	padding: 0.5em 0.5em 0;
}

#footer li a {
	padding-left: 12px;
	background-image: url(../img/arrow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.copy{
	padding-bottom: 3px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 2px;
}



