@charset "utf-8";
/* CSS Document */

/* index==========================

	1.for index style
	2.for greeting style
	3.for history style
	
*/

/* 1.for index style
===============================================================*/
.section h2{
	margin:0 0 15px 0px;
}
.section h3{
	font-weight:bold;
	color:#002a6c;
	font-size:1.2em;
	margin:0 15px 5px;
}
.section p {
	margin:0 15px 15px;
}
.section dl{
	margin:0 15px;
}
.section dt{
	float:left;
	width:6em;
}
.section dd{
	margin:0 0 10px 6em;
}
#sideBn{
	background:url(../images/s_bg_top.gif) no-repeat top left;
}
