/*#announ{
	height:50px;
	background-color:#FFF;
	padding:16px 0;
	margin-bottom:30px;
	text-align:center;
}*/


/*メイン画像*/
/* 　一度画像を全てを非表示にして、absoluteを指定して画像を重ねる */

#stage img{
	display:none;
	position:absolute;
}

/* 1枚目の画像だけを表示 */
#stage #img1{
	display:block;
}


h2{
	margin-top:30px;
}

#globalnav{
	margin-top:425px;
}


/*お知らせ*/


#info{
	width:540px;
	height:250px;
	border:2px solid #ae8057;
	background-color:#fff;
	overflow:auto;
	margin-top:14px;
	margin-bottom:40px;
	line-height:1.5;
	font-size:1.0em;
}


#info dt{
	margin-left:12px;
	margin-top:14px;
	color:#E56DBC;
}


#info dd{
	border-bottom:dotted 1px #ae8057;
	padding-bottom:14px;
	margin:0 12px 0;
}

#content_left .line{
	text-decoration:underline;
	font-weight:bold;
}

#goaisatsu{
	padding-bottom:20px;
}



/*トピック*/

.topic_box1{
	width:154px;
	background:url(../image/topick_green.png) no-repeat 0 0;
	float:left;
	margin-top:14px;
	padding:20px 18px 16px 102px;
	line-height:1.3em;
}

.topic_box2{
	background:url(../image/topick_blue.png) no-repeat 0 0;
	padding:20px 18px 16px 102px;
	line-height:1.3em;
	margin-bottom:12px;
}


.topic_box3{
	background:url(../image/topick_blue.png) no-repeat 0 0;
	padding:20px 18px 17px 102px;
	line-height:1.3em;
}

.topic_box_box{
	width:266px;
	float:right;
}

.topic_title{
	font-size:120%;
	letter-spacing:0.1em;
	margin-bottom:20px;
}

.more{
	margin:4px 0 0 36px;
}

.more img:hover{
filter:alpha(opacity=80);
opacity:0.7;
}

.topic_text{
	margin-bottom:36px;
}

a{
	color:#854e38;
	font-size:13px;
	line-height:1.6;
	text-decoration:underline;
}

a:hover{
	color:#E56DBC;
}

#big{
	padding:20px 70px;
	margin-bottom:20px;
	border:solid 2px #ae8057;
	font-size:200%;
	background-color:#FFF;
}
