@charset "utf-8";
/* CSS Document */

/* メインメージ
------------------------------------------- */
#mainimage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
	background-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}


/* コンテンツ
------------------------------------------- */
#container_wrap {
	margin: 0;
	padding: 0;
	width: 100%;
}

#container {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 950px;
}

#maincontents {
	margin: 0 30px 0 0;
	padding: 0;
	width: 700px;
	float : left;
}

/* ニュースリリース
------------------------------------------- */
#news {
	margin: 0;
	padding: 0;
	width: 700px;
}

#title_news {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 35px;
	background-image: url(../images/top/tit_news.png);
	background-repeat: no-repeat;
}

#title_news h2 {
	text-indent: -9999px;
	float : left;
}

#title_news .link {
	margin: 0;
	padding: 5px 15px 0 0;
	float: right;
	background-image: url(../images/common/arrow1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#title_news .link a {
	text-decoration: none;
	color: #333;
	border: none;
}

#title_news .link a:hover {
	text-decoration:underline;
	color: #FF6600;
	border: none;
}


.news_mass {
	margin: 0;
	padding: 10px 0 10px 10px;
	width : 690px;
	background-image: url(../images/common/hasen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float : left;
}

.news_mass .date {
	margin: 0 20px 0 0;
	padding: 0;
	width : 125px;
	float : left;
	font-weight: bold;
}

.news_mass .info {
	margin: 0;
	padding: 0;
	width : 545px;
	float : left;
	line-height: 1.5;
	vertical-align: top;
}

.news_mass .info a {
	text-decoration: none;
	color: #333;
	border: none;
}

.news_mass .info a:hover {
	text-decoration:underline;
	color: #FF6600;
	border: none;
}


/* サイドコンテンツ
------------------------------------------- */
#sidecontents {
	margin: -15px 0 0 0;
	padding: 0;
	width: 220px;
	float : left;
}

.banner {
	margin: 15px 0 0 0;
	padding: 0;
	float : left;
}

.banner .description {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	float : left;
	font-size: 85%;
}

.banner a {
	margin: 0;
	padding: 0;
	float : left;
}

.banner a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}