/*  STYLE SHEET
  * Artring inc
  * update 2007.4.10
*/

/* 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
 *
 */

div#header {
	display:block;
	width:760px;
	height:190px;
	margin:0px auto 10px auto;
	padding:0px;
	}
	
div#lmdiv {
	display:block;
	clear:left;
	width:560px;
	margin:0px auto 20px auto;
	padding:0px;
	clear:all;
	}
	
div.lcmenu {
	display:block;
	float:left;
	width:175px;
	height:20px;
	margin:0px 4px 4px 0px;
	padding:2px;
	background:#ffffff;
	border:1px solid #bbbbbb;
	border-top:3px solid #23A065;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	}
div.lcmenu a{
	display:block;
	width:175px;
	height:20px;
	text-decoration:none;
	color:#1B7C4E;
	}
div.lcmenu a:hover{
	display:block;
	width:175px;
	height:20px;
	background:#D3EDD6;
	color:#1B7C4E;
	text-decoration:none;
	}
td.tds {
	width:550px;
	height:30px;
	margin:0;
	padding:auto 0px auto 0px;
	background:#F7F7E7;
	text-indent:10px;
	border-top:1px solid #CECF9C;
	border-bottom:1px solid #CECF9C;
	font-weight:bold;
	font-size:14px;
	color:#9C3000;
	}
td.ind {
	text-indent:8px;
	font-weight:bold;
	}
td.ind2 {
	text-indent:8px;
	font-weight:bold;
	background:#FFFFFF url(../imgs/notice/bg1.jpg) bottom left no-repeat;
	}
td.ind3 {
	text-indent:8px;
	font-weight:bold;
	background:#F7F7F7 url(../imgs/notice/bg2.jpg) bottom left no-repeat;
	}
td.ind4 {
	text-indent:8px;
	font-weight:bold;
	background:#F7F7F7 url(../imgs/notice/bg3.jpg) bottom left no-repeat;
	}
td.ind5 {
	text-indent:8px;
	font-weight:bold;
	background:#F7F7F7 url(../imgs/notice/bg4.jpg) bottom left no-repeat;
	}
div#mf {
	display:block;
	background:#EFEFEF;
	padding:10px 0px 15px 0px;
	text-align:center;
	border:1px solid #dfdfdf;
	}
div#mf table{
	display:block;
	margin:0px auto 0px auto;
	}
div#mf td {
	font-size:small;
	text-align:left;	
	}