﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(content.css);

/*==================================================
	MAIN
==================================================*/
/*--------------------------------------------------
	見出し
--------------------------------------------------*/

#index h2,
#sub h1 {
	line-height: 25px;
	height: 80px;
	width: 290px;
	position: absolute;
	left: 0px;
	top: 27px;
}

.indexMain {
	width: 655px;
	position: relative;
	height: 335px;
}

.indexMain a {
	display: block;
	height: 135px;
	width: 140px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#index h4,
#sub h3 {
	line-height: 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	border-bottom: 2px solid #61AF9D;
	border-left: 10px solid #61AF9D;
	background: #666666;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}


/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/

.commonBox01 {
	margin-top: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 25px;
	clear: both;
	width: 605px;
	margin-right: 25px;
}

.indexLink {
	width: 625px;
	margin-top: 20px;
	margin-left: 25px;
	height: 290px;
}

.indexLink li {
	width: 293px;
	float: left;
	margin-right: 19px;
	height: 145px;
	display: block;
	/display:inline;
}

.indexLink .inl01 { background: url(../image/ind-link01-on.jpg) no-repeat; }
.indexLink .inl02 { background: url(../image/ind-link02-on.jpg) no-repeat; }
.indexLink .inl03 { background: url(../image/ind-link03-on.jpg) no-repeat; }
.indexLink .inl04 { background: url(../image/ind-link04-on.jpg) no-repeat; }

.indexLink span {
	display: block;
	background: url(../image/glo-icon01.gif) no-repeat 0px 3px;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 5px;
}

.indexLink span a {
	display: block;
	padding-left: 20px;
}

.indexLink span a:hover {	background: url(../image/glo-icon01-on.gif) no-repeat 0px 3px;}

#index h5 {
	clear: both;
	width: 615px;
	margin-right: 20px;
	margin-left: 20px;
}

.newsBox {
	width: 615px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	overflow: auto;
	height: 210px;
}

.newsBox table {
	width: 585px;
	font-size: 1.2em;
}

.newsBox th {
	font-weight: normal;
	vertical-align: baseline;
	padding: 15px 35px 15px 10px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCCCCC;
}

.newsBox td {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCCCCC;
}

#map{
	width:615px;
	height:350px;
	margin:20px 0 0 20px;
}