* {
	font-size: 12px;
}

body {
	font:75%/normal Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#fff;
	text-align:center;
	margin: 0; padding: 0;
}

a { 
	color: #9FCFDF;
	text-decoration:
	underline;
}

a:link{ 
	color: #9FCFDF;
	text-decoration:
	none;
}

a:visited{
	color: #9FCFDF;
	text-decoration:
	none;
}

a:active{
	color: #9FCFDF;
	text-decoration:
	none;
}

a:hover{
	color: #ff0000;
	text-decoration:
	underline;
}

a img {
	border: none;
}


/***** main *****/

#contents{
	width:600px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#contents h1{
	margin: 1em 0 0 110px ;
	height:182px;
	width:514px; 
	overflow: hidden;
	}

#contents h1 a {
	position: relative;
	display: block;
	margin:0;
	width: 100%;
	height: 100%;
	background: transparent url(/images/index.gif) no-repeat;
	background-position: center top;
	font-size: 5px;
	text-indent: -9999px;
	text-decoration: none;
}

hr{
	clear:right;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #666;
	height: 1px; 
	}

	
#menuArea{
	width:600px;
	margin-top:10px;
	}

#menuArea .payPal{
	margin:0;
	text-align:right;
	}

#menuArea .lMenu{
	float:left;
	margin-top:1em;
	vertical-align: bottom; 
	}

#subMenu{

	}

#item-list{
	}
	

/***** each product *****/

table#proLayout{
	width:600px;
	margin:10px 0;
	border:1px #999 dotted;
	}
	
table#proLayout th{
	background-color:#333;
	width:70px;
	}

table#proLayout td.jacket{
	width:100px;
	padding:5px;
	text-align:center;
	}
	
table#proLayout td.cutNum{
	width:100px;
	}
	
	
/***** other page *****/
#mainBody{

	line-height:1.6em;
	}
	
#mainBody h2{
	font-size:16px;
	margin:20px 0;
	}
	

/***** cart form *****/
table#fLayout th{
	background-color:#666;
	padding:3px 5px;
	}
	
#error ul{
	list-style-type:none;
	margin:5px 0;
	padding:0;
	color:#ff0000;
	}