@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:16px;
	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;
	}





/*W*/

.wrap_w {
	width: 824px;
	margin: 0 auto;
	margin-top:30px;
	overflow:hidden;
	}
.mgn0 {
	display: block;
	float: left;
}
.mgn1 {
	margin-left: 1px;
	display: block;
	float: left;
}

.wrap_index {
	position:relative;
	width: 800px;
	margin: 0 auto;
	margin-top:30px;
	text-align:center;
	}

.wrap1 {
	position:relative;
	width: 720px;
	margin: 0 auto;
	margin-top:50px;
	}

.wrap_prof {
	position:absolute;
	width:410px;
	right:0px;
	top:140px;
	}

.prof{
	font-size: 12px;
	
}

.wrap2 {
	position:relative;
	width: 824px;
	margin: 0 auto;
	margin-top:50px;
	text-align:center;
	}

.txtQ {
	color:#ee7d2d;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.txtA {
	margin-top: 14px;
	text-align: left;
}

.wrapL {
	float: left;
	width: 400px;
}
.wrapR {
	float: right;
	width: 400px;
}

.ovfl{
	overflow: hidden;
}


/*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;
	}



#page-top {
	position: fixed;
	right: 8px;
	z-index:999;
}
#page-top a {
	text-align: right;
	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;
}

