/*------------------------------------------------
	index.css - <green_uk> index.html design css
	2008.03.06
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/

#main{
	width:970px;
	padding:15px 0;
	margin:0 auto;
	border:1px solid #999;
}
#main .borderbg{
	width:582px;
	padding:0;
	margin:0px auto;
}

.borderbg p{
	margin:0 0 10px 0;
	line-height:1.4;
	color:#333333;
}

.borderbg h1{
	width:576px;
	margin:0 auto;
}

#topcopy{
	margin:15px auto 15px;
	text-align:center;	
	}

p#txt_ttl{
	margin:0 0 8px 18px;
}

.borderbg h2{
	width:582px;
	line-height:38px;
	padding:6px 0 0 0;
	text-indent:48px;
	background:url(../images/col_top.gif)
	no-repeat
	center
	top;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ff4b04;
	clear:both;
}

.conbox{
	width:582px;
	padding:0 0 20px;
	margin:0 0 25px 0;
	background:url(../images/col_btm.gif)
	no-repeat
	center
	bottom;
}

.conbox p{
	width:537px;
	margin:0 auto;
	padding:0 0 20px;
	line-height:1.6;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}



