/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #000;
}

body {
		background: url(images/bg.jpg) no-repeat center top;
		background-color:#000;
}

table {
	font: 100%;
	font-size: inherit;
}

hr {
	margin: 20px 0;
	border-width: 0;
	border-top: 1px solid #333;
}

img {
	border: none;
	vertical-align: bottom;
}



strong {
	font-weight: bold;
}

/* Layout
=======================================*/
#Wrapper_nol{width: 800px; margin:auto;}

#container{
    width: 800px;
	text-align: center;
	background:url(images/main_bg.jpg);
	margin: 0 auto;
	color: #313131;
}

.cont_box{
	width: 750px;
	text-align: center;
	padding: 0 25px;
	background:url(images/cont_center.jpg);
	margin: 0 auto;
	color: #313131;
	text-shadow: 0 0 5px #fff;
}

.left_box{
	width: 350px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: left;
}

.right_box{
	width: 350px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: right;
}

.h2_title{padding-bottom: 10px;}
.h3_title{padding: 20px 0 10px 0;}

.left_box p{ padding-left: 15px;}
.right_box p{ padding-left: 15px;}
.txt{
	text-align: left;
	width: 720px;
	margin: 0 auto;
	font-size: 12px;
}
h4{
	margin-bottom: 5px;
	padding-top: 10px;
}
h5{
	border-left: solid 5px #5d9c54;
	color: #5d9c54;
	margin: 5px 0;
	font-size: 16px;
	padding-left: 5px;
}

.cram_box h5{
	border-left: solid 5px #f9f000;
	color: #f9f000;
	padding-left: 5px;
	margin: 0 0 5px 0;
}


table.item_box{margin-bottom: 4px;}
table.item_box td{ padding: 5px; border: solid 1px #000; }
table.item_box th{ padding: 5px; border: solid 1px #000; width: 180px; background:#bae0c9;}

.bottom_box{
	width: 800px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
	background:url(images/cont_bottom.png) top center no-repeat;
}

table.item_box2{margin-bottom: 4px;}
table.item_box2 td{ padding: 5px; border: solid 1px #000; }
table.item_box2 th{ padding: 5px; border: solid 1px #000; background:#bae0c9;}
td.item_couka{background:#bae0c9;}

.cram_box{
	width: 700px;
	padding: 0 10px 10px 10px;
	color: #fff;
	background: #900000;
	text-shadow: 0 0 5px #000;
}



.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
