@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#container {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../imgs/c-bg.jpg);
	background-repeat: repeat;
}
#header {

	height: 200px;
	padding: 0px;
}

div#mainContent {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left:0px;
	height: auto;
	width:950px;	

}

#comment {
	height: 40px;
	background-color: #630;
}

#comment p {
	margin-top:0px;
	margin-bottom:3px;	
	padding-top: 10px;
	padding-bottom: 0px;
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#n_left {
	padding-top: 0px;
	padding-left :5px;
	width: 100px;
	float: left;
	font-size:14px;
	color:#FFFFFF;

}

#n_right {
	padding-top: 0px;
	padding-right :5px;
	float: right;
	width: 600px;
	text-align: right;
	font-size:14px;
	color:#FFFFFF;

}

#footer {
	margin: auto;
	text-align:center;
	padding: 5px;
	background-color: #FCC;
	font-size: 14px;
	color: #630;
}

/*link*/

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FC0;
	text-decoration: underline;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}


/*clear*/

#clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*photo*/

div#mainContent ul{
	text-align:center;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#mainContent li{
	font-size: 12px;
	color:#9900FF;
	float:left;
	width: 560px;
	height: 315px;
	margin-top: 6px;
	/*	margin-left: 13px;*/
/*	margin-right: 12px;*/
	margin-left: 17px;
	margin-right: 10px;
	margin-bottom: 6px;
	background-position: center top;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	/*	padding-bottom: 28px;*/
	padding-left: 0px;
}


/*video*/

#videoContent {
	width: 750px;
	height: 150px;
	margin-left:0px;
	text-align: center;
}

.bannerarea {
	width: 350px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top:50px;
}


a.rolov01
{
	display:block;
	width : 350px;
	height : 90px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../imgs/bn_video01.jpg);
}

a:hover.rolov01{
    background-position: 0 -90px;
}

a.rolov02
{
	display:block;
	width : 350px;
	height : 90px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../imgs/bn_video02.jpg);
}

a:hover.rolov02{
    background-position: 0 -90px;
}



/* -------------------- category -------------------- */

.wireframeauramenu{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	background-color: #cc9999;
}

.wireframeauramenu ul{
	border-left: 1px solid #990;
	border-right: 1px solid #990;
	border-bottom: 1px solid #990;
	padding: 5px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
	color: #936;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px dashed #990; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
	color: #360;

/*background of menu item onMouseover*/

/*category name*/
#choiceCategory {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:14px;
	background-color: #FFEBCD;
	text-align: center;
	color: #360;
}
