@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */


#header h2{
		position:absolute;
		top:23px;
		left:1px;
	}
	
#main h3{
	background:url(../img/glo_h2_bj.jpg) no-repeat left bottom;
	font-size:20px;
	line-height:1;
	font-weight:bold;
	color:#3c3c3c;
	padding-left:25px;
	margin-bottom:20px;
	padding:4px 0 6px 25px;
	clear:both;
	}

#hello{
		margin-bottom:40px;
	}

#hello div{
	float:right;
	}
	
#hello  p{
	padding-right:228px;
	margin-top:-3px;
	}	

#topics {
	margin-bottom: 40px;
	height: 167px;
	color:#3B3B3B;
}

#topics div {
	width: 600px;
	height: 167px;
	overflow:auto;
	color:#3B3B3B;
}

#topics div dl{
	padding:3px 0 3px 5px;
	background:url(../img/glo_dotted_bj.gif) repeat-x left bottom;
	}

#topics div dl dt {
	float: left;
	clear: left;
	background-color:#cde0b4;
	padding:1px 14px 0 7px;
	
}

#topics div dl dd {
	padding: 1px 0 1px 108px;
	_text-indent: -3px;
	_padding-left: 105px;
	
}

#feature{
	margin-bottom:34px;
	}
	
#feature ul{
	margin-top:-3px;
	}
	
#feature ul li{
	background:url(../img/glo_icon01.gif) no-repeat left 4px;
	padding-left:20px;
	margin-bottom:7px;
	}
