/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

#bords{
	background:url(../../_image/top/bords.gif) no-repeat;
	width:990px;
	height:352px;
	margin:0 auto;
	position:relative;
}

.dragdealer {
	position: relative;
	height: 10px;
	background: #eeeeee;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 100px;
	height: 30px;
	background: #84ccc9;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}

/*日付とかの*/
#sc{
	margin:0;
	padding:0;
	display:inline;
	color:#ee86e8;
}

#bords table{
	color:#3b3b3b;
	font-size:14px;
	width:435px;
	border-collapse:collapse;
}

.cellline{
	border-bottom:1px #888888 solid;
}
.datecell{
	width:80px;
	color:#888888;
}
.newscell{
	color:#3b3b3b;
}

.story a:link { color: #ee86e8; }
.story a:visited { color: #f7c3d4; }
.story a:hover { color: #b6216e;}
.story a:active { color: #b6216e; }

a:link.lcharacter { color: #fdd35c; }
a:visited.lcharacter { color: #fee9ae; }
a:hove.lcharacter { color: #f39800;}
a:active.lcharacter { color: #f39800; }

a:link.lgallery { color: #c3d94e; }
a:visited.lgallery { color: #e1eca7; }
a:hove.lgalleryr { color: #658811;}
a:active.lgallery { color: #658811; }

a:link.lshopbonus { color: #82c1ea; }
a:visited.lshopbonus { color: #c1e0f5; }
a:hove.lshopbonus { color: #4479ae;}
a:active.lshopbonus { color: #4479ae; }

a:link.ldownload { color: #8f9ee9; }
a:visited.ldownload { color: #c7cff4; }
a:hover.ldownload { color: #36479e;}
a:active.ldownload { color: #36479e; }

a:link.lspec { color: #ca99e1; }
a:visited.lspec { color: #e5ccf0; }
a:hover.lspec { color: #8850ab;}
a:active.lspec { color: #8850ab; }

a:link.lspecial { color: #f4928b; }
a:visited.lspecial { color: #fac9c5; }
a:hover.lspecial { color: #b93f3f;}
a:active.lspecial { color: #b93f3f; }

#banner_lis{
	float:right;
	margin-right:20px;
	list-style-type:none;
}

#banner_lis li{
	margin-bottom:3px;
}

#banner_lis li a{
	width:400px;
	height:80px;
	display:block;
}

a#er{
	background:url(../../_image/special/banner/01_early_reserve.jpg) no-repeat 0 top;
}
a:hover#er{
	background:url(../../_image/special/banner/01_early_reserve.jpg) no-repeat 0 bottom;
}

a#r{
	background:url(../../_image/special/banner/02_reserve.jpg) no-repeat 0 top;
}
a:hover#r{
	background:url(../../_image/special/banner/02_reserve.jpg) no-repeat 0 bottom;
}

a#bc{
	background:url(../../_image/special/banner/03_box.jpg) no-repeat 0 top;
}
a:hover#bc{
	background:url(../../_image/special/banner/03_box.jpg) no-repeat 0 bottom;
}

a#re{
	background:url(../../_image/special/banner/04_r_event.jpg) no-repeat 0 top;
}
a:hover#re{
	background:url(../../_image/special/banner/04_r_event.jpg) no-repeat 0 bottom;
}

a#gd{
	background:url(../../_image/special/banner/05_goods.jpg) no-repeat 0 top;
}
a:hover#gd{
	background:url(../../_image/special/banner/05_goods.jpg) no-repeat 0 bottom;
}

a#ce{
	background:url(../../_image/special/banner/06_cheer.jpg) no-repeat 0 top;
}
a:hover#ce{
	background:url(../../_image/special/banner/06_cheer.jpg) no-repeat 0 bottom;
}

a#tw{
	background:url(../../_image/special/banner/07_twitter.jpg) no-repeat 0 top;
}
a:hover#tw{
	background:url(../../_image/special/banner/07_twitter.jpg) no-repeat 0 bottom;
}

a#st{
	background:url(../../_image/special/banner/09_valentine.jpg) no-repeat 0 top;
}
a:hover#st{
	background:url(../../_image/special/banner/09_valentine.jpg) no-repeat 0 bottom;
}

a#ons{
	background:url(../../_image/special/banner/10_onsale.jpg) no-repeat 0 top;
}
a:hover#ons{
	background:url(../../_image/special/banner/10_onsale.jpg) no-repeat 0 bottom;
}