@charset "utf-8";
/* CSS Document */

.top_title {
	text-align:center;
	margin:0 0 10px;
}

.top_text {
	font-size:12px;
	line-height:150%;
	font-weight:bold;
	text-align:center;
}



.title {
	margin:30px 0 0;
}
.title img {
	display:block;
}




.news {
	background:#F9F9F9;
	border-left:solid 1px #E8E8E8;
	border-right:solid 1px #E8E8E8;
	border-bottom:solid 1px #E8E8E8;
	font-size:12px;
	line-height:150%;
}

.news dt {
	margin:0 15px 5px 15px;
	padding:15px 0 0 0;
	font-weight:bold;
}
.news dt.event:after {
	content:"　　　　　　　　";
	margin-left:10px;
	background:url(images/top/topics_1.jpg) no-repeat;
	background-position:left center;
}
.news dt.announcement:after {
	content:"　　　　　　　　";
	margin-left:10px;
	background:url(images/top/topics_2.jpg) no-repeat;
	background-position:left center;
}

.news dd {
	margin:5px 15px 0 15px;
	padding:0 0 15px;
	border-bottom:dotted 1px #CCC;
}
.news dd.end {
	margin-bottom:0;
	border:0;
}

.news dd a {
	display:block;
	text-decoration:none;
}
.news dd a:hover {
	text-decoration:underline;
}




.pickup {
	margin:25px 0 0;
}
.pickup:after {
	content:"　";
	font-size:1px;
	line-height:1px;
	clear:both;
	display:block;
}

.pickup li {
	display:block;
	width:365px;
	height:130px;
}
.pickup li a {
	display:block;
	padding:25px 0 0 115px;
	margin:0;
	font-size:70%;
	line-height:150%;
	color:#333;
	text-decoration:none;
}
.pickup li:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.pickup_01 {
	background:url(images/top/menu_01.jpg) no-repeat;
	float:left;
}
.pickup_02 {
	background:url(images/top/menu_02.jpg) no-repeat;
	float:right;
}
.pickup_03 {
	background:url(images/top/menu_03.jpg) no-repeat;
	float:left;
}
