@charset "utf-8";
/* CSS Document */
#topimg{
	width:540px;
	height:200px;
	text-align:left;
	position:relative;
}

/* slideshow area */
#slideshow img { position:absolute; top:0; left:0; z-index:1;dislpay:none; }
#slideshow img.active { z-index:3;display:block; }
#slideshow img.last-active { z-index:2;display:block; }

#slideshow{
	z-index:1;
	height:200px;
}


#main{
	padding:10px 0 20px 0;
}
#side ul#bnrlist li{
	padding:0 0 3px 0;
}


#newsttl{
	background:url(../../img/icon_girl01.png) 445px 8px no-repeat;
	padding:30px 0 10px 0;
	position:relative;
	border-bottom:1px dotted #AAA;
}
#newsttl h2{
	vertical-align:middle;
	margin:0;
	padding:0;
	font-size:10px;
}
#newsttl .backnumber{
	position:absolute;
	top:26px;
	left:100px;
}

#newsArea{
	height:249px;
	overflow:auto;
	padding:15px;
	border-bottom:1px dotted #AAA;
}
#newsArea ul li{
	margin-left:80px;
	padding:0 0 10px 0;
	line-height:1.6;
}
#newsArea ul li .date{
	display:inline-block;
	width:100px;
	vertical-align:top;
	margin-left:-90px;
	padding:0 0 0 49px;
	background:url(../img/icon_info.png) 0 2px no-repeat;
	line-height:1.6;
  letter-spacing: -3px;
}
#newsArea ul li .newstxt{
	width:350px;
	display:inline-block;
	line-height:1.6;
}


#kyousai{
	background:url(../../img/bg_kyousai.png) 0 0 no-repeat;
	padding:26px 0 2px 60px;
}
#kyousai ul li{
	padding:0 0 7px 0;
}
#kyousai ul li a{
	font-size:9px;
	line-height:1;
}
#kyousai ul li img{
	vertical-align:top;
}


/* ===================================================== */
/* CLEAR */
/* ===================================================== */
/*----------------------*/
#main{
	min-height:1%;
}
#main:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html #main{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*#main:after{
	content: ".";
}

