@charset"Shift_JIS";
@import "common.css";
/* ------------------------------------------------
  GreenTecグリーンテック　Toppage css
  2008.5/20 arcphilia.inc
--------------------------------------------------*/

/* 1.トップレイアウト --------------*/

/* トップメイン画像--------*/
#toppage h2{
	clear:both;
	background:url(../images/top_main.jpg) no-repeat;
	width:820px;
	height:245px;
}
#toppage .main-image{
	text-indent:-9999px;
}

/* お知らせ--------*/
#toppage #top-information_box{
	float:left;
	width:614px;
}

#toppage #top-information_box h3 {
	text-indent:-9999px;
	background-image:url(../images/information-title.jpg);
	background-repeat:no-repeat;
	width:614px;
	height:30px;
}

#toppage #top-information_box table {
	width:100%;
	line-height:159%;
	font-size:12px;
}
#toppage #top-information_box table th,
#toppage #top-information_box table td {
	vertical-align:top;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#D7CEBF 1px dotted;
}
#toppage #top-information_box table th {
	width:94px;
	padding-left:14px;
	color:#051815;
}
#toppage #top-information_box table td {
	width:492px;
	padding-right:14px;
}

#toppage #top-information_box #top-information-past {
	float:right;
	width:132px;
	background-image:url(../images/past_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
	margin-top:3px;
	margin-bottom:10px;
}

/* バナー--------*/
#toppage #top-banner_box {
	float:right;
	width:188px;
	padding-right:10px;
}
#toppage #top-banner_box p {
	background-image:url(../images/banner-bg.jpg);
	background-repeat:repeat;
	padding:5px;
}