@charset "utf-8";
@import url("../shared/css/reset.css");
@import url("../shared/css/basic.css");
@import url("../shared/css/layout.css");
@import url("../shared/css/design.css");
/*
---------------------------------------------------------

---------------------------------------------------------
*/
#page {
	padding-top: 25px;
	padding-bottom: 10px;
}
/*
---------------------------------------------------------
reset table
---------------------------------------------------------
*/

#page table,
#page td,
#page th {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}
/*
---------------------------------------------------------
menu posission
---------------------------------------------------------
*/
div.outline-section { margin-top: 45px; }
/*
---------------------------------------------------------
header
---------------------------------------------------------
*/

#page div.header { }
#page div.header p.image {
	position: absolute;
	width: 293px;
	top: -30px;
	right: 10px;
}
#page div.header p.logo {
	margin: 0px;
	padding: 30px 0px 10px;
}
#page div.article {
	padding-left: 60px;
	padding-top: 10px;
}
#page div.information {
	padding-top: 40px;
	zoom:1;
}
#page div.information table {
	/*width: 100%;*/
}
/*news*/
#page div.news-section { }
#page div.news-section .title {
	float: left;
	width: 140px;
}
#page div.news-section ul.news {
	display: block;
	margin-left: 140px;
	padding-left: -140px;zoom:1;
}
#page div.news-section ul.news li {
	list-style: none;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
	padding-left: 8px;
	display: block;zoom:1;
}
/* color of news*/
#page li.c1 { border-left: 5px solid #FFA700;zoom:1; }/*outline-section*/
#page li.c2 { border-left: 5px solid #068B36;zoom:1; }/*abstract-section*/
#page li.c3 { border-left: 5px solid #FF4900;zoom:1; }/*registration-section*/
#page li.c4 { border-left: 5px solid #6A6863;zoom:1; }/*other-section*/
