@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	height: 1400px;
	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;
	margin: 0 auto;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container #navi {
	/*left: 35px;*/
}



/* ----------------------------------------
	01 head
------------------------------------------*/

#frds-head {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 890px;
	height: 200px;
	/*background: #0CF;*/
}

#frds-head h1.title {
	position: absolute;
}


/* ----------------------------------------
	02 cont
------------------------------------------*/

#frds-cont {
	position: absolute;
	left: 0px;
	top: 260px;
	width: 890px;
	/*background: #FCC;*/
}


.to_home {
	bottom: 20px !important;
}



/* ----------------------------------------
	03 foot
------------------------------------------*/

#frds-foot {
	position: absolute;
	left: 125px;
	bottom: 100px;
	width: 670px;
	height: 100px;
	text-align: left;
	color: #e99ca0;
	font-size: 80%;
	line-height: 120%;
	background: url(../img/frd_line_dot_01.gif) left top repeat-x;
	padding: 20px 0 0;
}


#frds-foot #frds-foot-caption-link {
	position: absolute;
	right: 0px;
	top: 20px;
}
#frds-foot #frds-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;
}
#frds-foot #frds-foot-caption-link a:link,
#frds-foot #frds-foot-caption-link a:visited {
	/*
	color: #39F;
	border-bottom: 1px dotted #39F;
	*/
	color: #ea8f95;
	border-bottom: 1px dotted #ea8f95;
	text-decoration: none;
}
#frds-foot #frds-foot-caption-link a:hover,
#frds-foot #frds-foot-caption-link a:active {
	color: #cc353f;
	border-bottom: 1px dotted #cc353f;
	text-decoration: none;
}
#frds-foot #frds-foot-caption-link a img {
	float: left;
	padding-right: 3px;
}





















