@charset "UTF-8";

/* body -------------- */
body {
	background: url(../../img/bg/color02.jpg); background-repeat:repeat-x; background-color:#eef0ef;
}

/* link -------------- */
a:visited ,
a:link {
	color: #300;
}
a:hover ,
a:active {
	color: #ec5f00;
}

/* contents ------------ */
#contents {
	padding:10px 0 0 0;
}

/* headline ------------ */
.headline {
	background: url(../../img/template_detail/headline/color02_icon.png) no-repeat, url(../../img/template_detail/headline/color02_bg.png) left top repeat-x;
	height: 30px;
	padding: 2px 5px 0px 30px;
	margin-bottom: 10px;
	overflow: hidden;
}

.icon2{ float: right;
	margin: -2px -5px 0 0;}

/* kyv --------------- */
.kyv {
	text-align: center;
	margin-bottom: 10px;
}

/* copy --------------- */
.copy {
	text-align: center;
	margin-bottom: 10px;
}

/* title --------------- */
.title {
	color: #fff;
	float: left;
	margin: 4px 0 0 0;
	font-weight:bold;
}

/* detail -------------- */
.detail {
	margin: 0 10px 10px 10px;
}

/* header ------------ */
header {
	background: url(../../img/header/header2.jpg) repeat-x;
	padding: 10px 0 0px 20px;
	text-align: left;
	border-top: solid 5px #21520b;
	color:#21520b;

	border-bottom: solid 0px #333;
	height:138px;
	font-size:16px

}

/* footer ------------ */
footer {
	background: #000;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
	border-top: solid 0px #333;
	border-bottom: solid 3px #ccc;
	color:#FFF;
}



footer a:link,
footer a:visited {
	color:#fff;
}

footer a:hover ,
footer a:active {
	color: #ec5f00;
}