@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      heading.css
 Author:         TTI Corporation
 Style Info:     heading tag Style
----------------------------------------------------------- */

/*----------------------------------------------------
	contents area h1-h4
----------------------------------------------------*/
#contents h1,
#contents #main .h2area h2,
#contents #main h3 {
	font-family:helvetica, arial, sans-serif, verdana;
}

#contents h1{
	clear:both;
	color: #666666;
	font-size:150%; /*18px*/
	line-height:80px;
	padding-left:30px;
	zoom:1;
}

#contents h1 img{
	display:block;
	float:right;
}

#contents #main .h2area {
	clear:both;
	padding-top:5px;
	background:url(images/bg_h2area_top.gif) left top no-repeat;
	zoom:1; /*Eor IE bug? -- collapsing margins*/
}
#contents #main .h2area:after
 {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#contents #main .h2area h2 {
	padding:0 10px 2px 16px;
	background:#fdffcf url(images/bg_h2area_bottom.gif) left bottom no-repeat;
	color: #666666;
	font-size:134%; /*16px*/
	line-height:1.1;
	margin-bottom:20px;
}

#contents #main h3 {
	font-size:117%; /*14px*/
	border-bottom:double #acce67;
	color:#333333;
	margin-bottom:10px;
	background:url(images/ic_h3.gif) 1px 8px no-repeat;
	padding: 0px 10px 2px 16px;
	clear:both;
}
#contents #main h4 {
	color:#346D3E;
/*	color:#667f9b;*/
	margin-bottom:10px;
	padding: 0px 10px 3px 5px;
}

