@charset "utf-8";

/* ---------------------------------------------------------
   about
   ---------------------------------------------------------*/

.aboutBox01{
	width:630px;
	padding-left:10px;
	line-height:2.0;
	margin-bottom:20px;
}

.aboutBox01 p{
	margin-bottom:20px;
}

.aboutBox01 .aboutImg01{
	float:right;
	margin:0 0 20px 20px;
}

.aboutBox01 .aboutImg02{
	float:left;
	margin:0 20px 20px 0;
}

.aboutBox01 .aboutImg01 img,
.aboutBox01 .aboutImg02 img{
	border:1px solid #E0E0E0;
	padding:5px;
}

/* ---------------------------------------------------------
   message
   ---------------------------------------------------------*/

.messageBox01{
	width:630px;
	padding-left:10px;
	line-height:2.0;
	margin-bottom:20px;
	clear:both;
}

.messageBox01 h4{
	background:url(../images/ico_04.gif) 0 8px no-repeat;
	padding-left:20px;
	margin-bottom:10px;
}

.messageBox01 p{
	margin-bottom:20px;
}

.messageBox01 .messageImg01{
	float:right;
	margin:0 0 20px 20px;
}

.messageBox01 .messageImg01 img{
	border:1px solid #E0E0E0;
	padding:5px;
}


/* ---------------------------------------------------------
   achievement
   ---------------------------------------------------------*/

.achievementBox01{
	width:630px;
	padding-left:10px;
	line-height:2.0;
	margin-bottom:20px;
	clear:both;
}

.achievementBox01 h4 {
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:10px;
	padding-left:20px;
	background:url(../images/ico_01.gif) 0 8px no-repeat;
	clear:both;
}

.achievementBox01 h5{
	text-align:center;
	border-bottom:2px solid #B9CBE9;
	margin:0 20px;
	padding:10px 0 10px 0;
	color:#2C62BB;
	font-size:120%;
}

.achievementBoxInner {
	background:url(../../about/images/achievementBox_bg_side.gif) repeat-y;
	clear:both;
}

.achievementBoxInnerBg01{
	background:url(../../about/images/achievementBox_bg_top.gif) no-repeat;
}

.achievementBoxInnerBg02{
	background:url(../../about/images/achievementBox_bg_bottom.gif) 0 bottom no-repeat;
	padding:10px 0 25px 0;
}

.achievementBox01 ol {
	padding: 10px 30px 10px 60px;
	clear:both;
}

.achievementBox01 li {
	line-height: 1.7em;
	list-style-type: decimal;
	/*list-style-position: inside;*/
	padding-top: 15px;
	padding-bottom: 15px;
	color: #2c62bb;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.achievementBox01 li span {
	font-size: 86%;
	font-weight: normal;
	color: #000;
}

.achievementBox01 .first {
	padding-top: 0;
}

.achievementBox01 .last {
	border-bottom: none;
}

.achievementBox01 .achievementLink {
	width:100px;
	float:right;
	padding:10px 10px 10px 15px;
	margin-bottom:20px;
	background:url(../images/ico_05.gif) 0 18px no-repeat;
}