﻿@import url("../common.css");

@charset"utf-8";

#wrap_contents{
	position: relative;
	top: -38px;
	width: 100%;
}

/*=======banner=======*/

#banner{
	position: relative;
	top: 0;
	width: 100%;
	height: 267px;
}

#banner img{
	position: absolute;
	width: 100%;
	height: 100%;
}

#wrap_txt{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#wrap_txt h2{
	position: absolute;
	top: 160px;
	font-size: 50px;
	left: 40%;
	color: #fff;
	text-shadow: 3px 3px 0 rgba(60, 60, 60, 0.43);
}

#wrap_txt p{
	position: absolute;
	top: 100px;
	font-size: 18px;
	font-weight: 600;
	left: 34%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.43);
}

/*=====End banner=====*/

/*=======contents=======*/

#contents{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 1020px;
}

#content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*=======navi=======*/

#navi{
	position: relative;
	width: 1000px;
	height: 35px;
}

#navi p{
	position: absolute;
	top: 16px;
	right: 170px;
}

#navi ul{
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 12px;
}

#navi ul li{
	float: left;
	padding-left: 15px;
	background: url(../../images/sub01/navi_arw.png) no-repeat;

}

#navi ul li.none{
	background: none;
}

#navi ul li.bld{
	font-weight: bold;
}

/*=======End navi=======*/

/*=======tab menu=======*/

#myBar{
	position: relative;
	width: 1000px;
	height: 89px;
	top: 60px;
	border-bottom: 2px solid #e9e9e9; 
	background-color: #fff;
}

#myBar ul{
	position: absolute;
	top: 22px;
	left: 0;
	text-align: center;
	padding-top: 25px;
}

#myBar ul li{
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3; 
	display: block;
	padding-right: 10px;
}

#myBar ul li.none{
	padding-right: 0px;
}

#myBar ul li a{
	width: 158px;
	height: 43px;
	display: block;
	text-align: center;
}

#myBar ul li a:hover{
	border-bottom: 6px solid #575757;
	color: #575757;
	font-weight: bold;
	-webkit-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	-ms-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	transition: all 0.4s;
}

#myBar ul li.tab_bold{
	color: #575757;
	font-weight: bold;
}

#myBar ul li.tab_bold a{
	color: #575757;
	border-bottom: 6px solid #575757;
}

/*=======End tab menu=======*/

/*=======con=======*/

#con{
	position: relative;
	width: 1000px;
	top: 140px;
}

#con img.con_img{
	position: absolute;
	top: 240px;
	right: 0;
}

#con h1{
	position: absolute;
	top: 0;
	left: 0;
}

#con p.history_txt{
	position: absolute;
	top: 121px;
	left: 10px;
	color: #484545;
	font-size: 20px;
	font-weight: normal;
}

#con h3.greeting01_a{
	position: absolute;
	top: 200px;
	left: 20px;
	color: #8d8c8c;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}

#con p.greeting02_a{
	position: absolute;
	top: 300px;
	left: 20px;
	color: #515151;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}

#con h3.greeting01_b{
	position: absolute;
	top: 445px;
	left: 20px;
	color: #8d8c8c;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}

#con p.greeting02_b{
	position: absolute;
	top: 510px;
	left: 20px;
	color: #515151;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}

#con p.greeting03{
	position: absolute;
	top: 750px;
	left: 20px;
	color: #515151;
	font-size: 18px;
	font-weight: 600;
}

/*=======End con=======*/


/*=====history=====*/


#history_wrap{
	position: relative;
	width: 1000px;
	height: 500px;
	top: 200px;
}

ul.history_list{
	position: absolute;
	width: 1000px;
	height: 500px;
	top: 0;
	left: 0;
}

ul.history_list li.history_down, li.history_up{
	float: left;
}

ul.history_list li.history_down{
	padding-top: 174px;
}

/*=====End history=====*/

/*=====drop down01=====*/

.family_site ul {
	display: none;
	position: absolute;
	top: -270px; 
	width: 240px;
	left: -100px;
	height: 235px;
	background-color: #6faaa4;
	padding:8px;
}

.family_site ul li{
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	color: #fff;

}

.family_site ul li p{
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	font-weight: normal;

}

.family_site {
	position: relative;
	left: 100px;
	top: 0px;
	height: 54px;
	width: 54px;
}

.family_site button.title {
	height: 54px;
	width: 54px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #6faaa4 url(../images/index/select_bg.png);
}

.family_site button img.list_btn {
	width:30px;
}

/*=====End drop down01=====*/

/*=====drop down02=====*/

.family_site02 ul {
	display: none;
	position: absolute;
	top: 73px; 
	width: 240px;
	left: -105px;
	height: 235px;
	background-color: #6faaa4;
	padding:8px;
	overflow: auto;
}

.family_site02 ul li{
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	color: #fff;

}

.family_site02 ul li p{
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	font-weight: normal;

}

.family_site02 {
	position: relative;
	left: 93px;
	top: -380px;
	height: 54px;
	width: 54px;
}

.family_site02 button.title {
	height: 54px;
	width: 54px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #6faaa4 url(../images/index/select_bg.png);
}

.family_site02 button img.list_btn {
	width:30px;
}

/*=====End drop down02=====*/

/*=====drop down03=====*/

.family_site03 ul {
	display: none;
	position: absolute;
	top: -270px; 
	width: 240px;
	left: -100px;
	height: 235px;
	background-color: #6faaa4;
	padding:8px;
}

.family_site03 ul li{
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	color: #fff;

}

.family_site03 ul li p{
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	font-weight: normal;

}

.family_site03 {
	position: relative;
	left: 108px;
	top: 0px;
	height: 54px;
	width: 54px;
}

.family_site03 button.title {
	height: 54px;
	width: 54px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #6faaa4 url(../images/index/select_bg.png);
}

.family_site03 button img.list_btn {
	width:30px;
}

/*=====End drop down03=====*/

/*=====drop down04=====*/

.family_site04 ul {
	display: none;
	position: absolute;
	top: 73px; 
	width: 240px;
	left: -100px;
	height: 235px;
	background-color: #6faaa4;
	padding:8px;
	overflow: auto;
}

.family_site04 ul li{
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	color: #fff;

}

.family_site04 ul li p{
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	font-weight: normal;

}

.family_site04 {
	position: relative;
	left: 117px;
	top: -380px;
	height: 54px;
	width: 54px;
}

.family_site04 button.title {
	height: 54px;
	width: 54px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #6faaa4 url(../images/index/select_bg.png);
}

.family_site04 button img.list_btn {
	width:30px;
}

/*=====End drop down04=====*/

/*=======End contents=======*/


