/*
Traumend
Copyright (C) Traumend All rights reserved.
*/

body {
	font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 14px;
	color: #383a3d;
	background: url("../images/bg.jpg") repeat;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #383a3d;
}

#mainvisual {
	position: relative;
	background: url("../images/main_visual.jpg") no-repeat;
	width: 1200px;
	height: 675px;
	margin: -75px auto 0 auto;
	z-index: 1;
}
#hd {
	background: url("../images/hd_bg.png") repeat-x;
	height: 75px;
}

header {
	background: url("../images/hd_nav_bg.png") no-repeat;
	height: 175px;
}
#hd_nav {
	float: left;
	width: 160px;
	margin-left: 120px;
}
#hd_nav h1 img {
	margin: 40px 0 0 5px;
}
#hd_nav h2 {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-top: 8px;
}
.hd_fixed {
	position: fixed;
	background: url("../images/hd_fixed_bg.png") repeat-x !important;
	width: 100%;
	z-index: 9999;
}
.hd_nav_fixed {
	position: fixed;
	background: none;
	z-index: 9999;
}

nav {
	float: left;
	font-size: 20px;
}
nav li {
	float: left;
	width: 159px;
	height: 60px;
	text-align: center;
	border-right: 1px dotted #aaa;
}
nav li:first-child {
	border-left: 1px dotted #aaa;
}
nav li a {
	display: block;
	width: 160px;
	height: 42px;
	padding-top: 20px;
}

#sub_hd {
	display: none;
	position: fixed;
	background: url("../images/hd_fixed_bg.png") repeat-x !important;
	width: 100%;
	height: 75px;
	z-index: 100;
}
#sub_nav {
	width: 960px;
	margin: 0 auto;
}
#sub_nav li {
	float: left;
	width: 159px;
	height: 60px;
	font-size: 20px;
	text-align: center;
	border-right: 1px dotted #aaa;
}
#sub_nav li a {
	display: block;
	width: 160px;
	height: 42px;
	color: #000;
	padding-top: 20px;
}
#sub_nav img {
	margin-top: -14px;
}

#container {
	width: 100%;
}

#wrapper {
	position: relative;
	background: #fff;
	width: 960px;
	height: auto;
	border-radius: 15px;
	margin: -75px auto 250px auto;
	z-index: 2;
}

footer {
	background: #00b2d5;
	width: 100%;
	height: 400px;
}
footer h4 {
	width: 175px;
	margin: 0 auto;
}
footer h4 img {
	margin: 60px 0 120px 0;
}
footer p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#btn_pagetop {
	display: none;
	position:fixed;
	right:0px;
	bottom:0px;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	margin: 0 10px 10px 0;
}
#btn_pagetop:hover img {
	margin-top: -50px;
}

.title {
	position: relative;
	width: 900px;
	height: 70px;
	margin: 0 auto;
	z-index: 2;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}

.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */