@charset "utf-8";
/* ===================================================================
file name	:common.css
=================================================================== */
/*----------------------------------------------------
----------------------------------------------------*/
html {
//	overflow-x: hidden;
}


body {
	background: #4F6BAA;
	color:#333333;
	text-align:center;
	line-height:1.5em;
	width: 100%;
	overflow-x: hidden;
}

a:link {
	color:#9F1918;
	text-decoration:underline;
}
a:visited {
	color:#3C2A66;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}


/* ancher 点線消す */
a:link, a:visited, a:active, a:hover {
	outline: none;
}

/* lightbox 点線消す */
button::-moz-focus-inner {
	border: 0px;
}

/*--- IE6 ---*/
th ,
td {
	_font-size:12px;
	_line-height:1.4;
	_text-align:center;
}
img {
	vertical-align:bottom;
}
/* -----------------------------------------------------------
----------------------------------------------------------- */

#wrapper {
	background:url("../img/bg_body.jpg") top repeat-y;
	font-size: 100%;
}


/*--- header ---*/
#header {
	width:100%;
	height:365px;
	background:url("../img/bg_header.jpg") center repeat-y;
}
#header_index {
	width:100%;
	height:365px;
	background:url("../img/bg_header_index.jpg") center repeat-y;
}
#top_img {
	position: relative;
	width:880px;
	margin: 0 auto;
}
#title_btn_top {
	position:absolute;
	left:588px;
	top:255px;
}
#title_btn_top p {
}


/*--- navi ---*/
#navi {
	width:770px;
	height:35px;
	margin: 0 auto;
}
#navi ul {
	margin:20px 0 0 20px;
}
#navi li {
	float:left;
}


/*--- contents ---*/
#contents_wrapper {
	background:url("../img/bg_contents.jpg") center repeat-y;
	width:890px;
	margin: 0 auto;
}
#contents {
	background:url("../img/contents_top.jpg") top no-repeat;
	width:880px;
	text-align: center;
	line-height:1.6em;
	margin: 0 auto;
}

#contents01 {
	width:880px;
	background:url("../img/bg_contents01.jpg") top no-repeat;
}
#contents02 {
	width:880px;
}
#contents03 {
	width:880px;
	background:url("../img/bg_contents03.jpg") top no-repeat;
	padding-top: 47px;
}


/*--- information_area ---*/
.information_area {
	width:800px;
	font-size: 15px;
	margin:30px auto 0;
	background-color: #ffffff;
	line-height:1.5em;
	text-align: left;
}
#info_area01 {
	padding: 20px;
}
#info_area01 .left {
	float: left;
	width: 105px;
	padding-top: 5px;
}

#info_area02 {
	text-align:left;
	padding:20px;
}
#info_area02 a {
	text-decoration:underline;
	cursor:pointer;
}
#info_area02 a:hover {
	text-decoration:none;
}

#pagetop {
	background:url("../img/contents_bottom.jpg") bottom no-repeat;
	padding:40px 0 44px 0;
}


/*--- footer ---*/
#footer {
}
.footer_area01{
	height: 150px;
	background:url("../img/footer_bg.jpg") center no-repeat;
}
.footer_area01 p{
	color: #ffffff;
	padding-top: 55px;
	line-height: 2;
}
.footer_area01 p a{
	color: #ffffff;
}
.footer_area02{
	height: 40px;
	background:url("../img/footer_bg2.jpg") top repeat;
}
.footer_area02 p{
	color: #ffffff;
	padding: 10px 0;
}
