@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.news
	02.greet

====================================================================*/

/* -------------------------------------
   news
--------------------------------------*/

#news {
	margin-top: 28px;
	background: url(../../img/news.gif) no-repeat 0 0;
	width: 650px;
	height: 125px;
	overflow: scroll;
	overflow-x: hidden;
}

#news table {
	margin-left: 30px;
	width: 600px;
}
#ktHis1 .ktTh,
#ktHis1 .ktTd {
	padding-top: 1px;
	padding-bottom: 9px;
	vertical-align: top;
	line-height: 1.4;
	text-align: left;
}

#ktHis1 .ktTh{
	color: #ffffff;
	width: 145px;
	text-indent: -9999px;
}
#ktHis1 .ktTd {
	padding-left: 17px;
	background: url(../img/icon01.gif) no-repeat 0 4px;
}
#ktHis1 .ktTd strong {
	font-size: 14px;
	color: #e95f5f;
}
#ktHis1 .ktTd em { color: #379cd0;}


/* -------------------------------------
   greet
--------------------------------------*/

#greet {
	margin-top: 16px;
	margin-left: 28px;
	margin-bottom: 27px;
	background: url(../../img/h3_01.gif) no-repeat 0 0;
	width: 633px;
}
#greet h3 {
	display: block;
	height: 148px;
	text-indent: -9999px;
	overflow: hidden;
}
#greet p {
	margin-bottom: 12px;
	margin-left: 6px;
	padding-right: 35px;
	font-size: 14px;
}
#greet strong { color: #7cb911;}


/* -------------------------------------
   melit
--------------------------------------*/

#melit {
	margin: 15px auto;
	width: 600px;
	font-size: 10px;
}

.all,
.sun,
.eco {
	float: left;
	width: 195px;
	height: 163px;
}

.sun {
	margin-right: 6px;
	background: url(../../img/h3_03.gif) no-repeat 0 0;
}
.all {
	margin-right: 6px;
	background: url(../../img/h3_04.gif) no-repeat 0 0;
}
.eco { background: url(../../img/h3_05.gif) no-repeat 0 0;}

.reform {
	margin: -10px auto 0px auto;
	background: url(../../img/h3_08.gif) no-repeat 0 0;
	width: 597px;
	height: 158px;
}

.house {
	margin: 15px auto 40px auto;
	background: url(../../img/h3_06.gif) no-repeat 0 0;
	width: 597px;
	height: 158px;
}
.reform p,
.house p { margin: 0 10px 0 14px;}

.sun h3,
.all h3,
.eco h3,
.reform h3,
.house h3 {
	display: block;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
}

#melit ul {
	margin-top: 5px;
	margin-left: 15px;
	width: 165px;
	font-size: 10px;
}
#melit ul li {
	margin-bottom: 3px;
	padding-left: 16px;
	background: url(../img/icon02.gif) no-repeat 0 4px;
	font-family: Verdana, "lr SVbN", "Osaka|",sans-serif;
	font-size: 10px;
}
#melit ul li a {
	color: #4a4a4a;
	text-decoration: none;
}
#melit ul li a:hover {
	color: #db7304;
	text-decoration: underline;
}

.sun div.link,
.all div.link,
.eco div.link {
	float: right;
	padding-right: 12px;	
	width: 85px;
	height: 15px;
}
.sun div.link a,
.all div.link a,
.eco div.link a {
	display: block;
	width: 85px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
.sun div { margin-top: 15px;}

#melit div.link a:hover {
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=20);
}

#melit:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* -------------------------------------
   txt
--------------------------------------*/
.txt {
	margin: 10px auto;
	width: 595px;
}
.txt .txt_strong {
	color: #119ce4;
	font-weight:normal;
}

.txt p { margin-bottom: 15px;}
