/* NDU STYLE SHEET
  * Artring inc
  * update 2007.3.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
 *
 */

/*WIN IE5.5 text-align:center*/
body {
   	margin:0px;
   	padding:0px;
	color:#666666;
	background:#F2F2F2 url(../img/common/bg.jpg) top left repeat-x;
	text-align:center;
	}

hr { display:none; }

strong { font-weight:bold; }

/*----------------MAIN----------------*/
div#main {
	width:780px;
	position:relative;
	margin:6px auto 0px auto;
	padding:0;
	background:#FFFFFF url(../img/common/header.jpg) top left repeat-x;
	color:#666666;
	text-align:left;
	line-height:120%;
	}
div#header {
	display:block;
	width:720px;
	height:100px;
	margin:0px auto 10px auto;
	padding:0px;
	}
div#logo {
	display:block;
	float:left;
	width:250px;
	height:40px;
	margin:30px 0px 0px 0px;
	padding:0px;
	}
/*----------------MENU----------------*/
div#menu {
	display:block;
	float:left;
	width:470px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
ul#menugrp {
	display:block;
	width:470px;
	height:35px;
	margin:60px 0px 0px 0px;
	padding:0px;
	}

li.menub {
	display:block;
	list-style-type:none;
	float:right;
	margin:0px;
	padding:0px;
	border-right:1px solid #CCCCCC;
	}
li.menube {
	display:block;
	list-style-type:none;
	float:right;
	margin:0px;
	padding:0px;
	}
/*----------------CONTENTS----------------*/
div#contents {
	display:block;
	width:720px;
	margin:0px auto 20px auto;
	padding:0px;
	}
p#siteroot {
	height:20px;
	background:#ffffff url(../img/common/siteroot.jpg) top left no-repeat;
	background-position:0px 5px; 
	color:#999999;
	font-size:10px;
	text-indent:0em;
	line-height:160%;
	padding-left:14px;
	}
p#siteroot a{
	background:#ffffff;
	color:#999999;
	text-decoration:none;
	}
p#siteroot a:hover{
	background:#ffffff;
	color:#639A00;
	text-decoration:underline;
	}
span#nowposi {
	background:#ffffff;
	color:#639A00;
	font-size:10px;
	}

img.alignleft {
	clear:all;
	float:left;
	margin:0px 8px 8px 0px;
	padding:0px;
	}
img.alignright {
	clear:all;
	float:right;
	margin:0px 0px 8px 8px;
	padding:0px;
	}

/*----------------FOOTER----------------*/
div#footer {
	display:block;
	clear:left;
	border-top:1px solid #E6CACB;
	background:#F2F2F2 url(../img/common/footer.jpg);
	width:780px;
	height:90px;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
div#copyright {
	width:750px;
	margin:10px 0px 0px 30px;
	padding:0px;
	font-size:10px;
	}
