@charset "utf-8";


/* -----------------------------------------------------

	BODY

-------------------------------------------------------- */

/* -- font-size -- */

body {
	font-size:75%;
	font-family: "ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3",Geneva, Arial, Helvetica, sans-serif;
}

/* -- BODY -- */

body { 
	line-height: 1.5;
	color: #555555;
	background: url(../images/local/bg.jpg) center top no-repeat;
	text-align: center;
}
 
 
/* -----------------------------------------------------

	CONTENTS

-------------------------------------------------------- */

#wrapper {
	width: 840px;
	padding: 0;
	margin: 0 auto;
	background: #ffffff;
	border-left: none;
	border-right: none;

}

/* -- HEADER --*/

#header {
	position: relative;
	top: 0;
	left: 0;
	
	width: 840px;
	height: 179px;
	margin: 0 auto;
	background: url(../images/local/mv_02.jpg) left top no-repeat;		
	text-align: left;
}

#home #header {
	width: 840px;
	height: 317px;
	padding-top: 0;	
	padding-bottom: 0;
	margin: 0 auto 0;
	text-align: center;
}

/* -- TITLE -- */

h1 {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 360px;
	height: 40px;
	margin: 14px 0 8px 20px;
}

h2 {
	clear: both;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	margin-top: 14px;	
	padding-top: 1.3em;
	width: 445px;
	height: 2.6em;
	border-right: none;
	font-size: 83.4%;
	font-weight: 100;
	line-height: 1.3;
	color: #A6A6A6;
	text-align: left;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0:	
}

/* -- MENU -- */

#header ul {
	clear: both;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 1;
	overflow:hidden;
	width: 827px;
	height: 24px;
	margin-left: 20px;
	margin-bottom: 6px;	
	padding-left: 13px;
	background: none;	
	border-left: solid 1px #DDD;
	text-align: left;
	line-height: 2;
}

#header ul li {
	float: left;
	margin-right: 13px;
	padding-right:13px;
	background: none;
	border-right: solid 1px #DDD;
}

#header ul li a { color: #505050; }
#header ul li a:hover { color: #FFA430; }


/* -----------------------------------------------------

	MAIN CONTENTS

-------------------------------------------------------- */

#content {
	width: 800px;
	margin: 0 auto;
	padding:0;
	background: url(../images/common/left-bg.gif) repeat-y;
}

#pankuzu dd {
	color: #555555;
}


/* --------------------------
	 LEFT CONTENTS 
---------------------------*/

#left_container {
	float:left;
	width:196px;
	padding:4px 0 0 4px;
	text-align:justify;
	background: url(../images/common/left-top.gif) no-repeat;
}

/* -- LEFT TOP TITLE and ARROW COLOR --*/

#left_container .box .title {
	width: 152px;
	padding: 0 10px 0 30px;
	height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
	line-height: 2.7em;
	color: #ffffff;
	background: url(../images/local/left-titlebg.gif) no-repeat 0 0;
}

#left_container .box ul li a {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/local/allow-01.gif) no-repeat 3px 5px;
}



/* -- QR -- */

#qr p {
	float: right;
	width: 70px;
	padding: 8px 0;
	text-align:justify;
	font-size: 83.4%;
	line-height:1.4em;
	color: #A6A6A6;
}


/* --------------------------
	RIGHT CONTENTS
---------------------------*/

#right_container {
	float:right;
	width:584px;
}


/* -- list-title01 -- */

#list-title01{
	margin-bottom:10px;
	padding:1px;
	border:#FF840F solid 1px;
	background:#FFAA56;
}

#list-title01 h3{
	margin:0;
	padding:5px 10px;
	background:url(../images/local/lower-title01.gif) repeat-x #FF9C10;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}

.scl-btn {
	text-align: center;
}


/* -----------------------------------------------------

	FOOTER

-------------------------------------------------------- */

#footer_container {
	width: 840px;
	margin: 0 auto;
	background:url(../images/local/fot_bg.gif) repeat-x 0 35px;
}

#footer_container .textarea {
	width: 800px;
	margin: 0 auto;
	padding: 53px 20px 10px;
	border-bottom: solid 1px #EEE;
	background: url(../images/common/left-bottom.gif) 20px top no-repeat;
	text-align:left;	
}

/* -- FOOTER MENU -- */

#footer_container ul {
	position: relative;
	width: 655px;
	margin:0;
	padding: 10px 0 30px 185px;
	background-color: #F7F7F7;
	font-size: 90%;
	text-align: left;
}

#footer_container ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: solid 1px #004967;
}

#footer_container ul li a {
	color: #004967;
}

#footer_container ul li.logo {
	position: absolute;
	top: 13px;
	left: 20px;
	padding: 0;
	border: none;
}

#footer_container ul li.copy {
	color: #004c8d;
	letter-spacing: 0.001em;
	display: block;
	border: none;
}


/* -----------------------------------------------------

	CLEARFIX
	
-------------------------------------------------------- */

#content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
#content:after {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html #content:after { height: 1%; }
#content:after { display: block; }
/* End hide from IE-mac */


