@charset "utf-8";
/* CSS Document */

/* reset css */

body {
	background: url(../images/page/bg-img.jpg) top center repeat-x;
	font: normal 90%  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

a:link    {color: #36c;background-color: transparent;text-decoration: underline;}
a:visited {color: #36c;background-color: transparent;text-decoration: underline;}
a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
a:active  {color: #f60;background-color: transparent;text-decoration: underline;}

h1 {margin: 0;padding: 0;}
h2 {display: none;}
h3 {margin: 0;padding: 0;}
h4 {margin: 0;padding: 0;}
h5 {margin: 0;padding: 0;}
h6 {margin: 0;padding: 0;}

img {
	border: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
table {
	_font-size: 90%; /* ie6 */
}

/* ※※※※※※　各領域定義　※※※※※※ */

#wrap {
	margin: 0 auto;
	width: 980px;
}

/* clearfix */
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}


/*	header
=================================================================== */
header {
	background-image: url(../images/page/header-foot.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFF;
}
#areaHeader {
	margin: 0 auto;
	width: 980px;
}
#areaHeader h1 {
	float: left;
	font-size: 200%;
	font-weight: normal;
	padding: 21px 0 23px 50px;
	width: 400px;
}
#areaHeader h1 a {
	color: #FFF;
	text-decoration: none;
}
#areaHeader #headerAdd {
	float: right;
	padding: 25px 45px 0 0;
	letter-spacing: .3px;
	line-height: 125%;
	text-align: right;
	min-width: 300px;
}
#areaHeader #headerAdd .tel {
	font-size: 115%;
}


/*	contents
=================================================================== */
/* main */
#main {
	background-color: #FFF;
	float: right;
	width: 724px;
}
#main #topImg img {
	vertical-align: bottom;
}

/* h group */
h3.h3about {
	background: url(../images/page/bg_h3about.png) top left no-repeat;
	color: #2A8794;
	margin-bottom: 15px;
	padding: 18px 0 18px 70px;
}
h3.h3news {
	background: url(../images/page/bg_h3news.png) top left no-repeat;
	color: #2A8794;
	margin-bottom: 15px;
	padding: 18px 0 18px 70px;
}
h3.h3newsred {
	background: url(../images/page/bg_h3news.png) top left no-repeat;
	color: #dc143c;
	margin-bottom: 15px;
	padding: 18px 0 18px 70px;
}

h3.h3event {
	background: url(../images/page/bg_h3event.png) top left no-repeat;
	color: #2A8794;
	margin-bottom: 15px;
	padding: 18px 0 18px 70px;
}

h4 {
	background: url(../images/page/dot.png) 0 3px no-repeat;
	color: #EB1C24;
	font-size: 110%;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 8px;
}
h4 span {
	color: #333;
	display: block;
	font-size: 90%;
}

/* main text */
.txtWrap {
	min-height: 850px;
	margin: 25px 30px 0 25px;
}
.mainTxt {
	margin: 0 10px 0 65px;
}
/* sub */
#sub {
	float: left;
	width: 254px;
}
#sub #g-navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub #g-navi ul li {
	clear: left;
}
#sub #g-navi ul li a {
	display: block;
	width: 254px;
	height: 104px;
	float: left;
	overflow: hidden;
}
#sub #g-navi ul li img {
	border: none;
}
#sub #g-navi ul li a:hover img {
	margin-top: -104px;
}
#sub #g-navi ul li.current {
	margin: 0;
	padding: 0;
}
#sub #g-navi ul li.current img {
	vertical-align: bottom;
}

/* side link */

#sub section#sideLink {
	background: url(../images/page/bg-sidemenu.png) top left no-repeat;
	height: 600px;
	margin: 30px auto 20px;
	width: 200px;
}
#sub #ulSide {
	list-style-type: none;
	margin: 0 20px;
	padding: 10px 0 0;
	text-align: center;
}
#sub #ulSide li {
	border-bottom: 1px dotted #FFF;
	font-size: 10px;
	padding: 13px 0;
}
#sub #ulSide li.liLast {
	border-bottom: none;
}
#sub #ulSide li a {
	color: #5b7678;
	text-decoration: none;
}
#sub #ulSide li a:hover {
	opacity: .5;
}
#sub p.sideTit {
	margin-left: 25px;
}
#sub #ulSidePDF {
	list-style-type: none;
	margin: 0 45px;
	padding: 0;
}
#sub #ulSidePDF li {
	margin: 3px 0;
}
#sub #ulSidePDF li a {
	color: #4e479a;
	text-decoration: none;
}
#sub #ulSidePDF li a:hover {
	opacity: .5;
}

/* page top */
.pageTop {
	padding: 50px 50px 0 0;
	text-align: right;
}
.pageTop img {
	vertical-align: bottom;
}

/*	footer
=================================================================== */
footer {
	background-color: #9DB867;
	font-size: 90%;
}
#footerMenu {
	background-color: #CCE0BB;
}
#footerMenu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 980px;
}
#footerMenu li {
	border-right: 1px solid #9DB867;
	display: inline;
	padding: 0 20px;
	text-align: center;
}
#footerMenu li.liLast {
	border-right: none;
}
#footerMenu li a {
	color: #63AD2E;
	text-decoration: none;
}
#footerAdd {
	color: #FFF;
	line-height: 25px;
	padding: 15px 0 20px;
	text-align: center;
	margin: 0 auto;
	width: 980px;
}

/*	top
=================================================================== */
.comment {
	margin: 10px 0;
}
.comment .commentL {
	float: left;
	width: 20%;
}
.comment .commentL img {
	vertical-align: middle;
}
.comment .commentL span {
	display: block;
	text-align: center;
	width: 100%;
}
.comment .commentR {
	float: right;
	margin-right: 30px;
	width: 72%;
}

/*	about
=================================================================== */
li span.title {
	display: inline-block;
	text-align: left;
	width: 130px;
}
li span.time {
	display: inline-block;
	text-align: right;
	width: 130px;
}
dl.dlE {
	margin: 0;
	padding: 0;
}
dl.dlE dt {
	border-left: solid 8px #CFE1A5;
	clear: left;
	float: left;
	margin: 0 0 10px;
	padding: 5px 3px 5px 5px;
	width: 20%;
}
dl.dlE dd {
	margin-left: 10em;
	margin-bottom: 10px;
	padding: 5px 3px;
	width: 72%;
}

.ulTime {
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 20px;
}
.ulTime>li {
	margin-bottom: 10px;
}
.ulTime ul {
	margin: 0;
	padding: 0 0 0 1.2em;
}
.ulTime .ulTimeDec {
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 0 40px;
}

.gMap {
	border: 1px solid #CCC;
}
.gMap iframe {
	height: 300px;
	margin: 0;
	padding:0;
	vertical-align: bottom;
	width: 100%;
}
#photos {
	margin: 15px 0;
}
#photos img {
	vertical-align: bottom;
}
#photos .photoL {
	float: left;
	width: 50%;
}
#photos .photoR {
	float: right;
	width: 50%;
}
/*	event
=================================================================== */
.schedule {
	margin: 10px 0;
}
.schedule h5.h5schedule {
	color: #2A8794;
	font-size: 100%;
	padding: 5px 0;
}
.schedule .thEvent {
	border: 1px solid #69CADB;
	border-collapse: collapse;
	width: 100%;
}
.schedule .thEvent thead {
	border-bottom: 1px solid #69CADB;
	background-color: #DCFCFF;
}
.schedule .thEvent th {
	border-right: 1px solid #69CADB;
	vertical-align: top;
}
.schedule .thEvent th,
.schedule .thEvent td {
	border-bottom: 1px dotted #69CADB;
	padding: 5px;
}
.eventBox {
	margin: 10px 0;
}
.eventBox h5 {
	border-top: 1px dotted #3F67B9;
	border-bottom: 1px dotted #3F67B9;
	color: #3F67B9;
	font-size: 100%;
	padding: 5px 0;
	margin-bottom: 5px;
}
.eventBox h5 span {
	color: #3B508B;
	padding-right: 1em;
}

/* ※※※※※※　class定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0;
	padding: 0;
}
/* japanese  */
.jpara {
	text-indent: 1em;
}
.jpara2 {
	margin-left: 1em;
}
/* block */
.setRight {
	float: right;
	display: block;
}
.setLeft {
	float: left;
	display: block;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
/* text */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.fBold {
	font-weight: bold;
}
.pointBlack {
	font-size: 110%;
	font-weight: bold;
}
.fSmall {
	font-size: 80%;
}
.lineBlue {
	border-bottom: 1px solid #31C8FF;
}
.orangeBox {
	border: 1px solid #EB9C1B;
	margin: 10px 0;
	padding: 10px;
}
/* color */
.red {
	color: #ED0003;
}
/* space */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceTop50 {
	margin-top: 50px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
.spaceBottom15 {
	margin-bottom: 15px;
}
.spaceBottom50 {
	margin-bottom: 50px;
}
.spaceBottom100p {
	padding-bottom: 100px;
}
/* list */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}
/* table width */
.tdwidth5 {
	width: 5%;
}
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth35 {
	width: 35%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* table */
table.thBeige {
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 90%;
	width: 100%;
}
table.thBeige th {
	background-color: #eedcb3;
	border: 1px solid #CCC;
	font-weight: normal;
	padding: 8px;
}
table.thBeige td {
	border: 1px dashed #CCC;
	padding: 8px;
}


table.line-dot {
  border-collapse: collapse;
  border: none;
  font-size: 90%;
}
table.line-dot th {
	border-bottom: 1px dotted #CCC;
	font-weight: normal;
	padding: 8px;
}
table.line-dot td {
	border-bottom: 1px dotted #CCC;
	padding: 8px;
}

.noWrap {
  white-space: nowrap;
}
/* back to top */
.backToTop {
	font-size: 90%;
	margin: 10px 5px 5px 0;
	text-align: right;
}

.backToTop a:link    { text-decoration:none; }
.backToTop a:visited { text-decoration:none; }
.backToTop a:hover   { text-decoration:underline;}
.backToTop a:active  { text-decoration:none; }
