@charset "utf-8";

/****************************************

          General Setting

*****************************************/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	color:#666;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    line-height: 160%;
	-webkit-text-size-adjust: none;
}

.clear { clear:both; }  
.clear hr {
	display:none;
}
#container a img:hover {
		filter:alpha(opacity=80);opacity:0.8;
	}

img { border:0;}

/****************************************

          Font

*****************************************/

h1{
	font-size:22px;
	font-weight:bold;
	margin:15px 0;
}
h2{
	font-size:18px;
	font-weight:bold;
}
h3{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
h4{
	font-size: 16px;
	font-weight: bold;
}
h5{
	color: #F6C;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}
h5.sub{
	color:#F6C;
	font-size:17px;
	font-weight:bold;
	line-height:15px;
	margin-top:15px;
}
h6{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:#C9BC9C;
	width:460px;
	line-height:40px;
	padding:5px 20px;
	margin-bottom:10px;
}

/****************************************

          Layout

*****************************************/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 300px;
}
#contents-top {
	width: 900px;
	margin: auto;
	padding: 30px 5px 10px 5px;
	text-align:center;
}
#header_line{
		width:100%;
		background: #036EB8;
		color:#fff;
}
	.line_main{
		width:900px;
		text-align:left;
		margin:auto;
	}
#header {
	width: 100%;
	height:248px;
	margin: auto;
	background-image:url(../img/kure_top_back.jpg);
}
	.header_main{
		width:900px;
		margin:auto;
	}
.main {
	width: 900px;
	margin: auto;
	overflow:hidden;
	text-align:left;
}

.left{
	width:445px;
	float:left;
}
.right{
	width:445px;
	float:right;
	margin-left:10px;
}

.amazon{
	width:82px;
	height:115px;
	margin-right:1px;
	margin-top:15px;
}
.amazon2{
	width:120px;
	height:176px;
}

/****************************************

          Footer

*****************************************/

#footer {
	height: 300px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #00A0EA;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,.5) inset;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,.20) inset;
}

.footer_box {
	width: 900px;
	margin:5px auto 0px;
	overflow:hidden;
	background-image:url(../img/kure_footer.jpg);
}
.footer_left {
	width: 220px;
	height: 250px;
	float: left;
	margin-top: 25px;
	padding-left:5px;
	text-align:left;
}
.footer_left ul {
	padding:10px 0;
}
.footer_left li {
	line-height:18px;
}
.footer_box a {
	color:#fff;
	text-decoration:none;
}
.footer_box a:hover {
	color:#036EB8;
	text-decoration:underline;
}
.footer_right {
	width: 660px;
	height: 250px;
	float: right;
	margin-top: 25px;
}
	.footer_right_top{
		height:175px;
		overflow:hidden;
	}
		.foot_book1{
			width:120px;
			float:left;
		}
		.foot_book2{
			width:540px;
			overflow:hidden;
		}
		.foot_book2_top{
			padding:0 10px;
			text-align:left;
			height:30px;
		}
		.foot_book2_bottom{
			padding:0 5px;
		}
	.footer_right_bottom{
		height:75px;
		overflow:hidden;
		text-align:left;
	}
.footer_copy {
	clear: both;
	width: 100%;
	height: 25px;
	background: #036EB8;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
}
.footer_copybox {
	width: 900px;
	height:25px;
	line-height:25px;
	margin:auto;
	color:#FFF;
	text-align:left;
	font-size:12px;
}