@charset 'euc-jp';

/* トップページ
///////////////////////////////////////////////////////////////////*/
/* フラッシュエリア-----------------　*/
#flash_area {
	position: absolute;
	top: 134px;
	left: 5px;
	width: 950px;
	height: 199px;
}
/* 「経済産業大臣賞」受賞-----------　*/
#flash_area #jyusyou {
	position: absolute;
	top: 6px;
	right: 12px;
}
#jyusyou a {
	display: block;
	width: 308px;
	height: 187px;
	background:url(../images/banner_jyusyou.jpg);
}
#jyusyou a:hover { background-position: 0px -187px;}
#jyusyou p{
	position: absolute;
	top: 80px;
	left: 15px;
	line-height:1.4;
}
#jyusyou a:hover{
	color:#333;
}

/* タイトル -------------------------------*/
#title_oshirase {
	background: url(../images/title_oshirase.gif);
}
/* お知らせエリア -------------------------*/
#oshirase_area {
	margin: 10px 10px 20px 10px;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}
#oshirase_area ul{
	margin: 0px;
}
#oshirase_area ul li{
	display: block;
	border-bottom: 2px dotted #999;
	padding: 2px 0 2px 5px;
	width: 630px;
}
#oshirase_area .date{
	padding-right: 20px;
	color: #0066CC;
	font-size: 15px;
	font-weight: bold;
}
/*もっと詳しく　-----------------　*/
#oshirase_area .kuwashiku a{
	display: block;
	float:right;
	margin-top:2px;
	margin-right:5px;
	width: 90px;
	height: 21px;
	background:url(../images/kuwashiku.gif) no-repeat;
}
#oshirase_area .kuwashiku a:hover { background-position: 0px -21px;}

/* メディアで取り上げられました -----------*/
#title_media {
	background: url(../images/title_media.gif);
}
/* メディアエリア -------------------------*/
#media_area {
	margin: 10px 10px 10px 20px;
}
#media_area p {
	margin:  5px 0px 0px 0px;
	line-height:1.2;
}
#media_area .media {
	float:left;
	margin-right:10px;
	width:152px;
}
#media_area .title {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #0066CC;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#media_area .link a {
	padding-left: 16px;
	color: #333;
	background: url(../images/maru_s_blue.gif) no-repeat 0 0.05em;
}
#media_area .link a:hover {
	color: #333;
	background: url(../images/maru_s_orange.gif) no-repeat 0 0.05em;
	text-decoration:underline;
}
#media_area .small {
	font-size: 12px;
	margin-left:16px;
}