@charset "utf-8";
/* CSS Document */

body{
	background:url(../image/bg.jpg) repeat;
	}
html,body{
     height:100%;
}
#wrapper{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
	
header{
	height:152px;
	width:100%;
	background:url(../image/header_bg.jpg) repeat-x;
	}
	
header div{
	width:980px;
	margin:0 auto;
	}
	
header div h1{
	}
header div p{
	padding-top:33px;
	float:right;
	padding-bottom:13px;
	}
header div nav{
	clear:both;
	background:url(../image/nav.gif)no-repeat;
	height:38px;
	width:980px;
	}
	
header div nav ul{
	width:980px;
	margin:auto 80px;
	}
	
header div nav ul li{
	margin-top:5px;
	margin-right: 12px;
	margin-left: 10px;
	float:left;
	}
	
#container{
	margin: 0 auto;
    padding-bottom: 50px;
    width: 980px;
	padding-top:50px;
	/*background:url(../image/bg.jpg) repeat;*/
	}
#main_img img{
	margin-left:10px;
	margin-right:10px;
	
	
}	
#main_text{
	background:url(../image/text_bg.jpg) no-repeat;
	padding-left:150px;
	margin:50px 0 50px 20px;
	height:225px;
	font-size:15px;
	line-height:25px;
	}

#main_2text{
	background:url(../image/text_bg.jpg) no-repeat;
	padding-left:145px;
	margin:50px 0px 40px 8px;
	height:180px;
	font-size:15px;
	line-height:25px;
	}

#main_3text{
	background:url(../image/text_bg2.jpg) no-repeat;
	padding-left:145px;
	margin:50px 0px 40px 8px;
	height:200px;
	font-size:14px;
	line-height:25px;
	}

footer{
	width:100%;
	height:26px;
	background:#18172a;
	position:absolute;
	bottom:0;
	}
	
footer div{
	width:980px;
	height:26px;
	margin:0 auto;
	}
	
footer div img,footer div p{
	float:left;
	
	}
footer div img{
	/*width:219px;*/
	width:980px;
	}
	
footer div p{
/*	width:741px;
	line-height:30px;
	color: #FFF !important;*/


	}

.clear{
	clear: both;
	}

	