@import url("base.css");
@import url("header.css");
@import url("topics.css");
@import url("footer.css");

body{
	background-color:#ffffff;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

.page_title  {background:#DFDB9E; text-align:left;}
.contentsArea{margin:0; padding:0; text-align:left;}
.bread       {width:519px; margin:10px 20px; color:#666666; font-size:10px; line-height:130%;}
.contents    {width:519px; margin:0 20px 10px 20px;}


a:link    {color:#333333;text-decoration:underline;}
a:visited {color:#333333;text-decoration:underline;}
a:hover   {color:#AA0000;text-decoration:underline;}
a:active  {color:#AA0000;text-decoration:underline;}

.productCat{width:728px; padding:20px 0 0 20px; background:url(../image/top/bg.gif) repeat-x;}
.productBox{width:241px; height:166px; float:left; background:url(../image/top/p.gif) no-repeat;}
.productNotice   {font-size:12px;padding:10px; margin-right:20px; border:#b4b4b4 1px solid; background:url(../image/top/notice_bg.gif) no-repeat;}
.productNotice td{font-size:10px;}
.productNotice_ft{background:url(../image/top/notice_footer.gif) no-repeat; height:16px;}
