/*  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 #ff0099;
	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:#9C3662;
	}
div.lcmenu a:hover{
	display:block;
	width:175px;
	height:20px;
	background:#F7E6ED;
	color:#9C3662;
	text-decoration:none;
	}
td.tds {
	display:block;
	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;
	}