@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: no-repeat;
	background-color: #FFF;
	background-position: center top;
}
#container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #630;
	text-align: left;
	background-image: url(../imgs/c-bg.gif);
	background-repeat: repeat;
}
#header {
	height: 200px;
	padding: 0px;
}

div#mainContent {
	width: 800px;
	margin: 60px auto 20px auto;
	height: 650px;
	text-align:center;
}


div#mainContent_video {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 1550px;
}


#btnArea {
	height: 60px;
	background-color: #DAC5DC;
}

#menuBtnArea {
	width: 305px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

.menuBtn {
	width: 305px;
	margin: 5px;
	float: left;
	border: none;
}

img {
	border: none;

}

#comment {
	height: 50px;
	background-color: #E1BFE3;
}

#comment p {
	margin-top:0px;
	margin-bottom:3px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size:14px;
	color:#2B1500;
	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:#2B1500;
}

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

}

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

/*link*/

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



/*clear*/

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

/*photo*/

div#mainContent ul{
	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:#360;
	float:left;
	width: 140px;
	height: 115px;
	margin-top: 6px;
	/*	margin-left: 13px;*/
/*	margin-right: 12px;*/
	margin-left: 17px;
	margin-right: 10px;
	margin-bottom: 6px;
	background-image: url(../imgs/photo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	/*	padding-bottom: 28px;*/
	padding-left: 0px;
}


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

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

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

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

.wireframeauramenu ul li a{
	color: #FFF;
}

.wireframeauramenu ul li a:hover{
	color: #CFF;
}

/*category name*/
#choiceCategory {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight:bold;
	font-size:14px;
	background-color: #6B8E23;
	text-align: center;
	color: #FFF;
}

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

.wireframeauramenu1{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	background-color: #0033FF;
}

.wireframeauramenu1 ul{
	padding: 5px 160px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}

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

.wireframeauramenu1 ul li a{
	color: #FFF;
}

.wireframeauramenu1 ul li a:hover{
	color: #CFF;
}

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

.wireframeauramenu2{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	background-color: #0033FF;
}

.wireframeauramenu2 ul{
	padding: 5px 160px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B8E23;
}

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

.wireframeauramenu2 ul li a{
	color: #FFF;
}

.wireframeauramenu2 ul li a:hover{
	color: #CFF;
}


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

.wireframeauramenuB{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	background-color: #6B8E23;
}

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

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

.wireframeauramenuB ul li a{
	color: #FFF;
}

.wireframeauramenuB ul li a:hover{
	color: #CFF;
}

/*category name*/
#choiceCategoryB {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight:bold;
	font-size:14px;
	text-align: center;
	color: #000000;
}

.f0613 {
	color: #33C;
	background-color:#FFF;
}