@charset "utf-8";
@import url("class.css");
@import url("contents.css");

html, body {
	background:#290e06 url(../img/bg.jpg) top left repeat-x;
}

#wrapper {
	/*background:url(../img/center_bg.jpg) center repeat-y;	*/
	width:970px;
	margin:0 auto;
}


#header {
		width:850px;
		height:77px;
		position:relative;
		margin:0 auto;
}
#header h1{
		position:absolute;
		left:0px;
		top:10px;
}

#header h1 a{
		display:block;
		background:url(../img/logo.gif) 0 0 no-repeat;
		width: 166px;
		height: 51px;
		text-indent:-9999px;		
		cursor:pointer;
		text-decoration:none;
	}


/* //HEADER */	

#mainImg{
	padding:0;
	margin:0 auto:
	}

#contents{
	background:url(../img/contens_bg.jpg) top left repeat-y;
	padding: 15px 80px;
	
	}
.frame{
	width:930px;
	background:#666 url(../../img/frame_bg.jpg) bottom left no-repeat;
	margin:0 auto; 
	padding-bottom:35px;
	}
	
.frameTop{
	background:#666 url(../../img/title_otoi.jpg) top left no-repeat;
	height:114px;
	text-indent:-9999px;
	}	
.frameCenter{
	width:870px;
	margin:0 auto;
	}	

.frameTop02{
	background:#666 url(../../img/title_privacy.jpg) top left no-repeat;
	height:114px;
	text-indent:-9999px;
	}
.frameTop03{
	background:#666 url(../../img/title_company.jpg) top left no-repeat;
	height:114px;
	text-indent:-9999px;
	}
	.frameTop04{
	background:#666 url(../../img/title_question.jpg) top left no-repeat;
	height:114px;
	text-indent:-9999px;
	}
	.frameTop05{
	background:#666 url(../../img/title_message.jpg) top left no-repeat;
	height:114px;
	text-indent:-9999px;
	}	


.questionBox{
	width:860px;
	background: url(../../img/question_bg.jpg) left top no-repeat;
	margin:0 35px 10px;
	}	

.questionBoxTitle{
	background:#f2dee6 url(../../img/question_top.jpg) left top no-repeat;
	height:48px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px 0 70px ;
	line-height:2.5em;
	margin-bottom:10px;
	}		
	

	
.questionPara{
	padding:0 15px 15px 75px;
	}		
	
	
	
/* Main Layout Type 4 SET = class="type4"	*/


.pageTop{
	 text-align:right;
	 padding:0 0 0 0 ;
	 margin-bottom:20px;
}
#footer{
	background:#290e06 url(../img/footer_bg.jpg) top left repeat-x;
	margin: 0 60px;
	padding: 20px 0 10px;
	}
#footerMenu{
	background: url(../img/footer_menu_bg.jpg) top left repeat-x;
	text-align:center;
	height:26px;
	padding: 0 0 5px 0;
	margin:0 0 20px 0; 
}

#footerMenu ul li {
	display: inline;
}

.noborder{
		border:medium none !important;
}
#footerMenu ul li a{
	border-right: #ece3dd solid 1px;
	color:#ece3dd;
	text-decoration:none;
	padding:0 7px;
}
	
#footerMenu ul li a:hover{
	text-decoration: underline;
}
#copy	{
	background:url(../img/copy.jpg) top left no-repeat;
	width:810px;
	height:66px;
	margin: 0 auto;
	}

