@charset "utf-8";

/*--------------------------------------------
mainarea
----------------------------------------------*/

.frame {
	background:url(../img/square_middle.gif) repeat-y center top;
	width:580px;
	margin:10px auto;
}

.outer {
    background:url(../img/square_bottom.gif) no-repeat center bottom;
	width:580px;
}

.inner {
    background:url(../img/square_top.gif) no-repeat center top;
	width:580px;
}

h3 {
	width:500px;
	margin:0px auto;
}

p {
    font-size:90%;
	margin-top:10px;
	line-height:150%;
	text-align:center;
}

.detail {
	width:540px;
	padding:15px 20px;
	
}

.detail p {
    font-size:90%;
	line-height:150%;
	text-indent:1em;
	text-align:left;
}

.detail h4 {
	width:500px;
	margin:0px auto;
}

.pagetop {
    margin:10px 0px;
	float:right;
}

/*--------------------------------------------
subarea
----------------------------------------------*/

#subarea .concept a {
    background:url(../../shared/img/btn_concept.jpg) no-repeat right;
}


/*--------------------------------------------
footer
----------------------------------------------*/

#footercontents .concept a{
	color:#9DBA3D;
	text-decoration:none;
}


