@charset "utf-8";
/* import */
@import url(reset.css);
@import url(style.css);

/* sub */
.header {
	background: url(../img/bg_cloth_top.png) repeat-x;
	height: 167px;
}
.header .header-in {
	background: url(../img/header_sub.jpg) no-repeat;
	width: 980px;
	height: 167px;
	margin: 0 auto;
}

/*/////////////////*/
/*/     h2-h4     /*/
/*/////////////////*/
.h2_sub01 {
	background: url(../img/h2_sub01.png) no-repeat;
}
.h2_sub02 {
	background: url(../img/h2_sub02.png) no-repeat;
}
.h2_sub03 {
	background: url(../img/h2_sub03.png) no-repeat;
}
.h2_sub04 {
	background: url(../img/h2_sub04.png) no-repeat;
}
.h2_sub05 {
	background: url(../img/h2_sub05.png) no-repeat;
}
.h2_sub06 {
	background: url(../img/h2_sub06.png) no-repeat;
}
.h2_sub07 {
	background: url(../img/h2_sub07.png) no-repeat;
}
h2 {
	margin-top: 27px;
}
h3 {
	background: url(../img/h3.png) repeat-y;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 2px 0 1px 10px;
}
h4 {
	border-bottom: 2px solid #00C8E0;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 10px;
}

/*///////////////////*/
/*/     article     /*/
/*///////////////////*/
.article {
	background: #fff url(../img/article_btm.png) left bottom no-repeat;
	width: 820px;
	overflow: hidden;
	margin-left: 20px;
	/margin-left: 0px;
	margin-bottom: 30px;
	padding: 20px 40px 10px 40px;
	text-align: left;
}
.article p {
	padding: 0 10px 30px 10px;
}
.article ol {
	margin: 0 0 0 20px;
}
.article ol li {
	list-style: decimal;
	margin-left: 20px;
}
.article dl {
	margin: 10px 0 0 20px;
}
.article dl dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.article dl dd {
	margin-left: 15px;
}

/*///////////////////*/
/*/     pagetop     /*/
/*///////////////////*/
.pagetop {
	display: block;
	width: 140px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 20px 0 0 660px;
}
.pagetop a {
	background: url(../img/btn_pagetop.png) left top no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.pagetop a:hover {
	background: url(../img/btn_pagetop.png) left bottom no-repeat;
}

/*//////////////////////*/
/*/     topic-path     /*/
/*//////////////////////*/
.topic-path {
	background: url(../img/topic-path_bg.png) repeat-x;
	height: 27px;
	color: #fff;
	font-size: 0.8em;
	margin-top: -6px;
}
.topic-path ul {
	width: 900px;
	height: 27px;
	margin: 0 auto;
}
.topic-path ul li {
	float: left;
	margin: 4px 2px 0 10px;
}
.topic-path ul li a {
	color: #fff;
}
.topic-path ul li.icon_arw {
	background: url(../img/topic-path_arw.png) left center no-repeat;
	width: 7px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 8px;
}

/*/////////////////*/
/*/     table     /*/
/*/////////////////*/
.article table {
	margin-bottom: 25px;
}
.table01 {
	border-top: 1px solid #98DBE2;
	border-left: 1px solid #98DBE2;
}
.table01 td,.table01 th {
	border-right: 1px solid #98DBE2;
	border-bottom: 1px solid #98DBE2;
}
.table01 th {
	background: #98DBE2;
}
.table02 {
	border-top: 1px solid #D7B4E8;
	border-left: 1px solid #D7B4E8;
}
.table02 td,.table02 th {
	border-right: 1px solid #D7B4E8;
	border-bottom: 1px solid #D7B4E8;
}
.table02 th {
	background: #D7B4E8;
}
.table03 {
	border-top: 1px solid #FFBFCF;
	border-left: 1px solid #FFBFCF;
}
.table03 td,.table03 th {
	border-right: 1px solid #FFBFCF;
	border-bottom: 1px solid #FFBFCF;
}
.table03 th {
	background: #FFBFCF;
}
.br-white {
	border-right: 1px solid #fff !important;
}
.w520 {
	width: 520px;
}

/*////////////////////////*/
/*/     pdf download     /*/
/*////////////////////////*/
.pdf dd {
	min-height: 32px;
	height: auto !important;
	height: 32px;
	background:url(../img/icon_pdf.png) left center no-repeat;
	padding-left: 38px;
	margin-bottom: 5px;
}

/*///////////////////*/
/*/     episode     /*/
/*///////////////////*/
#eppre {
	background: url(../img/btn_prev.png) left top no-repeat;
	width: 105px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	cursor : pointer;
	float: left;
	margin: 10px 0 50px 50px;
}
#eppre:hover {
	background: url(../img/btn_prev.png) left bottom no-repeat;
}
#epnxt {
	background: url(../img/btn_next.png) left top no-repeat;
	width: 105px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	cursor : pointer;
	float: left;
	margin: 10px 0 50px 510px;
}
#epnxt:hover {
	background: url(../img/btn_next.png) left bottom no-repeat;
}

/*///////////////////*/
/*/     gallery     /*/
/*///////////////////*/
.gallery img {
	width: 260px;
	height: 196px;
	display: block;
	float: left;
	margin: 0 13px 13px 0;
}

/*///////////////////*/
/*/     contact     /*/
/*///////////////////*/
.contact_box {
	background: url(../img/contact_bg.png) no-repeat;
	width: 550px;
	height: 140px;
	margin: 0 0 50px 135px;
}
.contact_box p {
	clear: both;
	text-indent: -9999px;
	display: block;
	width: 274px;
	height: 54px;
	overflow: hidden;
	padding: 43px 0 0 138px;
	margin: 0 0 0 0px;
}
.contact_box p a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_mail.png) left top no-repeat;
}
.contact_box p a:hover {
	background: url(../img/btn_mail.png) left bottom no-repeat;
}