@charset "utf-8";

/* main-image */
div.main-image{
	margin:0 0 20px 0;
	height:150px;
	padding:5px;
	background:url(../images/bg_main.gif) no-repeat;
}
div.main-image h1{
	width:630px;
	margin:0 auto 0 auto;
}
div.main-image ul{
	height:30px;
	line-height:30px;
	padding:0 0 0 8px;
}
div.main-image ul li{
	float:left;
	padding:0 20px 0 10px;
	background:url(../images/ico_aorrw_anchor.gif) no-repeat 0 13px;
}
div.main-image ul li a{
	color:#FFF;
}

/* greeting */
div.section.greeting p.text{
	width:460px;
	float:left;
	display:inline;
	margin:17px 0 0 10px;
}
div.section.greeting dl{
	width:150px;
	float:right;
	margin:17px 0 0 0;
	text-align:right;
	font-size:84%;
}
div.section.greeting dl dd{
	border:5px solid #E6EFA5;
}
div.section.greeting dl dt{
	line-height:1.8;
}
div.section.greeting dl dt a{
	font-size:117%;
}


/* about */
div.section.about p.img{
	width:100%;
	margin:20px 0 0 0;
}
div.section.about p.text{
	width:620px;
	margin:20px auto 0 auto;
}