@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height:1.6em;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust:none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
	color:#222;
	font-size:13px;
	font-weight: 400;
	background-image: url(../img/top_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
	width: 100%;
	height: 100%;
}
img {
	border:none;
	vertical-align:bottom;
}

a:hover img.on_alpha {
-moz-opacity: 0.50;
opacity: 0.50;
filter: alpha(opacity=50);
}

li {
	list-style:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



/* NAVIGATION*/
.nav_bar {
	width: 100%;
	height:80px;
	background-color:#FFF;
	display:block;
}
.nav_bar_wrap {
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}
.nav_barL {
	float:left;
	margin:14px 0 0 18px;
	overflow:hidden;
}
.nav_barR {
	float:right;
	margin:14px 18px 0 0 ;
	overflow:hidden;
}



.wrap0 {
	position:relative;
	width:100%;
	margin-top:50px;
	text-align:center;
	overflow:hidden;
	}

.wrap1 {
	position:relative;
	width: 100%;
	max-width: 579px;
	margin: 0 auto;
	margin-top:50px;
	text-align:center;
	overflow:hidden;
	}


/*W*/

.wrap_w {
	width: 100%;
	max-width: 968px;
	margin: 0 auto;
	margin-top:0px;
	overflow:hidden;
	}

.wrap_wTitle {
	width: 100%;
	max-width: 968px;
	margin: 0 auto;
	margin-top:80px;
	padding-bottom: 0px;
	font-size: 20px;
	color:#009FD5;
	text-align: center;
	font-weight: bold;
	}

.wrap_w table {
}

.wrap_w td {
padding:8px;
border-bottom: solid 1px #DEDEDE;
}

.wrap_w th {
padding:6px;
text-align:left;
font-size:14px;
background: url(../../img/bg_1.png);
color: #FFF;
}

.wrap_w td.tdH {
background-image:none;
text-align:left;
font-weight:bold;
padding:6px;
}

.wrap_w td.borderNone {
border-bottom: none;
}

.wrap_w td.cnT {
text-align:center;
}

.wrap_w td.area {
}

.wrap_w td.tel {
}

.wrap_w td._w {
}


/*FOOT*/
.wrap_foot {
	position:relative;
	text-align:center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding-top:52px;
	padding-bottom:52px;
	font-size:11px;
	}

#pagetop{
position: fixed;
right: 35px;
z-index: 10;
display:block;
	}


/*contents_common*/
.title_area {
	width:100%;
	text-align:center;
	}

::selection {
	color:#FFF;
	background:#009FD5;
	}
::-moz-selection {
	color:#FFF;
	background:#009FD5;
	}


a:link {
	color:#009FD5;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color:#009FD5;
	text-decoration:none;
}
a:hover {
	color:#009FD5;
	text-decoration:underline;
}
a:active {
	color:#009FD5;
	text-decoration:underline;
}

