@charset "utf-8";
/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	text-align: center;
	
}

#wrapper{
	width:800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/mainBg.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
	clear:both;
}

	#head{
		width:798px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#navi{
		width:798px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image:url(../img/naviBg.jpg);
		background-repeat:repeat-x;
	}

	#main{
		width:800px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	
		#mainVisual{
			width:800px;
			margin: 3px 0px 2px 0px;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
		
		#mvSeparator{
			width:796px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: center;
			background-image:url(../img/mvSeparator.jpg);
			background-repeat:repeat-x;
		}
	
	
		.topics{
			margin: 5px 10px 6px 10px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			font-size:small;
			color:#444433;
			font-size:12px;
			line-height:150%;
		}
		.topics .title{
			padding: 0px 0px 0px 8px;
			color:#222211;
			font-size:12px;
			line-height:150%;
			border-bottom: #FFCC00 0px solid;
			border-left:#876A43 6px solid;
		}
	
		.topics .title .date{
			font-weight:bold;
			margin: 0px 10px 0px 0px;
			font-weight:normal;
			font-size:10px;
		}
		
		.topics p{
			margin: 4px 0px 4px 0px;
			padding: 0px 0px 0px 0px;
		}
	
	
	
	
		
	#foot{
		width:800px;
	}
	
	
.descr{
	color:#eeeee6;
	text-align:left;
	font-size:12px;
	line-height:145%;
}
.descr p{
	margin: 4px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
}
	
	
.colWhite{
	color:#FFFFFF;
}

.space01{
	height:10px;
}
.space02{
	height:20px;
}



/*---priceBox--------------------------------------------------------------*/

.priceBox{}

	.priceBox .priceTitle{
		margin:10px 0px 10px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.priceBox .priceTitle2{
		margin:10px 0px 3px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.priceBox .clenderInfo{
		margin-right:15px;
		font-weight:normal;
	}
	
	
	
	.priceBox .priceList{
		margin-bottom:10px;
	}
		.priceBox .priceList tr{
			border-width:1px 0px 0px 1px;
		}
		.priceBox .priceList td{
			border-width:0px 1px 1px 0px;
			padding-top: 3px;
			padding-bottom: 3px;
		}
			.priceBox .priceList .rightPrice{
				margin-right:5px;
				font-weight:normal;
			}
			
/*-------------------------------------------------*/

.bigComment{
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight:bold;
}	
.noBorder th,.noBorder td{
	border:none;
	padding:0px 0px 0px 0px;
	line-height:110%;
}

