@charset "utf-8";

@import "base.css";


/*
--------------------------------------------------------
download.html
--------------------------------------------------------
*/
.download h2 {
	background-image: url(../../download/image/index/h2_bck_download.jpg);
}

/*Content*/

.section {
	margin-bottom: 15px;
}

.section.text {
	position: relative;
}

.section h3 span {
	display: none;
}

.section h3 {
	width: 570px;
	height: 30px;
	padding: 0 0 9px 0;
	border-bottom: dotted 1px #aaa;
	background: no-repeat 0 0;
}

/*-----series/download.html-----*/
.section.text h3#anchor1 {
	background-image: url(../../download/image/index/h3_bck_download1.gif);
}

.section.img h3#anchor2 {
	padding-bottom: 15px;
	border: none;
	background-image: url(../../download/image/index/h3_bck_download2.gif);
}

#category-menu {
	clear: both;
	width: 570px;
	margin-bottom: 10px;
	padding: 0;
}

#category-menu  li {
	margin-top: 10px;
	padding: 0;
	width: 570px;
	height: 70px;
	vertical-align: bottom;
	overflow: hidden;
	text-align: left;
}

#category-menu  a {
	text-indent: -9999px;
	display: block;
	width: 570px;
	height: 70px;
}

li#b_nav01 a {
	background: transparent url(../../download/image/index/btn01.jpg) 0 0 no-repeat;
}

li#b_nav02 a {
	background: transparent url(../../download/image/index/btn02.jpg) 0 0 no-repeat;
}

li#b_nav03 a {
	background: transparent url(../../download/image/index/btn03.jpg) 0 0 no-repeat;
}

li#b_nav04 a {
	background: transparent url(../../download/image/index/btn04.jpg) 0 0 no-repeat;
}

li#b_nav05 a {
	background: transparent url(../../download/image/index/btn05.jpg) 0 0 no-repeat;
}

li#b_nav06 a {
	background: transparent url(../../download/image/index/btn06.jpg) 0 0 no-repeat;
}

li#b_nav07 a {
	background: transparent url(../../download/image/index/btn07.jpg) 0 0 no-repeat;
}

li#b_nav08 a {
	background: transparent url(../../download/image/index/btn08.jpg) 0 0 no-repeat;
}

li#b_nav09 a {
	background: transparent url(../../download/image/index/btn09.jpg) 0 0 no-repeat;
}

li#b_nav10 a {
	background: transparent url(../../download/image/index/btn10.jpg) 0 0 no-repeat;
}

li#b_nav11 a {
	background: transparent url(../../download/image/index/btn11.jpg) 0 0 no-repeat;
}

#attention {
	width: 560px;
	border: dotted 1px #999;
	font-size: 10px;
	line-height: 160%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #fff;
}

#attention div.title {
	font-size: 12px;
	line-height: 160%;
	padding: 5px;
	color: #ff0000;
	background-color: #f0f0f0;
	font-weight: bold;
}

#attention table {
	padding: 5px;
	font-size: 11px;
	line-height: 160%;
}

#attention hr {
	margin: 5px 0px;
}

/*
--------------------------------------------------------
print
--------------------------------------------------------
*/
/*@media print {
* {
	display: none;
}
}*/

