@charset "utf-8";
@import "import.css";
/* -----------------------------------------------------------
CSS Information
 File name:    index.css
 Date:         2012/02/27
 Style Info:   index
----------------------------------------------------------- */

/**--------------------------------------------------------------------------------------------------------------
		top
		index Setting
---------------------------------------------------------------------------------------------------------------*/

/*	topics
----------------------------------------------------*/
.topics{
	background:#fff;
	border:#d6d6d6 solid 1px;
	padding:10px 0;
	width:698px;
	height:125px;
	overflow:auto;
}

.topics table{
	color:#666;
	font-size:12px;
	font-weight:normal;
	line-height:1.3;
	width:664px;
	margin:0 0 0 10px;
}
.topics table th,
.topics table td{
	padding:7px 5px;
}
.topics table th{
	width:110px;
	color:#1A62DB;
}
.topics table tr+tr th,
.topics table tr+tr td{
	border-top:#ccc dotted 1px;
}

.pickup {
	min-height:125px;
	height:auto!important;
}

/*	topTxt
----------------------------------------------------*/
.topTxt{
	background:url(../images/contents/img_topph.jpg) 520px 10px no-repeat;
	width:678px;
	height:265px;
	padding:10px;
}
.topTxt h4{
	color:#f60;
	font-size:16px;
	margin-bottom:6px;
	line-height:1.2;
	width:490px;
}
.topTxt p{
	width:480px;
	margin:0 0 20px 10px;
}
.topTxt2{
	background:url(../images/contents/img_topph2.jpg) 459px 10px no-repeat;
	width:678px;
	padding:10px;
}
.topTxt2 h4{
	color:#f60;
	font-size:16px;
	margin-bottom:6px;
	line-height:1.2;
	width:490px;
}
.topTxt2 p{
	width:660px;
	margin:0 0 20px 10px;
}

/*	topBanner
----------------------------------------------------*/
.TopBanner {
	float:left;
	margin-left:22px;
}
