@charset "utf-8";

@import url("init.css");

@import url("common_init.css");

div#head_img {
	width: 860px;
	height: 276px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	/*
	z-index: 1;
	*/
}

div#idea {
	font-size: 75%;
	width: 260px;
	height: 360px;
	white-space: nowrap;
	float: left;
	padding: 15px 30px 10px 10px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../img/idea.png);
	background-repeat: no-repeat;
	background-position: center;
}

h2 {
	display: block;
	height: 19px;
	background-image: url(../img/tab_h33px.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px 0 0 0;
	padding: 7px 0 7px 20px;
	font-size: 1.3em;
	color: #666;
	font-style: Geneva, Arial, Helvetica, "Metro Normal", sans-serif;
	border-right: solid 2px #ddd;
}

/*ピックアップコンテンツ全体*/
div#links {
	width: 540px;
	height: 170px;
	float: right;
	padding: 15px 20px 10px 0px;

}

/*リンク画像*/
div#links div.linkimg {
	float: left;
	margin: 10px 10px 0px 0;
}

/*ニュース枠全体*/
div#news {
	width: 540px;
	height: 230px;
	float: right;
	padding: 0 20px 0 0;
}

/*ニューススクロール枠*/
div#newsbox {
	font-size: 75%;
	white-space: normal;
	overflow: scroll;
	padding: 0px 0px 10px 10px;
	width: 520px;
	height:150px;
	margin: 15px -70px 15px 10px;
	text-align: left;
}

/*各ニュース*/
div#newsbox dl {
	width: auto;
	height: auto;
	margin: 5px 0 10px 0;
	padding: 0px 15px 0px 0;
	
}

/*ニュースの日付*/
div#newsbox dt{

	float: left;
	margin: 0 0em 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Metro Normal";
	font-size: 165%;
	color: #ffa89f;
	width: 100px;
	height: 25px;
	vertical-align: middle;
}
	

div#newsbox dd{
	font-size: 150%;
	line-height: 1.8;
	margin: 0 0 10px 100px;
	width: 380px;
}

div#newsbox dd a {
	border-bottom: solid #ffb0cd 1px;
}

div#newsbox p a:hover {
	color: #FF6600;
}
