* {
	border: 0;
	outline: none;
	
	font-family: Verdana,Helvetica;
	font-size: 11px;
	color: #fff;
	line-height: 1.5;
	text-align: justify;
}

body {
	background-image: url(../images/bg.jpg);	
	background-position: top center;	
	background-color: #33150e;
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #fff;
	text-decoration: none;	
}
a:hover.lbAction {
	text-decoration: none;
	border-bottom: 3px solid #7b1a21;		
}

/* Main Container */

.m_container {
	margin: auto auto;
	background-color: #610e18;
	width: 1022px;
	height: 662px;
}

/* Content Container (Left) */

.l_container {
	float: left;
	width: 804px;
	height: 662px;
}

/* Image Container (Right) */

.image {
	background-image: url(../images/image.jpg);	
	float: right;
	width: 218px;
	height: 662px;
}

/* --> .l_container */

.iframe_container {
	padding: 15px 0 0 260px;
}

.header_top {
  background-image: url(../images/header_top.jpg);	
	width: 804px;
	height: 53px; /* 93 */
}

.header_logo {
	background-image: url(../images/header_logo.jpg);	
	width: 804px;
	height: 73px;
}

.header_navi {
	width: 804px;
	height: 69px;
}

.content {
	background-image: url(../images/content_bg2.png); 
	width: 804px;
	height: 375px; /* 335 */
}

.footer {
	background-image: url(../images/footer2.png);
	width: 804px;
	height: 92px;
}