@charset "UTF-8";

/* format
##################################### */

h2 {
	background: url(../img/h2.jpg) no-repeat;
}

span.small{font-size:80%;}

a {

}

html {
	background: url(../img/bg_body.jpg) center top repeat-x;
}

body {
	background: url(../img/bg_body.jpg) center top repeat-x;
}

div#wrapper{
	margin: 0 auto;
	width: 100%;
	/*background: url(../img/bg_wrapper.jpg) center top no-repeat;*/
}

div#container{
	margin: 0 auto;
	width: 100%;
	background: url(../img/bg_container.gif) center top no-repeat !important;
}

	ul#topic-path {
		display: block;
		margin-left: 20px;
		margin-bottom: 10px;
		padding-top: 2px;
		width: 675px; height: 18px;
		font-size: 12px;
	}
		ul#topic-path li {
			display: inline;
			color: #fff;
		}
			ul#topic-path li a {
				margin-right: 5px;
				padding-right: 10px;
				background: url(../img/arrow_topic_path.gif) right no-repeat;
				color: #c08a4e;
			}

div#col-left-left {
	float: left;
	margin-top: 10px;
	width: 150px;
	overflow: hidden;
}
	div#col-left-left ul {
		display: block;
	}
		div#col-left-left ul li {
			margin-bottom: 5px;
			background: url(../img/btn_menu.gif) left;
			border: 0 solid #ddd;
			border-left: 0 solid #333;
		}
			div#col-left-left ul li a {
				display: block;
				padding: 10px 0 0 15px;
				height: 25px;
				font-weight: bold;
				color: #fff;
			}
			div#col-left-left ul li a:hover {
				background: url(../img/btn_menu.gif) right;
				text-decoration: none;
			}

h3.h3-next-show-time {
	padding: 10px 0 0 15px;
	height: 24px;
	background: url(../img/bg_h3_default.gif) repeat-x;
	font-size: 107%;
	font-weight: bold;
	color: #fff;
}

h3.h3-default {
	padding: 10px 0 0 15px;
	height: 26px;
	background: url(../img/bg_h3_default.gif) repeat-x;
	font-size: 107%;
	font-weight: bold;
	color: #fff;
}

div#copyright {
	color: #110b01;
}






















