@charset "utf-8";

/* =======================================

	Others CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	

========================================== */

/* Topicpath
========================================== */
#topicpath {
	background: #FAFAF8 url(../../images/base/main_bg_01.png) repeat-x 0 100%;
	border-top: 2px solid #DA935C;
	padding: 0 20px;
	zoom: 1;
}

#topicpath .bgBtm {
	margin: 0 auto;
	width: 950px;
	height: 15px;
	background: url(../../images/base/topicpath_bg_01.png) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
}


#topicpath p {
	margin: 0 auto;
	padding: 8px 14px 5px 14px;
	width: 922px;
	font-size: 92.4%;
	line-height: 1.5;
	color: #333333;
}

#topicpath a {
	color: #D66C2B;
	text-decoration: none;
	white-space: nowrap;
}

#topicpath a:hover {
	text-decoration: underline;
}

#topicpath p span.current {
	color: #443308;
	white-space: nowrap;
}


/* Page Top
========================================== */
#contents p.pageTop {
	font-size: 77%;
	line-height: 1.5;
	text-align: right;
}

#contents p.pageTop a {
	padding: 3px 0 3px 20px;
	background: url(../../images/common/ico_arrow_03.gif) no-repeat 0 50%;
}

#contents p.pageTop a:hover {
}


/* Title 01
========================================== */
#contents h2.title01 {
	margin: 0 0 18px;
}

/* frameBox01
========================================== */
#contents .frameBox01 {
	margin: 0 0 15px;
	padding: 0px 10px 1px 15px;
	background: url(../../images/common/framebox01_bg_middle.png) repeat-y;
}

#contents .frameBox01 .bgTop {
	position: relative;
	margin: 0 -15px 4px;
	width: 741px;
	height: 2px;
	background: url(../../images/common/framebox01_bg_top.png) repeat-y;
	overflow: hidden;
	font-size: 0;
	zoom: 1;
}

#contents .frameBox01 .bgBtm {
	position: relative;
	margin: -10px -15px 0;
	width: 741px;
	height: 2px;
	background: url(../../images/common/framebox01_bg_bottom.png) no-repeat;
	overflow: hidden;
	font-size: 0;
	zoom: 1;
}


/* innerStyle
------------------------------------------ */
#contents .detailUnit02 #itemSection li.itemtip p.new {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 34px;
	z-index: 50;
}

