@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
html { _filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
#bg {
	width:920px;
	padding-bottom:15px;
	background-image: url(../imgs/bg.gif);
}
#bg img {
	border:0;
	vertical-align: bottom;
}
#bgIn {
	padding:0px 0px 0px 5px;
}
body {
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.pageTop {
	clear:both;
	text-align:right;
	font-size:12px;
	padding:5px 15px 15px 0px;
	margin:0px;
}

/*-----------------------------------------------------
CONTAINER
-------------------------------------------------------*/
div#container {
	width:960px;
	margin: 0 auto;
	text-align: left;
}

/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/

div#content {
	width:920px;
	padding:20px 18px 20px 22px;
}
div#content img {
	vertical-align:bottom;
}


/*-----------------------------------------------------
CONTENT HEADER
-------------------------------------------------------*/
div#contentHeader {
	width:920px;
	overflow:hidden;
}

/*-----------------------------------------------------
BREADCRUMBS
-------------------------------------------------------*/
ol#breadCrumbs {
	float:left;
	width:400px;
	padding:0px;
	margin:3px 0 0 0;
	overflow:hidden;
	list-style:none;
}
ol#breadCrumbs li {
	float:left;
	padding:0px;
	margin:0 0 0 2px;
	font-size:10px;
}

ol#breadCrumbs li.active {
	color:#203674;
	font-weight:bold;
}
ol#breadCrumbs li a {
	padding:0 2px 0 0;
}

ol#breadCrumbs li a:link,
ol#breadCrumbs li a:visited {
	color:#658ACD;
}
ol#breadCrumbs li a:hover {
}
p.back{
	float:left;
/* 	position:relative;
	margin:3px 0 0 -150px; */
	margin:3px 0 0 0;
}

/* wrap */

#mainContents{
	margin:5px auto;
	padding:15px 0px;
	background-color: #e60012;	
}
#baseBox {
	width:920px;
	margin:0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	padding-bottom:20px;
}

/*-----------------------------------------------------
CONTENT BOTTOM
-------------------------------------------------------*/
div#contentBottom {
	clear:both;
	width:920px;
	padding:30px 0 0 0;
	font-size:10px;
	text-align:center;
}

div#contentBottom a {
	padding:0 2px;
}
div#contentBottom a:link,
div#contentBottom a:visited {
	color:#C44300;
}
div#contentBottom a:hover {
	color:#A47406;
}
/* areanavi */

#areaNavi {
	width:350px;
	height: 50px;
	margin: 0 auto;
}

#areaNavi ul {
	width:839px;
	height: 50px;
	background:url(../images/bg_navi.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:0px;
	margin: 0px;
}

#areaNavi ul li {
	display: block;
	padding: 0px;
	margin:0px;
	height: 41px;
	float: left;
	text-indent: -9999px;
}

/*-----------------------------------------------------
-------------------------------------------------------*/
#title {
	background-image: url(../imgs/title.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 920px;
	z-index:3;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#title span {
	position:relative;
	z-index:-1;
}


#boxTab {
	background-image: url(../imgs/bg_tab.gif);
	background-repeat: repeat-x;
	height: 63px;
	width: 920px;
	margin-bottom:18px;
}
#boxTab ul {
	padding:0px;
	margin:0px;
}
#boxTab li {
	float:left;
	padding:0px;
	margin:0px;
}


.boxArea1 {
	float:left;
	width:438px;
	height:450px;
	background:#F3F3F3;
	border:1px solid #999;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 0px 0px 10px;
	_display:inline;
}
.boxArea1 h2 {
	z-index:3;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.boxArea1 h2 span {
	position:relative;
	z-index:-1;
}
.boxArea2 {
	float:left;
	width:438px;
	height:430px;
	background:#F3F3F3;
	border:1px solid #999;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 0px 0px 10px;
	_display:inline;
}
.boxArea2 h2 {
	z-index:3;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.boxArea2 h2 span {
	position:relative;
	z-index:-1;
}
.boxArea3 {
	float:left;
	width:438px;
	height:175px;
	background:#FFFFFF;
	border:1px solid #999;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:20px 0px 0px 10px;
	_display:inline;
}
.boxArea3 h2 {
	z-index:3;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.boxArea3 h2 span {
	position:relative;
	z-index:-1;
}
.boxArea4 {
	float:left;
	width:438px;
	height:480px;
	background:#F3F3F3;
	border:1px solid #999;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 0px 0px 10px;
	_display:inline;
}
.boxArea4 h2 {
	z-index:3;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.boxArea4 h2 span {
	position:relative;
	z-index:-1;
}
#titArea1 {
	background-image: url(../imgs/tit1.gif);
	background-repeat: no-repeat;	height: 51px;
	width: 438px;
}
#titArea2 {
	background-image: url(../imgs/tit2.gif);
	background-repeat: no-repeat;	height: 51px;
	width: 438px;
}
#titArea3 {
	background-image: url(../imgs/tit3.gif);
	background-repeat: no-repeat;	height: 51px;
	width: 438px;
}
#titArea4 {
	background-image: url(../imgs/tit4.gif);
	background-repeat: no-repeat;	height: 51px;
	width: 438px;
}
#titArea5 {
	background-image: url(../imgs/tit5.gif);
	background-repeat: no-repeat;	height: 51px;
	width: 438px;
}
#titArea6 {
	background-image: url(../imgs/tit6.gif);
	background-repeat: no-repeat;	height: 51px;
	width: 438px;
}
#titArea7 {
	background-image: url(../imgs/tit7.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 438px;
}
.mapArea {
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.boxJikan {
	width:420px;
	margin:0px 0px 0px 10px;
}
.boxJikanIn {
	border:1px solid #cccccc;
	background-image: url(../imgs/bg_jikan.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.boxJikanIn dl {
	padding:0px;
	margin:0px;
}
.boxJikanIn dt {
	float:left;
	width: 138px;
	padding:0px;
	margin:0px;
}
.boxJikanIn dd {
	float:left;
	width:280px;
	background-color:#FFF;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.boxJikanIn ul {
	background-color:#FFF;
	padding:9px 0px 5px 0px;
	margin:0px;
	display:block;
}
.boxJikanIn li {
	width:270px;
	background-image: url(../imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:12px;
	line-height:16px;
	color:#444444;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0px 0px 7px 0px;
}
.boxJikanIn li a {
	float:left;
	background-color:#FFF;
	background-image: url(../imgs/sikaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 10px 0px 13px;
}
.boxJikanIn li span {
	float:right;
	width:70px;
	background-color:#FFF;
	padding:0px 0px 0px 10px;
}
.boxArea3 ul {
	padding:10px 30px 0px 30px;
	margin:0px;
}
.boxArea3 li {
	background-image: url(../imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:12px;
	line-height:16px;
	color:#444444;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0px 0px 7px 0px;
}
.boxArea3 li span  {
	float:left;
	background-color:#FFF;
	background-image: url(../imgs/sikaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 10px 0px 13px;
}
.boxArea3 li a {
	float:right;
	background-color:#FFF;
	padding:0px 0px 0px 10px;
}
.img7 {
	float:right;
	width:340px;
	padding:0px;
	margin:10px 20px 0 0;
}
