@charset "utf-8";


#main {
	padding:0;
	background:none;
}

#commentArea a,
#outlineArea a {
	color:#b79203;
}

/* @group commentArea */

#commentArea {
	padding:0 0 29px;
}

#commentArea h4 {
	padding:0 0 8px 10px;
}

/* @end */

/* @group outlineArea */

#outlineArea {
	padding:0 0 60px;
}

#outlineArea h4 {
	padding:0 0 15px 10px;
	background:url(../../common/images/dotted_line.gif) left bottom repeat-x;
}

#outlineArea dt {
	padding:11px 0 7px;
	width:100px;
	float:left;
	clear:left;
	background:url(../../common/images/dotted_line_s.gif) left top repeat-x;
}

#outlineArea dt img {
	margin-left:10px;
	display:block;
	vertical-align:bottom;
}

#outlineArea dd {
	margin-left:100px;
	padding:11px 0 7px;
	background:url(../../common/images/dotted_line_s.gif) left top repeat-x;
}

#outlineArea .firstChild {
	background:none;
}

#outlineArea td {
	vertical-align:top;
	line-height:1.5;
}

#outlineArea td img {
	margin-left:10px;
}

/*#outlineArea span {
	position:relative;
	left:10px;
	top:-2px;
}

#outlineArea span img {
	vertical-align:middle;
}*/

/* @group historyArea */

#historyArea {
	padding:0 0 60px;
}

#historyArea dl {
	padding:10px 0 11px;
	background:url(../../common/images/dotted_line_s.gif) left bottom repeat-x;
}

#historyArea dt {
	padding:5px 0 5px 8px;
	font-weight:bold;
	border-left:solid 3px #efbe00;
}

#historyArea dd {
	padding:0 0 5px 8px;
	border-left:solid 3px #efbe00;
}

.contactArea{
	background:url(../images/txt_contact.gif) no-repeat left top;
	width:754px;
	height:138px;
	margin-top:30px;
	position:relative;}

.contactArea a{
	display:block;
	background:url(../images/btn_contact.gif) no-repeat left top;
	width:155px;
	height:47px;
	text-indent:-9999px;
	position:absolute;
	left: 571px;
	top: 66px;
}

.contactArea a:hover{
	background:url(../images/btn_contact.gif) no-repeat left bottom;
	
}
/* @group clearfix=================================================================== */

#outlineArea dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#outlineArea dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #outlineArea dl {
	height:1%;
}

#outlineArea dl {
	display:block;
}

/* End hide from IE-mac */
/* @end */

