@charset "utf-8";

/*****************基本*********************/

html,body{
	height: 100%;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	font-family:"ＭＳ Ｐゴシック", "Osaka","Arial", sans-serif;
}
img{
	border: 0px;
}	


/*****************構造*********************/


#container{
	margin: 0px auto;
	padding: 0px 5px;
	width: 790px;
	background-color: #FFFFFF;
}	
#header{
	width: 790px;
	padding-top: 6px;
}	
#header_left{
	float: left;
	text-align: left;
	width: 190px;
	padding-top: 8px;
	padding-left: 10px;
}
#header_right{
	float: right;
	text-align: right;
	width: 590px;
}
#header_right .text{
	font-size: 70%;
	line-height: 1.4em;
	color: #666666;
	padding-top: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
}	
#navigation{
	margin-left: 32px;
}	
#contents_main{
	width: 790px;
	height: 450px;
	margin-top: 8px;
}
#contents_left{
	float: left;
	width: 380px;
	height: 450px;
}
#contents_right{
	float: right;
	text-align: right;
	width: 400px;
	height: 450px;
	padding-right: 10px;
}
#contents_flashmenu{
	width: 790px;
	height: 80px;
	margin-top: 2px;
	text-align: center;
	background: url(../images/boxflash_bg.gif) no-repeat;
}
#contents_subbox{
	width: 790px;
	height: 135px;
	background: url(../images/box_bg.jpg) no-repeat;
	color: #FFFFFF;
	margin-top: 2px;
}	
#contents_subbox .text{
	padding-top: 36px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 75%;
	line-height: 1.6em;
	color: #FFFFFF;
}	
#contents_subbox .title{
	font-size: 120%;
	padding-bottom: 6px;
}	
#footer{
	width: 790px;
	height: 144px;
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 70%;
	padding-top: 6px;
	margin-top: 2px;
}	


/*****************設定*********************/


.clear{
	clear: both;
	overflow: hidden;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}		
.main_text1{
	font-size: 80%;
	line-height: 1.7em;
	padding-top: 14px;
	padding-right: 6px;
	padding-left: 14px;
	text-align: left;
	color: #333333;
}	
.main_text2{
	font-size: 80%;
	line-height: 1.8em;
	text-align: left;
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 32px;
	color: #333333;
}		
.main_title_space{
	margin-top: 14px;
}	
#address_box{
	margin-top: 220px;
	padding-left: 8px;
}
#address_text1{
	font-size: 120%;
	padding-bottom: 16px;
}
#address_text2{
	font-size: 75%;
	line-height: 1.5em;
}			

.inquiry_title{
	padding-top: 20px;
	padding-bottom: 14px;
	padding-right: 10px;
}
.inquiry_formsize{
	width: 250px;
}	
.inquiry_formtext{
	font-size: 75%;
}
.inquiry_formtext2{
	font-size: 80%;
	color: #FF0000;
}		
.inquiry_button{
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 60px;
	text-align: left;
}	
.inquiry_text{
	font-size: 80%;
	line-height: 1.5em;
	padding-top: 14px;
	padding-bottom: 10px;
}	



/**********************ポップアップメニュー**********************************/

.sampleMenu01 {
	width:100px;
	background-color:#ffffff;
}
.sampleMenu02 {
	width:100px;
	background-color:#ffffff;
}
.submenu01 {
	color: #000000;
	width:120px;
	text-align: left;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	background-color: #ffffff;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}
.submenu02 {
	color: orangered;
	width:120px;
	text-align: left;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	background-color: #ffffff;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}