/* CSS Document */

@import url("base.css");
@import url("../../css/common.css");
@import url("../../css/fontsize.css");
@import url("/css/home.css");

#contentsInner1 {
	text-align: center;
}
#contentsInner1 h1 {
	margin-bottom: 2px;
	font-size:16px;
}
#contentsInner1 p {
	padding-top: 8px;
}

#contentsInner2 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}
#contentsInner2 li {
	list-style: none;
	background: url(../img/tv_list_icon.gif) no-repeat left center;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#contentsInner2 .detail-1 {
	background: url(../../common_img/round_bg_top01.gif) no-repeat left top;
	padding-top: 8px;
	margin-top: 7px;

}
#contentsInner2 .detail-1 .bottom {
	background: url(../../common_img/round_bg_bottom01.gif) no-repeat left bottom;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#contentsInner2 .detail-1 .clearfix {
	background-color: #fdeee5;
	padding-left: 17px;
}
#contentsInner2 .detail-1 ul {
	width: 270px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#contentsInner2 .detail-1 .align-right {
	width: 250px;
}

#contentsInner2 .detail-2 {
	background: url(../../common_img/round_bg_top02.gif) no-repeat left top;
	padding-top: 7px;
	margin-top: 20px;
}
#contentsInner2 .detail-2 .bottom {
	background: url(../../common_img/round_bg_bottom02.gif) no-repeat left bottom;
	padding-bottom: 7px;
	margin-bottom: 0px;
}
#contentsInner2 .detail-2 p {
	background-color: #eff3fb;
	padding: 7px 15px;
	line-height: 150%;
	margin: 0px;
}
.other-link {
	text-align: center;
}
.other-link a {
	padding-left: 13px;
	text-decoration:none;
	background: url(../../common_img/arrow_02.gif) no-repeat left center;
}
.info-wrap h2 {
	margin-bottom: 0px;
	margin-top: 15px;
	}
	.info-wrap img {
	vertical-align: bottom;
}
.info-box {

	background-color:#FFFFFF;
	border-top: 1px solid #707DAF;
	border-bottom: 1px solid #707DAF;

}
.info-box dl {
	margin-left: 8px;
	margin-right: 22px;
	margin-top: -2px;
}
.info-box dt,
.info-box dd {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.info-box dt {
	float: left;
	width: 140px;
	line-height: 140%;
	color: #618FBB;
	clear: both;
}
.info-box dd {
	line-height: 140%;
	padding-left: 140px;
	text-align: left;
}