/*******************************************
layout.css
MENU
-------------------------------------------
01 Common
********************************************/

/*===========================================
01 Common
===========================================*/
.dotted_line {
	background:url(../../i/common/dotted_line.gif) repeat-y;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#772608;
	line-height:1.5em;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#666;
	line-height:1.5em;
}

h3.shortheight {
	font-size:18px;
	font-weight:bold;
	color:#666;
	line-height:1.2em;
}

h3 .only{
	font-size:16px;
	font-weight:bold;
	color:#666;
}


h3.red {
	font-size:12px;
	font-weight:bold;
	color:#C00;
	line-height:1.5em;
}

h4 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#A00;
	line-height:1.5em;
}

/*===========================================
02 Detail
===========================================*/
.more{
	margin:5px 3px 5px 2px;
}


/*===========================================
03 Footer
===========================================*/
#footer {
	margin-bottom:50px;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	background:#F0F0F0;
}

#footer p {
	color:#666;
	font-weight:bold;
}

#footer a {
	color:#666;
	text-decoration:underline;
}

#footer a:hover {
	color:#666;
	text-decoration:none;
}

/*===========================================
03 Features
===========================================*/
.entrance{
	border:#BBB 1px solid;
	margin-bottom:10px;
}	

.cutout_bg {
	background:url(../../i/features/img_cutout_bg.jpg) no-repeat;
}
.cutout_bg_2 {
	background:url(../../i/features/img_cutout_bg_2.jpg) no-repeat;
}



/*===========================================
05 Life
===========================================*/
.exd5_bg {
	background:url(../../i/life/exd5_bgbtm.jpg) no-repeat;
}

.exa10_bg {
	background:url(../../i/life/exa10_bgbtm.jpg) top right no-repeat;
}

.exa5_bg {
	background:url(../../i/life/exa5_bgbtm.jpg) top right no-repeat;
}






