/* A.T.SYSTEM CAD STYLE SHEET
  * Artring inc
  * update 2006.8.28
*/

/* Suggested order:
	display
	list-style-type
	position
	float
	clear
	width
	height
	margin
	padding
	border
	background
	color
	font
	text-decoration
	text-align
	vertical-align
	white-space
	other text
	content
 *
 */

h2	{
	width:617px;
	height:150px;
	margin:0px;
	padding:0px;
	}
strong {
	font-weight:bold;
	}
/*----------------CONTENTS ----------------*/
div#contents {
	display:block;
	position:relative;
	width:780px;
	margin:10px 0px 10px 0px;
	padding:0px;
	background:#FFFFFF;
	color:#006699;
	}
/*----------------CONTENTS LEFT----------------*/
div#left {
	display:block;
	float:left;
	width:169px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-top:5px solid #D0B97C;
	background:#FFFFFF;
	}
/*----------------CONTENTS CENTER----------------*/
div#center {
	display:block;
	float:left;
	width:450px;
	margin:0px;
	padding:0px;
	}
div#centermain {
	display:block;
	width:430px;
	margin:0px auto;
	padding:0px;
	color:#313131;
	}
div#centermain h3{
	margin:0px;
	padding:0px;
	}
p.txet1{
	color:#313131;
	margin:5px 0px 0px 0px;
	padding:0px;
	text-indent:1em;
	line-height:140%;
	text-align:justify;
	}
p.link1 a{
	color:#006699;
	text-decoration:none;
	text-indent:0em;
	}
p.link1 a:hover{
	color:#006699;
	text-decoration:underline;
	}
td.cadnews {
	color:#313131;
	border-left:1px solid #CCCCCC;
	}
td.cadnews strong{
	color:#669900;
	}
td.cadnews a{
	color:#313131;
	text-decoration:underline;
	}
td.cadnews a:hover{
	color:#006699;
	text-decoration:underline;
	}
	
/*----------------CONTENTS RIGHT----------------*/
div#right {
	display:block;
	float:left;
	width:156px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:#FFFFFF;
	}
div#rightmain {
	display:block;
	float:right;
	width:140px;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	}
/*----------------LOCAL MENU----------------*/
ul#localm1 {
	list-style-type:none;
	width:169px;
	height:1600px;
	margin:0px;
	padding:0px;
	background:#EFEFEF url(../img/common/lmenu_bg.jpg) bottom left no-repeat;
	}
li.localli1 {
	list-style-type:none;
	width:169px;
	height:30px;
	margin:0px;
	padding:0px;
	}
li.localli2 {
	list-style-type:none;
	width:169px;
	height:30px;
	margin:0px;
	padding:0px;
	}
/*--only version under IE6-*/
* html body li.localli2 {
	margin:-3px　0px　0px　0px;
	}
li.localli3 {
	list-style-type:none;
	width:169px;
	height:44px;
	margin:0px;
	padding:0px;
	}
/*--only version under IE6-*/
* html body li.localli3 {
	margin:-3px　0px　0px　0px;
	}
li.localli4 {
	list-style-type:none;
	width:169px;
	height:18px;
	margin:0px;
	padding:0px;
	}
/*--only version under IE6-*/
* html body li.localli4 {
	margin:-3px　0px　0px　0px;
	}
li.localli5 {
	list-style-type:none;
	width:169px;
	height:32px;
	margin:0px;
	padding:0px;
	background:#333333;
	}
/*--only version under IE6-*/
* html body li.localli5 {
	height:35px;
	margin:-3px　0px　0px　0px;
	}
li.localli6 {
	list-style-type:none;
	width:169px;
	height:30px;
	margin:0px;
	padding:0px;
	}
/*--only version under IE6-*/
* html body li.localli6 {
	margin:-3px　0px　0px　0px;
	}
/*----------------SOLUTION TABLE----------------*/
ul#seminarlist {
	list-style-type:none;
	width:130px;
	color:#666666;
	font-size:x-small;
	margin:0px;
	padding:0px 0px 0px 5px;
	}
li.semilist {
	width:130px;
	color:#666666;
	margin:5px 0px 0px 0px;
	line-height:18px;
	}
li.semilist a{
	text-decoration:none;
	color:#666666;
	}
li.semilist a:hover{
	text-decoration:underline;
	color:#666666;
	}


