@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	/*height: 1400px;*/
	height: auto;
	min-width: 890px;
	max-width: 1280px;
	width: expression(document.body.clientWidth < 892? "890px" : document.body.clientWidth > 1280? "1280px" : "auto");
	/*background: url(../img/cmn_bg.jpg) top center no-repeat;*/
}

#contents #cont-main #cont-body {
	position: relative;
	width: 890px;
	/*height: 1400px;*/
	height: auto;
	margin: 0 auto;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container #navi {
	/*left: 35px;*/
}



/* ----------------------------------------
	01 cont
------------------------------------------*/

#search-cont {
	width: 794px;
	padding: 30px 0 0 35px;
	text-align: center;
}
#search-cont #search-cont-top {
	width: 794px;
	height: 82px;
	background: url(../img/cont_bg_top.png) top left no-repeat;
}
#search-cont #search-cont-middle {
	/*position: relative;*/
	/*width: 670px;
	padding: 0 44px 0 80px;*/
	width: 794px;
	background: url(../img/cont_bg_middle.png) top left repeat-y;
}
#search-cont #search-cont-bottom {
	/*width: 670px;*/
	width: 794px;
	height: 162px;
	/*padding: 0 44px 0 80px;*/
	background: url(../img/cont_bg_bottom.png) top left no-repeat;
	padding-bottom: 40px;
	*margin-bottom: 40px;
}



.to_top_wrapp {
	width: 593px;
	margin: 0 auto;
}

.to_top {
	float: right;
	/*margin: 35px 100px 25px 0;*/
	margin: 35px 0 25px 0;
	display: block;
	width: 215px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/sub_to_top.gif) top left no-repeat;
}
.to_top:hover {
	background: url(../img/sub_to_top_ov.gif) top left no-repeat;
}

.to_home {
	bottom: 20px !important;
}



/* ----------------------------------------
	02 foot
------------------------------------------*/

#search-foot {
	position: relative;
	width: 670px;
	height: 100px;
	text-align: left;
	color: #e99ca0;
	font-size: 80%;
	line-height: 120%;
	background: url(../img/search_line_dot_01.gif) left top repeat-x;
	padding: 20px 0 0;
	margin: 0 auto;
}


#search-foot #search-foot-caption-link {
	position: absolute;
	right: 5px;
	top: 20px;
}
#search-foot #search-foot-caption-link a {
	padding: 5px 0 4px 17px;
	background: url(../share/img/icon_note.png) center left no-repeat;
	color: #ea8f95;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#search-foot #search-foot-caption-link a:link,
#search-foot #search-foot-caption-link a:visited {
	/*
	color: #39F;
	border-bottom: 1px dotted #39F;
	*/
	color: #ea8f95;
	border-bottom: 1px dotted #ea8f95;
	text-decoration: none;
}
#search-foot #search-foot-caption-link a:hover,
#search-foot #search-foot-caption-link a:active {
	color: #cc353f;
	border-bottom: 1px dotted #cc353f;
	text-decoration: none;
}
#search-foot #search-foot-caption-link a img {
	float: left;
	padding-right: 3px;
}













