@import url("menue.css");

html{margin:0;padding:0;}

body{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#373737;
	line-height:19px;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #e9c3dc;
}
a, a.link, a.visited{color:#cc0000;text-decoration:none;}
a:hover, a.link:hover{color:#FFFF00;}
a.small{font-size:9px;}
hr{border:none;border-top:1px solid #CFCFCF;border-bottom: transparent;height:1px;margin-bottom:7px;}
h1{font-size:17px;color:#cc0000;padding-top:6px;height:32px;}
h2{font-size:13px;color:#cc0000;}
td{font-size:12px;}

#frame{width:982px;margin:13px auto;height:auto;}
#topbox{width:982px;height:173px;background:url(../images/layout/top.png) 0 0 no-repeat;text-align:left;}
#topbox img{float:right;margin:30px 95px 0 0px;width:330px;height:90px;}
#topbox h1{padding:115px 0 0 210px;}
#midbox{clear:both;float:left;width:970px;height:auto;background:url(../images/layout/mid.png) 0 0 no-repeat;padding:0 6px;}
#botbox{clear:both;width:970px;height:11px;background:url(../images/layout/bot.png) 0 0 no-repeat;padding:0 6px;border:0px solid blue;}
#fotbox{clear:both;width:970px;height:15px;margin-top:-15px;background:url(../images/layout/mid2.png) 0 0 no-repeat;padding:0 6px;}
#content, detail{float:left;width:775px;min-height:530px;text-align:left;}


#content ul{width:100%;list-style:none;margin:0;}
#content li{float:left;width:146px;height:161px;padding:1px 6px 0 0px;text-indent:0px;margin:0 0px 5px 0;color:#cc0000;text-align:center;border:0px solid green;}
#content li img{margin-top:5px;border:2px solid #FFFFFF;}

#detail ul{width:405px;list-style:none;margin:0;float:left;}
#detail li{float:left;width:390px;height:auto;padding:1px 6px 0px 0px;text-indent:0px;margin:0 0px 0px 0;color:#cc0000;text-align:center;border:0px solid red;}
#detail li img{margin-top:7px;border:2px solid #FFFFFF;}

#detail ul.right{width:365px;list-style:none;margin:0;float:left;padding-top:31px;}
#detail ul.right li{float:left;width:360px;height:auto;border-bottom:1px solid red;background:none;text-align:left;margin-bottom:7px;}

#left, #right{float:left;width:370px;padding-right:15px;}
#right{padding-top:61px;}
