@charset "utf-8";

/* -------------------------------------------------------
    initialize
   ------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,p,h1,h2,h3,h4,h5,h6,img { margin:0; padding:0;}
img { border: none;}
h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}
a {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
}
a:focus {
	overflow: hidden;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
}
p {
	line-height: 18px;
}
ul { list-style: none;}
img {
	border: 0px;
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/* -------------------------------------------------------
    common
   ------------------------------------------------------- */

body {
	background-color: #f7f7f7;
}

#container {
	width: 900px;
	margin: 0 auto;
	border: solid 1px #e4e4e4;
	background-color: #fff;
}

#header {
	width: 770px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	padding: 16px 0 10px;
}
#header p {
	float: right;
	padding-top: 68px;
}
#header p a {
	font-size: 11px;
	line-height: 13px;
	color: #00a040;
}

#mainImg {
	clear: both;
}

#gNav {
	width: 900px;
	height: 37px;
	background: url(../img/cmn/gnav-bg-01.png) left top repeat-x;
}
#gNav ul {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
}
#gNav li {
	float: left;
}
#gNav li span,
#gNav li a {
	display: block;
	width: 156px;
	height: 37px;
	overflow: hidden;
	text-indent: -200px;
	background-position: left top;
}
#gNav li a:hover,
#gNav li.selected a {
	background-position: left bottom;
}
#gNav .nav-01 a { background: url(../img/cmn/gnav-btn-01.png) left top no-repeat;}
#gNav .nav-02 a { background: url(../img/cmn/gnav-btn-02.png) left top no-repeat;}
#gNav .nav-03 a { background: url(../img/cmn/gnav-btn-03.png) left top no-repeat;}
#gNav .nav-04 span { background: url(../img/cmn/gnav-btn-04.png) left top no-repeat;}
#gNav .nav-05 span { background: url(../img/cmn/gnav-btn-05.png) left top no-repeat;}

#main {
	clear: both;
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	padding: 14px 0 30px;
}

#footer {
	clear: both;
	width: 500px;
	overflow: hidden;
	padding: 8px 200px 10px;
	background-color: #dedaba;
	border-top: solid 1px #e4e4e4;
}
#footer h2 {
	float: left;
	padding-top: 2px;
}
#footer ul {
	float: right;
	width: 426px;
}
#footer li {
	float: left;
}
#footer li a {
	color: #5fb630;
	font-size: 11px;
	line-height: 17px;
}
#footer .col-01 { width: 54px;}
#footer .col-02 { width: 124px;}
#footer .col-03 { width: 164px;}
#footer .col-04 { width: 84px;}

.cmn-page .headline-01 {
	background: url(../img/cmn/headline-bg-01.png) left center repeat-x;
}
.cmn-page .headline-01 h2 {
	font-size: 22px;
	line-height: 30px;
	color: #727171;
	text-align: center;
}
.cmn-page .headline-01 h2.alt {
	font-size: 20px;
}
.cmn-page .headline-01 h2 span {
	padding: 0 16px;
	background-color: #fff;
}
.cmn-page .headline-02 h2 {
	font-size: 22px;
	line-height: 26px;
	color: #0068b7;
	text-align: center;
}
.cmn-page .headline-02 p {
	margin: -24px 0 30px;
	text-align: right;
}
.cmn-page .headline-02 p.alt {
	margin: -50px 0 30px;
}
.cmn-page .headline-02 p a {
	font-size: 14px;
	line-height: 20px;
	padding-right: 24px;
	background: url(../img/cmn/arw-r-01.png) right center no-repeat;
}
.cmn-page .headline-03 {
	width: 769px;
	height: 108px;
	margin: 0 auto;
	background: url(../img/member/hl-bg-01.png) center top no-repeat;
}
.cmn-page .headline-03 h2 {
	padding-top: 30px;
	font-size: 19px;
	line-height: 26px;
	text-align: center;
}
.cmn-page .headline-03 p {
	padding-top: 10px;
	color: #00a0e9;
	text-align: center;
}

/* -------------------------------------------------------
    top
   ------------------------------------------------------- */

#topImg {
	position: relative;
	width: 900px;
	height: 256px;
}
#topImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 256px;
	display: none;
}
#topImg #img01 { z-index: 1; display: block;}
#topImg #img02 { z-index: 2;}
#topImg #img03 { z-index: 3;}
#topImg #img04 { z-index: 4;}
#topImg #img05 { z-index: 5;}

#main.top-page {
	width: 800px;
}
#main.top-page .left-clm {
	float: left;
	width: 300px;
}
#main.top-page .right-clm {
	float: right;
	width: 486px;
}

.top-page .left-clm .box {
	width: 293px;
	box-shadow: 1px 1px 3px #999;
}

.top-page #calendar {
	margin: 16px 0;
	background-color: #b6dece;
}
.top-page #calendar h2 {
	height: 28px;
	line-height: 28px;
	background-color: #00a6ea;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.top-page #calendar p {
	text-align: center;
	padding: 8px 0 4px;
	letter-spacing: -1px;
}
.top-page #calendar ul {
	width: 276px;
	overflow: hidden;
	padding: 0 0 10px 12px;
}
.top-page #calendar li {
	float: left;
	width: 65px;
	padding: 6px 4px 0 0;
	text-align: center;
}
.top-page #calendar .col-01 {
	padding-left: 34px;
}
.top-page #calendar li a {
	font-size: 14px;
	line-height: 16px;
}
.top-page #calendar li a:hover {
	text-decoration: none;
}

.top-page .right-clm .box {
	border: solid 1px #e4e4e4;
	box-shadow: 1px 1px 3px #999;
}

.top-page #member {
	position: relative;
	width: 478px;
	height: 438px;
}
.top-page #member .bg {
	position: absolute;
	top: 0;
	left: 0;
}
.top-page #member h2 {
	position: absolute;
	top: 19px;
	left: 35px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 4px;
}
.top-page #member .txt {
	position: absolute;
	top: 60px;
	left: 10px;
	text-align: center;
	line-height: 16px;
	color: #0092d3;
}
.top-page #member div a {
	position: absolute;
	display: block;
	line-height: 16px;
}
.top-page #member div a:hover {
	color: #06f;
	text-decoration: none;
}
.top-page #member #m01 { top: 140px; left: 320px;}
.top-page #member #m02 { top: 105px; left: 145px;}
.top-page #member #m03 { top: 145px; left: 115px;}
.top-page #member #m04 { top: 175px; left: 105px;}
.top-page #member #m05 { top: 200px; left: 70px;}
.top-page #member #m06 { top: 235px; left: 10px;}
.top-page #member #m07 { top: 260px; left: 40px;}
.top-page #member #m08 { top: 120px; left: 390px;}
.top-page #member #m09 { top: 190px; left: 345px;}
.top-page #member #m10 { top: 215px; left: 385px;}
.top-page #member #m11 { top: 240px; left: 350px;}
.top-page #member #m12 { top: 290px; left: 360px;}
.top-page #member #m13 { top: 320px; left: 375px;}
.top-page #member #m14 { top: 330px; left: 270px;}
.top-page #member #m15 { top: 355px; left: 245px;}
.top-page #member #m16 { top: 375px; left: 160px;}
.top-page #member #m17 { top: 400px; left: 120px;}

.top-page #news {
	width: 478px;
	margin-top: 20px;
}
.top-page #news h2 {
	margin: 4px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(../img/top/news-bg-01.png) left top repeat-x;
}
.top-page #news ul {
	width: 458px;
	margin: 0 auto;
}
.top-page #news li {
	padding: 12px 0;
	border-bottom: solid 1px #c0cfe6;
}
.top-page #news .new {
	padding-left: 44px;
	background: url(../img/top/news-ico-01.png) left center no-repeat;
}
.top-page #news p {
	width: 458px;
	margin: 10px auto;
	text-align: right;
}
.top-page #news p a {
	font-size: 15px;
	color: #ed777d;
	padding-right: 24px;
	background: url(../img/top/news-arw-01.png) right center no-repeat;
}

/* -------------------------------------------------------
    calendar
   ------------------------------------------------------- */

#popUpCont {
	width: 100%;
	background-color: #fff;
}

#popUpCont #calendarCont {
	width: 640px;
	margin: 0 auto;
	padding: 0 30px 20px;
}
#popUpCont #calendarCont .wrap {
	clear: both;
	padding: 30px 0;
}
#popUpCont #calendarCont .head {
	width: 640px;
	overflow: hidden;
}
#popUpCont #calendarCont .head h2 {
	float: left;
	font-size: 19px;
	line-height: 30px;
}
#popUpCont #calendarCont .head p {
	float: right;
	font-size: 14px;
	line-height: 30px;
}
#popUpCont #calendarCont .body {
	clear: both;
	width: 640px;
	overflow: hidden;
}
#popUpCont #calendarCont .body p {
	float: left;
	width: 185px;
	height: 147px;
	border: solid 1px #666;
}
#popUpCont #calendarCont .tbl {
	float: right;
	width: 450px;
	height: 149px;
}
#popUpCont #calendarCont .tbl table {
	border-collapse: collapse;
}
#popUpCont #calendarCont .tbl th {
	width: 75px;
	height: 24px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #666;
	background-color: #feeabe;
}
#popUpCont #calendarCont .tbl td {
	height: 48px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #666;
}
#popUpCont #calendarCont .tbl .blue {
	background-color: #e1efe2;
}
#popUpCont #calendarCont .overflow td {
	line-height: 15px;
}

/* -------------------------------------------------------
    about
   ------------------------------------------------------- */

.about-page .box-01 {
	margin: 20px 0 30px;
	background: url(../img/about/box-bg-01.png) 480px bottom no-repeat;
}
.about-page .box-01 .inner {
	padding-left: 80px;
}
.about-page .box-01 .ttl-01 {
	width: 620px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 22px;
	color: #00a040;
}
.about-page .box-01 .ttl-01 strong {
	color: #c30d23;
	font-weight: normal;
}
.about-page .box-01 .ttl-02 {
	width: 350px;
	margin-bottom: 14px;
	font-size: 17px;
	line-height: 24px;
	color: #00a040;
	text-align: center;
	padding: 6px 0;
	border: solid 1px #00a040;
	border-radius: 12px;
}
.about-page .box-01 p {
	padding-bottom: 18px;
}
.about-page .box-01 p:last-child {
	padding-bottom: 0;
}
.about-page .box-01 .col-01 {
	padding-bottom: 10px;
}

.about-page .box-02 {
	background: url(../img/about/box-bg-02.png) right bottom no-repeat;
	page-break-before: always;
}
.about-page .box-02 .inner {
	padding-left: 80px;
}
.about-page .box-02 h2 {
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	background-color: #fff462;
	color: #000;
	margin-bottom: 20px;
}
.about-page .box-02 p {
	padding-bottom: 22px;
}

/* -------------------------------------------------------
    member
   ------------------------------------------------------- */

.member-page .tbl-wrap {
	padding: 10px 0 30px;
}
.member-page .tbl-wrap table {
	width: 746px;
	margin: 0 auto;
	border-collapse: collapse;
}
.member-page .tbl-wrap th,
.member-page .tbl-wrap td {
	font-weight: normal;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 4px 8px;
	border: solid 1px #333;
}
.member-page .tbl-wrap th:nth-child(2),
.member-page .tbl-wrap td:nth-child(2) {
	text-align: center;
}

.member-page .btm-wrap {
	text-align: center;
}

.company-close {
	font-size: 14px;
	text-align: right;
	padding: 30px 30px 10px;
}
.company-close a {
	color: #00a0e9;
}

.member-page .company-cont {
	width: 707px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.member-page .company-cont .img {
	text-align: center;
	padding-top: 30px;
}

.member-page .company-cont .box-01 {
	padding-top: 20px;
}
.member-page .company-cont .box-01 h1 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 10px;
}
.member-page .company-cont .box-01 p {
	font-size: 16px;
	line-height: 23px;
}

.member-page .company-cont .box-02 {
	padding-top: 20px;
	width: 707px;
	overflow: hidden;
}
.member-page .company-cont .box-02 div {
	float: left;
	width: 380px;
}
.member-page .company-cont .box-02 div h4,
.member-page .company-cont .box-02 div p {
	font-size: 15px;
	line-height: 21px;
}
.member-page .company-cont .box-02 div h4 {
	color: #172a88;
	font-weight: bold;
}
.member-page .company-cont .box-02 div p strong {
	color: #172a88;
	font-weight: normal;
}
.member-page .company-cont .box-02 table {
	float: right;
	width: 290px;
	margin: 0 4px 4px 0;
	border-collapse: collapse;
	border: solid 1px #999;
	box-shadow: 2px 2px 2px #666;
}
.member-page .company-cont .box-02 th,
.member-page .company-cont .box-02 td {
	text-align: left;
	font-weight: normal;
	padding: 0 6px;
}
.member-page .company-cont .box-02 th {
	padding-top: 4px;
}
.member-page .company-cont .box-02 td {
	padding-bottom: 4px;
	font-size: 16px;
	line-height: 24px;
	border-bottom: solid 1px #999;
}

/* -------------------------------------------------------
    article
   ------------------------------------------------------- */

.article-page .article {
	padding: 10px 0 40px;
}
.article-page .article .img-area {
	width: 780px;
	overflow: hidden;
	margin-bottom: 24px;
}
.article-page .article .img-area h4 {
	font-size: 14px;
	margin-bottom: 14px;
}
.article-page .article .txt-area {
	width: 780px;
	overflow: hidden;
}
.article-page .article .txt-area h3 {
	font-size: 21px;
	line-height: 31px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.article-page .article .txt-area p {
	width: 376px;
	font-size: 14px;
	line-height: 24px;
}
.article-page .article .txt-area .left-cont {
	float: left;
}
.article-page .article .txt-area .right-cont {
	float: right;
}

.article-page .list {
	padding: 20px 0 30px;
}
.article-page .list ul {
	width: 680px;
	margin: 0 auto;
	border-top: solid 1px #333;
}
.article-page .list li {
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border-bottom: solid 1px #333;
}

/* -------------------------------------------------------
	clearfix
   ------------------------------------------------------- */

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

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

