@charset "utf-8";
/* CSS Document */

#dbbody {
	background-color: #000;
	color: #00fff6;
	height: 100%;/*IE*/
	}

	#dbside {
		width: 240px;
		float: left;
		background-color: #000;
		}
	
	#dbmain {
		width: 636px!important;
		width /**/: 660px;
		padding: 12px;
		padding-bottom: 24px;
		float: right;
		background-color: #000;
		}


			.dbunit {
				margin-bottom: 24px;
				height: 100%;/*IE*/
				}
			.dbunit h3 {
				padding-left: 24px;
				background: url(../images/h3_marker.gif) left center no-repeat;
				border-bottom: 1px #066 solid;
				font-size: 1.4em;
				}

			.dbunit h3 span {
				margin-left: 12px;
				font-size: 12px;
				vertical-align: baseline;
				}

			.dbunit h4 {
				font-weight: bold;
				border-bottom: 1px #399 solid;
				margin-bottom: 10px;
				}

			.dbunit p {
				padding-bottom: 12px;
				}

			.dbunit a {
				color: #999;
				}

			.dbunit a:hover {
				color: #0FF;
				}

			.dbunit strong {
				color: #e84d63;
				}

			.dbunit table {
				border-collapse: collapse;
				margin-bottom: 12px;
				}

			.dbunit th{
				padding-left: 6px;
				padding-right: 6px;
				background-color: #099;
				border-top: 1px #066 solid;
				border-bottom: 1px #066 solid;
				color: #000;
				}
			
			.dbunit td{
				padding-left: 6px;
				padding-right: 6px;
				border-top: 1px #066 solid;
				border-bottom: 1px #066 solid;
				border-right: 1px #066 solid;
				}

			.dbunit .dbleft {
				width: 240px;
				padding-top: 12px;
				padding-bottom: 12px;
				float: left;
				text-align: center;
				}

			.dbunit .dbright {
				width: 372px!important;
				width /**/: 396px;
				padding: 12px;
				float: right;
				}


			.dbgotop {
				clear: both;
				}

			.dbgotop a, .dbgoback a {
				display: block;
				width: 144px;
				height: 0px!important;
				height /**/: 24px;
				padding-top: 24px;
				overflow: hidden;
				margin-left: 480px;
				}
			.dbgotop a {
				background: url(../images/gotop.gif) 0px 0px no-repeat;
				}

			.dbgoback a {
				background: url(../images/goback.gif) 0px 0px no-repeat;
				}

			.dbgotop a:hover, .dbgoback a:hover {
				background-position: 0px -24px;
				}


			.dbshopping {
				padding: 0px;
				list-style-type: none;
				}

			.dbshopping li {
				margin-bottom: 12px;
				}

			.dbshopping a {
				display: block;
				height: 36px;
				background: url(../images/shop_link.gif) 0px 0px no-repeat;
				overflow: hidden;
				text-align: center;
				line-height: 36px;
				}

			.dbshopping a:hover {
				background-position: 0px -36px;
				text-decoration: none;
				}


			.dbunit ol {
				list-style-position: outside;
				padding-left: 20px;
				}


/*ClearFix*/
#dbbody:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}


#dbfoot {
	clear: both;
	}


/*ページ上部に拡張リンクを設置（期間限定）*/
#extraLink a {
	display: block;
	width: 900px;
	height: 0px!important;
	height /**/: 30px;
	padding-top: 30px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	background: url(../images/ebiten.gif) 0px 0px no-repeat;
	}

#extraLink a:hover {
	background-position: 0px -30px;
	}


