@charset "UTF-8"


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}


/* --------------------------------------------------------------------------------------
  Main Body
--------------------------------------------------------------------------------------- */

#main-body {
	width: 870px;
	height:100%;
	min-height:810px;
	margin: 0 auto;
}

#backtotop a {
	display: block;
	width: 150px;
	height: 36px;
	margin-bottom: 35px;
	background: url(../images/bt_backtohome_on.gif) 0 0 no-repeat;
}
#backtotop a:hover {
	background-color: #FFF;
}
#backtotop a:hover img {
	visibility: hidden;
}


#body-r p {
	margin: 0px;
	padding: 0px;
}

.each-title {
	margin-bottom:5px;
}

.pageCenter {
	text-align: center;
}


/* --------------------------------------------------------------------------------------
  Main Image
--------------------------------------------------------------------------------------- */

#item-main-image {
	margin-bottom: 25px;
}


/* --------------------------------------------------------------------------------------
  Title Dot Under Line
--------------------------------------------------------------------------------------- */

.dotted {
	margin-top:2px;
	border-top: 1px #98A1A6 dotted;
	padding-bottom: 15px;
}

.jam-txt-dotted {
	border-top: 1px #98A1A6 dotted;
	border-bottom: 1px #98A1A6 dotted;
	padding: 8px 0;
	margin: 10px 0;
}



/* --------------------------------------------------------------------------------------
  Produced by
--------------------------------------------------------------------------------------- */

#producedby {
	width: 670px;
	clear: both;
}

.producedby-body {
	margin-bottom: 15px;
	clear:both;
}

.producedby-body-l {
	float: left;
	width: 150px;
}

.producedby-body-r {
	float: right;
	width: 500px;
}


/* --------------------------------------------------------------------------------------
  About Item
--------------------------------------------------------------------------------------- */

#whats-item {
	margin:25px 0 40px;
	clear:both;
}


/* --------------------------------------------------------------------------------------
  Link Area
--------------------------------------------------------------------------------------- */

#backandblank {
	margin-bottom:50px;
}

#backandblank-l a {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../images/bt_top_on.gif) 0 0 no-repeat;
	float:left;
}
#backandblank-l a:hover {
	background-color: #FFF;
}
#backandblank-l a:hover img {
	visibility: hidden;
}


#backandblank-r a {
	display: block;
	width: 450px;
	height: 40px;
	background: url(../images/bt_online_on.gif) 0 0 no-repeat;
	float:right;
}
#backandblank-r a:hover {
	background-color: #FFF;
}
#backandblank-r a:hover img {
	visibility: hidden;
}