/* ANNOUNCEMENT */


#announcement {
	height: 354px;
	width: 900px;
	z-index: 1;
}
#announcement-inner {
	background-repeat: no-repeat;
	height: 354px;
	width: 900px;
	z-index: 1;
	background-image: url(../images/announcement_bg.png);
	position: relative;
	margin-bottom: 18px;
	display: none;
}
#announcement-inner li a {
	display:block;
	width:204px;
	height:42px;
}
#announcement-inner li#announcement_hair a {
	height:48px;
}
#announcement-inner li#announcement_school a {
	height:54px;
}
#announcement-inner .navi {
	position: absolute;
	top: 0;
	left: 0;
	z-index:30;
	width: 204px;
	height: 284px;
}
#announcement-inner .navi-image {
 	position: absolute;
	top: 36px;
	left: 2px;
	z-index:20;
	width: 884px;
	height: 284px;
	overflow: hidden;
}

#announcement-inner .navi-image a {
	display:block;
}
#announcement-inner .navi-image a {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#announcement-inner .navi-image a.active {
	z-index:10;
}
#announcement-inner .navi-image a.last-active {
	z-index:9;
}
#twitter {
	background-image: url(../images/twitter_bg.png);
	background-repeat: no-repeat;
	height: 196px;
	width: 295px;
	position: relative;
	float: left;
	margin-left: 8px;
}
#interview {
	float: right;
	width: 582px;
	margin-right: 8px;
}
#information {
	background-color: #E2E9F7;
	background-image: url(../images/information_bg.png);
	width: 704px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 8px;
	height: 380px;
	display: none;
}
#information h3 a{
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
}
#information #information-news h3 {
	background-color: #78422A;
}
#information #information-campaign h3 {
	background-color: #2C4A70;
}
#information #information-event h3 {
	background-color: #4B7840;
}
#information #information-media h3 {
	background-color: #A4447C;
}
#information div {
	float: left;
	width: 166px;
	margin-right: 10px;
}
#information div#information-media {
	margin-right: 0px;
}
.feed dl {
	margin-bottom: 10px;
	background-color: #FFF;
	height: 60px;
	padding: 8px;
	overflow: hidden;
}
.feed dt {
	font-size: 77%;
	color: #085B8B;
}
.feed dd {
	font-size: 77%;
	line-height: 1.3em;
	overflow: hidden;
}
#pr {
	width: 160px;
	float: right;
	margin-right: 8px;
}
#pr li {
	margin-bottom: 10px;
}
#pr li a img {
	border: 10px solid #E2E9F7;
	height: 140px;
	width: 140px;
}
#pr li a:hover img {
	border: 10px solid #A4AFD7;
}



* html html{
	height:100%;
	overflow:hidden;
}
* html body{
	height:100%;
	width:100%;
}
* html #twitter {
	margin-left: 4px;

}
* html #interview {

	margin-right: 4px;
}
* html #information div {
	overflow: hidden;
}
* html #information {
	height: 370px;
	background-image: none;
	margin-left: 4px;
}
* html #pr {
	margin-right: 4px;
}

