﻿@charset "UTF-8";

h3 {
	margin-bottom:20px;
	}

.box {
	margin-top:8px;
	background:#ffffff url(../img/bg_box.gif) left top repeat-y;
	}
.box .inner {
	padding-bottom:20px;
	_height:1%;
	background:url(../img/bg_box_btm.gif) left bottom no-repeat;
	}
.box .pic {
	width:192px;
	float:left;
	text-align:center;
	}

.box .boxRight {
	float:right;
	position:relative;
	width:556px;
	}


.box dl.multi {
	margin-top:12px;
	width:504px;
	}
.box dl.multi dt {
	margin:12px 0 0 1px;
	}
.box dl.multi dd {
	width:490px;
	margin:12px 0 0 12px;
	line-height:1.67;
	}


.box dl.single {
	margin-top:10px;
	width:504px;
	}
.box dl.single dt {
	margin-top:3px;
	float:left;
	}
.box dl.single dd {
	float:right;
	width:300px;
	line-height:1.67;
	}


.box .info {
	margin-top:30px;
	}
.box dl.list {
	float:left;
	width:165px;
	margin-left:5px;
	}
.box dl.list dt {
	line-height:1.5;
	font-weight:bold;
	}
.box dl.list dd {
	line-height:1.5;
	}


.box .chart {
	float:left;
	width:335px;
	margin-left:5px;
	}


.box h5 {
	font-weight:bold;
	}

.info table{
	margin-top:6px;
	width:100%;
	border-top:1px solid #5d6164;
	border-left:1px solid #5d6164;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	}
.info th{
	border-right:1px solid #5d6164;
	border-bottom:1px solid #5d6164;
	padding:0.3em 1em;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	}
.info th span{
	font-weight:bold;
	}
.info td{
	border-right:1px solid #5d6164;
	border-bottom:1px solid #5d6164;
	padding:0.3em 1em;
	text-align:center;
	}
.info .gr{
	background-color:#dfeaf0;
	}

.info table.data{
	margin-top:6px;
	width:100%;
	}

.info table.binding{
	margin-top:12px;
	width:168px;
	}

.info table.binding th{
	font-weight:bold;
	text-align:center;
	}
.info table.binding td{
	line-height:1.8;
	}


.box ul.icon {
	margin-top:30px;
	}

.box ul.icon li {
	margin-right:12px;
	float:left;
	}


.line {
	margin-top:20px;
	margin-bottom:20px;
	height:27px;
	line-height:0;
	font-size:0;
	text-align:center;
	}



div#innerTop {
	display:block;
	height:36px;
	margin-top:5px;
	}

div#innerTop a {
	display:block;
	width:74px;
	height:36px;
	background: url(/blizzard/common/img/btn_pagetop_inner.gif) 0 0 no-repeat;
	color:#343434;
	text-align:left;
	margin-left:600px;
	padding-left:36px;
	line-height:36px;
	}

div#innerTop a:hover {
	color:#e70012;
	}

#download {
	margin-top:8px;
	}

#download dl {
	position:relative;
	display:block;
	width:748px;	
	height:97px;
	}

#download dt {
	position:absolute;
	top:0;
	left:0;
	}

#download dd {
	position:absolute;
	top:32px;
	left:541px;
	}

