@charset "utf-8";
/* CSS Document */

/*---------------------------------------------

TotalStyleSheet
----------------------------------------------*/
html {
	overflow-y:auto;
	overflow-x:hidden;
}

body {
	padding:0px;
	margin:0px;
	color: #000;
	text-align: center;
	background-color: #fff;
	font-family:sans-serif;
	background-image:url(../unionimages/BG_Header.png);
	background-repeat:repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/*-------------------------------------------

Header

---------------------------------------------*/
#Header {
	margin-left:auto;
	margin-right:auto;
	width:946px;
	height:28px;
	}
	
h1, h2, h3, h4, h5 {	
	margin:0px;
	padding:0px;
	}
	
#Header h1 {
	position: absolute;
	text-indent: -9999px;
	}
	
#Header h2 {
	font-size:80%;
	color:#362F27;
	text-align:left;
	padding:7px 0px 0px 0px;
	}
	
/*---------------------------------------------

MainImage etc..

----------------------------------------------*/
#MainBlock {
	background-image:url(../unionimages/MainImageBG.png);
	background-repeat:no-repeat;
	padding:0px 42px 0px 657px;
	width:331px;
	min-height:444px;
	margin-left:auto;
	margin-right:auto;
	}

/*-- Tel --*/
#MainBlock .TelBlock {
	background-image:url(../unionimages/BG_TelBlock.png);
	background-repeat:no-repeat;
	width:331px;
	height:57px;
	display:block;
	margin-top:7px;
	margin-bottom:17px;
	}
	
#MainBlock .TelBlock span {
	display:none;
	}
	
#MainBlock .TelBlock h3 {
	position: absolute;
	text-indent: -9999px;
	}
	
/*-- Map --*/
#MainBlock .TelBlock .map {
	padding:10px 0px 9px 215px;

}
#MainBlock .TelBlock .map a {
	background-image: url(../unionimages/BTN_Mapoff.png);
	width:110px;
	height:38px;
	display:block;
}

#MainBlock .TelBlock .map a:hover {
	background-image: url(../unionimages/BTN_Mapon.png);
	width:110px;
	height:38px;
	display:block;
}

/*-- Calender --*/
#MainBlock .calender {
	width:286px;
	height:336px;
	display:block;
	margin-right:35px;
	margin-left:12px;
	}
	
#MainBlock .calender h4 {
	background-image:url(../unionimages/Subtit_001.png);
	background-repeat:no-repeat;
	width:285px;
	height:26px;
	display:block;
}

#MainBlock .calender span {
	display:none;
	}
	
#MainBlock .calender iframe {
	margin:0px;
	border:none;
	}
	
/*-------------------------------------------

Body

---------------------------------------------*/
#BodyBlock {
	margin-left:auto;
	margin-right:auto;
	width:894px;
	padding: 18px 58px 0px 48px;
	}
	
	
.entry {
	width:283px;
	height: auto;
	float:left;
/*	background-color:#FFCCCC;*/
	}
	
.entry02 {
	width:283px;
	height: auto;
	float:left;
/*	background-color:#FFCCCC;*/
	margin-left:22px;
	}
	
.entry02  iframe {
	margin:0px;
	border:none;
	}
	
	
.introduction {
	background-image:url(../unionimages/Subtit_002.png);
	width:283px;
	height:26px;
	display:block;
	margin-bottom:10px;
}

.guideline {
	background-image:url(../unionimages/Subtit_003.png);
	width:283px;
	height:26px;
	display:block;
	margin-bottom:10px;
}

.news {
	background-image:url(../unionimages/Subtit_004.png);
	width:283px;
	height:26px;
	display:block;
	margin-bottom:10px;
}


.entry02 span {
	display:none;
	}
	
.entry span {
	display:none;
	}
	
	/* 本文
------------------------------------------ */
.entryBody { /* clearfix */
	width: 280px;
	text-align:left;
}
.entryBody p {
	margin: 0 0 1em;
}

/* 画像
------------------------------------------ */
.entryBody img.imgL { /* 左寄せ */
	float: left;
	margin: 3px 10px 10px 0;
	padding: 3px;
	border: 1px solid #eee;
}
.entryBody img.imgR { /* 右寄せ */
	float: right;
	margin: 3px 0 10px 15px;
}

.entryBody img.imgR02 { /* 右寄せ */
	float: right;
	margin: 3px 0 10px 15px;
}
.entryBody img.imgL,
.entryBody img.imgR { /* 枠線 */
	padding: 5px;
	border: 1px solid #dedfd8;
}

.entryBody img.imgR02 { /* 枠線 */
	padding: 5px;
}

/* テーブル
------------------------------------------ */
table.basicTable {
	width: 280px;
	border-right: 1px solid #dedfd8;
	border-bottom: 1px solid #dedfd8;
	text-align:left;
	margin-bottom:10px;
}
table.basicTable th,
table.basicTable td {
	padding: 4px;
	font-size:85%;
	text-align:left;
	border-top: 1px solid #dedfd8;
	border-left: 1px solid #dedfd8;
}
table.basicTable .styleA {
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
	background-color: #fbfae0;
}

/*---------------- 時間 --------------------------------*/

ul.time {
	text-align:left;
	width:270px;
}
li.timezone {
	background-image: url(../unionimages/Icon_Time.png);
	background-repeat:no-repeat;
	padding:1px 0px 3px 20px;
	line-height:150%;
	}
	
	
/*---------------- 資格 --------------------------------*/

ul.file {
	text-align:left;
	width:270px;
}
li.filezone {
	background-image: url(../unionimages/Icon_file.png);
	background-repeat:no-repeat;
	padding:0px 0px 3px 16px;
	line-height:150%;
	}
	



/*------------------------------------------------------

Footer

--------------------------------------------------------*/
#footer {
	width:100%;
	background-color:#efefef;
	height: auto;
	margin-top:50px;
	}
	
.LinkBlock {
	width:946px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-bottom:10px;
	padding-top:20px;
	}
	
.Copyright {
	width:250px;
	height:20px;
	margin-top:8px;
	display:block;
	background-repeat:no-repeat;
	float:left;
	background-image: url(../unionimages/copyright.png);
}


.Copyright span {
	display:none;
	}

.LinkBox {
	height:auto;
	text-align:left;
	width:211px;
	padding:3px;
	float:left;
}

/*---------------- リンク ---------------------------*/
.LinkBlock dl {
	width:195px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	}

.LinkBlock dl dt {
	font-size:85%;
	height:15px;
	width:190px;
	display:block;
	line-height:150%;
}

.LinkBlock dl dd {
font-size:85%;
width:190px;
display:block;
margin-bottom:9px;
padding:4px 0px 0px 0px;
}

.LinkBlock dl dd a {
	color:#999999;
	text-decoration:none;
	}
.LinkBlock dl dd a:hover{
	color:#666666;
	text-decoration:underline;
	}

	
/*-----------------------------------------------------

Clearfix

--------------------------------------------------------*/
#BodyBlock,
.entryBody {
	_height: 1px;
	min-height: 1px;/* */
}
#BodyBlock:after,
.entryBody:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;/* */
}
