/*  detail.css  */

/*IEのみヘッダとの間が詰まってしまうのを回避*/
*html #Flash {
	padding-top:15px;
}
#Wrapper {
	width:768px;
	margin:0 auto;
	text-align:left;
}

#Wrapper td {
	vertical-align:top;
}

.artfooter {
	width: 768px;
	margin:14px 0 20px 0 ;
}

.artfooter p {
	text-align: center;
	line-height: 100%;
}

*html .artfooter p {
	font-size:0.8em;
}

.artfooter span.current {
	font-weight: bold;
}

/*wobj
----------------------------------------------- */

body {
	/*background:#eeefef url(../wobj/img/bg_wobj.jpg) left top repeat-x;*/
	text-align:center;
}



.BgTopR {
	background:url(../wobj/img/bg_top_right.jpg) right top no-repeat;
	width:510px;
}

/*リンク
---------*/
.link1 {
	display:block;
	width:172px;
	height:34px;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	background:url(../wobj/img/globalbtn1.gif) no-repeat 0 0;
}

.link1:hover {
	background-position:0 -34px;
}

.link2 {
	display:block;
	width:169px;
	height:34px;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	background:url(../wobj/img/globalbtn2.gif) no-repeat 0 0;
}

.link2:hover {
	background-position:0 -34px;
}

.link3 {
	display:block;
	width:169px;
	height:34px;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	background:url(../wobj/img/globalbtn3.gif) no-repeat 0 0;
}

.link3:hover {
	background-position:0 -34px;
}

a.backToTop{
	display: block;
	width: 74px;
	height: 13px;
	background: #fbfcfc url(../wobj/img/backtotop.gif) right top no-repeat;
	text-indent: -9999px;
	line-height:;
	font-size:0;
}

a.backToTop:hover {
	background-image: #fbfcfc url(../wobj/img/backtotop.gif) no-repert;
	background-position: right -13px;
}

