@charset "utf-8";

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	color: #000;
	font-size: 14px;
	line-height: 1.7em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	position: relative;
	-webkit-font-smoothing: antialiased;
}
p{
	margin-top: 0;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #444;
	opacity: .6;
}
a:visited,a:active{
	color: #000;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
header{
	width: 100%;
	height: 77px;
}
h1{
	margin: 20px 0 0;
	padding: 19px 0;
}
h1 a{
	display: block;
	width: 177px;
	height: 194px;
	background: url(../img/logo.gif) no-repeat center;
	background-size: 100% auto;
	margin: auto;
}
h1 a span{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	display: table;
	background: #FFF;
	width: 1277px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	/* background: url(../img/bg_side.gif) repeat-y left top; */
}
#content::before {
	content: "";
	display: block;
	clear: both;
}
#content::after {
	content: "";
	display: block;
	clear: both;
}

/* SIDE
----------------------------------------------- */
#side{
	width: 180px;
	/* float: left; */
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
	border-right: 1px solid #000;
	height: 100%;
	min-height: 100%;
}
#side ul{
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 20px 0;
	margin: 15px 0 30px;
	text-align: center;
}
#side li a{
	display: block;
	padding: 5px 0;
	background: url(../img/arrow1.png) no-repeat 165px center;
}
#side li.active a{
	background: #87c8db url(../img/arrow1.png) no-repeat 165px center;
}
.contactBtn a{
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: block;
	text-align: center;
	padding: 7px 0 7px 15px;
	background: url(../img/arrow2.gif) no-repeat 50px center;
}
#side li.nolink{
	display: block;
	padding: 5px 0;
	background: url(../img/arrow1.png) no-repeat 165px center;
}
/* MAIN
----------------------------------------------- */
#main{
	width: 1056px;
	/* float: right; */
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
/* TOPICPATH
----------------------------------------------- */
#topicPath{
	padding: 10px 0;
	font-size: 14px;
	background: #FFF;
}
#topicPath ul{
	padding: 0;
	margin: 0;
}
#topicPath li{
	float: left;
	margin-right: 20px;
	padding-right: 24px;
	position: relative;
}
#topicPath li a:hover{
	opacity: .6;
}
#topicPath li a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
/* FOOTER
----------------------------------------------- */
#footer{
	background: url(../img/foot_bg.gif) repeat;
	padding-top: 10px;
	clear: both;
	width: 100%;
}
#footer h2{
	background: url(../img/foot_logo.png) no-repeat center;
	width: 307px;
	height: 22px;
	margin-left: 25px;
	margin-bottom: 30px;
}
#footer h2 span{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.footAbout{
	margin-left: 25px;
	color: #FFF;
	width: 340px;
	float: left;
}
.contactBtnFoot a{
	display: block;
	width: 290px;
	padding-left: 18px;
	line-height: 102px;
	font-size: 32px;
	color: #FFF;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	text-align: center;
	background: url(../img/arrow3.gif) no-repeat 60px center;
	margin-bottom: 35px;
}
.footLink{
	width: 676px;
	float: right;
    margin-top: -50px;
}
.footLink ul{
	float: left;
	margin-right: 20px;
}
.footLink ul li a{
	background: #FFF url(../img/arrow4.gif) no-repeat 175px center;
	color: #4169e1;
	width: 180px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
}
.footLink ul li.nolink{
	background: #FFF url(../img/arrow4.gif) no-repeat 175px center;
	color: #4169e1;
	width: 180px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	font-weight: bold;
}
.footLink .blank li a{
	background: #FFF url(../img/blank.gif) no-repeat 175px center;
}
#footer .copy{
	background: #FFF;
	color: #4169e1;
	margin-bottom: 0;
	display: block;
	padding: 5px;
	clear: both;
}