@charset "UTF-8";

/*
aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow、orange
solid	double	dodted	dashed
*/

/********************************************
	 HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
		/* height:100%; */
	margin:0;
	padding:0;
	font-size/* */:/**/medium;
	font-size: /**/medium;
/*
	font-size/* */:/**/small;
	font-size: /**/small;
*/
	background-color: #FFF;		 	
/*  background-attachment:fixed; */
	}

/* links */
a:link, a:visited {color:#0000EF; text-decoration: none;}
a:hover  {color:#0000EF; text-decoration: underline;}
a:active {color:#0000EF; text-decoration: none;}


/* Page Structure -------- */
#outer1 {
	width: 760px;
	margin: 64px auto 32px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(images/outerbak.gif) repeat-y 0; 
}

/* header -------- */
#head {
	width: 740px;
	}

#headnav {
	width: 740px;
	height: 34px; 
	padding-top: 1px;
	padding-bottom: 1px;
/*	background: #F0F0F0 url(icos/line4c.gif) no-repeat 0; */
	background-color: #00005A;		 	
	clear:both;
	}

/* Footer -------- */
#footer {
	width: 740px;
	height: 20px; 
	background: url(icos/footer2.gif) no-repeat 0; 
	color:#fff; 
	font-size: 11px;
	text-align: center;
}

/* Content Structure -------- */

#main1  {
	width: 740px;
	height:240px; 
	background-color: #fff;		 
/*		style="padding-right:2px;border:1px solid silver;" 　*/
}

.box_L{ width:388px; margin-left: 0px;margin-right: 2px;float:left; }
.box_R{ max-width:240px; float:right; margin: 96px 60px  0 0px} 

.txt_box1 { width: 200px; margin:16px 0 0;padding:0 0 0 16px;}


#menu li { list-style: none; float: left; }
#menu li.top {background: #5C93DB; }

#menu li a { display: block; padding: 5px 8px; color: #FFF; text-decoration: none; }
#menu li a:hover { background: #3F5C84; color: #FFF; }
#menu li a#currnt  {background: #3F73B5; color: #FFF; }



/* css hack -------- */
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix:{ display:ﾊinline-block;}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



