@import "under.css";
@import "about.css";
@import "human.css";
@import "product.css";
@import "curriculum.css";
@import "inquire.css";

/*----------indexLayout----------*/

/*----------cleafix-hack----------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

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

/*----------body----------*/
body {
	letter-spacing:1px;
	font-size:12px;
	color:#333;
	background-image:url(../img/bg.gif);
	margin:0px;
	padding:0px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","Osaka",sans-serif
}

img {
	vertical-align:top;
	border:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}

ul{
	font-size:12px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height:0px;
	letter-spacing:0px;
}


p{
	color:#333;
	line-height:170%;
	padding: 0px 10px 0px 10px;
	margin:5px 0px 0px 0px;
	
}
a:link {
	color: #0099CC;
	text-decoration: underline;
}

a:visited {
	color: #0099CC;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#container {
	width:710px;
	margin:20px auto 0px auto;
	padding:0px;
	background-image:url(../img/common_bg.gif);
	background-repeat:repeat-y;
}

/*----------leftmenu----------*/

#left{
	float:left;
	width:170px;
	background-image:url(../img/left_margin_bg.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	padding:0px;
}

#left h2{
	margin-top:10px;
}

#left ul{
	list-style-type:none;
	padding:0px;
	margin:15px auto 0px 5px;
	line-height:0px;
}

#left li {
	line-height:0px;
	margin:0px;
	padding:0px;
}

#left_body{
	margin-left:auto;
	margin-right:auto;
	width:140px;
	background-repeat:repeat-x;

}


/*----------maincontents----------*/
#main{
	text-align:left;
	float:right;
	width:540px;
	background-image:url(../img/main_bg.gif);
}

#main_content {
	text-align:left;
	margin:0px auto 0px auto;
	width:510px;
}

#main_content img{
	vertical-align:top;
}

#menu_human,#menu_product {
	margin:10px 0px 10px 0px;
	width:250px;
	background-image:url(../img/menu_bg.gif);
}

#menu_human h2,#menu_product h2 {
	margin:0px;
	padding:0px;
	line-height:0px;
	border:0;
}

#menu_human {
	float:left;
}

#menu_product {
	float:right;
}

#menu_human ul,#menu_product ul{
	list-style-type:none;
	padding:0px;
	margin:5px auto 0px 5px;
	line-height:0px;
}

#menu_human li,#menu_product li {
	line-height:0px;
	margin:0px;
	padding:0px;
}

#topics {
	clear:both;
	width:510px;
	background-image:url(../img/topics_bg.gif);
}

#topics h3{
	padding:0px;
	margin:0px;
}

#topics ul {
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 5px;
	list-style-type:none;
}

#topics li {
	padding-bottom:10px;
	padding-left:12px;
	line-height:120%;
	background-image:url(../img/topics_point.gif);
	background-position:0% 4px;
	/*background-image:url(../img/topics_underline.gif);*/
	border-bottom:dashed 1px #666666;
	background-repeat:no-repeat;

}

#topics li span {
	color:#ff6600;
	font-weight:bold;
	font-size:10px;
	margin-right:10px;
}

#bn_space {
	text-align:center;
	width:510px;
	margin:20px auto 20px auto;
}


#foot{
	width:510px;
	margin-top:50px;
}

#foot ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#foot li {
	display:inline;
}

#copyright {
	text-align:right;
}

#common_top {
	width:710px;
	margin:0px;
	padding:0px;
}

#common_bottom {
	width:710px;
	margin:0px;
	padding:0px;
}

/*-------------------------IE—pHack-------------------------------*/

*html #common_top{
	margin-bottom:-5px;
}

*:first-child+html #common_top{
	margin-bottom:-5px;
}
