@import url("import.css");

/* ===================================================================
CSS information

 file name  :index.css
 style info :index�y�[�W�pCSS
===================================================================*/
/* mainImg
------------------------------------*/
div#mainImg {
	float:left;
	width:639px;
}

/* recommend
------------------------------------*/
div#recommend {
	float:right;
	width:251px;
	height:200px;
	background:url(../img/index/bg-recommend.gif) no-repeat bottom #c4e222;
}

div#recommendInner {
	padding:10px;
}

div#recommend p {
	margin-bottom:10px;
}

div#recommend p a {
	color:#fff;
}

/* purpose & country
------------------------------------*/
div#purpose,
div#country {
	margin-bottom:9px;
	padding:9px 0 15px 0;
}

div#purpose {
	clear:both;
	float:left;
	width:370px;
	background:url(../img/index/bg-purpose.gif) no-repeat bottom;
}

div#country {
	float:right;
	width:520px;
	background:url(../img/index/bg-country.gif) no-repeat bottom;
}

/* Inner of purpose & country
------------------------------------*/
div#purposeInner {
	padding:0 10px 0 22px;
	border-right:1px solid #f56318;
	border-left:1px solid #f56318;
}

div#countryInner {
	padding:0 8px 0 22px;
	border-right:1px solid #e22255;
	border-left:1px solid #e22255;
}

/* dl,dt,dd of purpose & country
------------------------------------*/
div#purposeInner dl,
div#countryInner dl {
	float:left;
	margin-right:12px;
}

div#countryInner dl {
	margin-right:15px;
}

div#purposeInner dl dt,
div#countryInner dl dt {
	margin-bottom:-1px;
}

div#purposeInner dl dd,
div#countryInner dl dd {
	margin-bottom:2px;
	padding-top:3px;
}

div#purposeInner dl dd {
	background:url(../img/index/bg-dot_orange.gif) no-repeat top;
}

div#countryInner dl dd {
	background:url(../img/index/bg-dot_red.gif) no-repeat top;
}

/* what's new
------------------------------------*/
div#whatnew {
	clear:both;
	float:left;
	padding-top:10px;
}

div#whatnew h3 {
	margin-bottom:-1px;
}

div#whatnew dl {
	width:625px;
}

div#whatnew dl dt,
div#whatnew dl dd {
	float:left;
	display:block;
	margin-bottom:10px;
	padding-top:13px;
	border-top:1px solid #dcdcdc;
}

div#whatnew dl dt {
	width:77px;
	padding-left:16px;
	background:url(../img/index/bg-whatnew.gif) no-repeat left 16px;
}

div#whatnew dl dd {
	width:522px;
	padding-right:10px;
}

<!--
        a:link {color:#ff0000;}
        a:visited{color:#008000;} 
        a:hover{color:#ff00ff;} 
        a:active{color:#ffff00;} 
 -->



/* links bnr
------------------------------------*/
div#links {
	padding-top:10px;
	float:right;
}

div#links ul li {
	margin-bottom:6px;
}


/* */
.index #article {
	padding:0 0 100px 0;
}

#site_txt {
	position:absolute;
	left:0;
	bottom:0px;
	width:625px;
}
#site_txt h2 {
	padding:0 0 0px 0px;
	margin:0 0 7px 0;
	border-bottom:solid 4px #d8d8d8;
}
#site_txt span {
	display:inline-block;
	border-bottom:solid 4px #ff811b;
	margin: 0 0 -4px 0;
	padding:0 0 2px 0
}
#site_txt p {
	padding:0;
	margin:0;
}
#site_txt ol {
	padding:4px 0 4px 25px;
	margin:0;
}
#site_txt ol li{
	padding:0px 0 0px 0px;
}
