@charset "utf-8";

/*
 *		PRICE LIST STYLE
 */

div#contents h1{margin: 20px 80px;}

div#contents ul#scr-menu{
	position:relative;
	width: 500px;
	margin: 5px auto;
	height: 25px;
	padding: 5px 0 0 0;
	background: #F2F5F6;
	border-top: 1px solid #0C9;
	border-bottom: 1px solid #0C9;
	z-index: 0;
}

div#contents ul#scr-menu li{
	position: relative;
	display: inline;
	font-size: 13px;
	margin: 0 13px;
	padding-left: 15px;
	background: none;
	z-index: 20;
}

div#contents ul#scr-menu li a{
	text-decoration: none;
	color: #638DA1;
}

#slider {
	position: absolute;
	background: #0C9;
	border: 1px solid #0C9;
	width: 100px;
	height: 20px;
	padding: 0;
	z-index: 1;
}

div#contents dl#sp-price{
	width: 700px;
	height: 220px;
	margin: 30px auto 0;
	background: url(../images/price/sp.png) no-repeat right top;
}


div#contents h2{margin: 30px 80px;}

div#contents dl#sp-price dt#price0{
	width: 408px;
	height: 35px;
	background: url(../images/price/pr_title00.gif) no-repeat;
	text-indent: -1000em;
}

div#contents dl#sp-price dd{width: 470px;}


div#contents h2#price1{
	width: 463px;
	height: 28px;
	background: url(../images/price/pr_title01.gif) no-repeat;
	text-indent: -1000em;
}

div#contents h2#price2{
	width: 346px;
	height:31px;
	background: url(../images/price/pr_title02.gif) no-repeat;
	text-indent: -1000em;
}

div#contents h2#price3{
	width: 484px;
	height: 27px;
	background: url(../images/price/pr_title03.gif) no-repeat;
	text-indent: -1000em;
}

div#contents h2#price4{
	width: 130px;
	height: 24px;
	background: url(../images/price/pr_title04.gif) no-repeat;
	text-indent: -1000em;
}


div#contents table{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #CCC;
}

div#contents table caption{ font-weight:bold;}
div#contents table th{background: #C2DDC9;}
div#contents table td{
	border: 1px solid #C2DDC9;
	padding: 2px;
}

div#contents table th.left{
	text-align: left;
	padding-left: 5px;
	width: 45%;
}

div#contents table td.net{
	font-weight: bolder;
	background: #FECD98;
	border: 1px solid #F93;
}

div#contents ul{
	width: 600px;
	margin: 2px auto;
	font-size: 13px;
}

div#contents ul li{
	padding-left: 15px;
	background: url(../images/listmark.gif) no-repeat left;
}

div#contents ul.category-end{
	position: relative;
	width: 170px;
	height: 36px;
	margin: 30px 0 0 550px;
	
}

div#contents ul.category-end li.ce1 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 36px;
	background: url(../images/common/bt_form.gif) no-repeat left;
	text-indent: -1000em;
	overflow: hidden;
}
div#contents ul.category-end li.ce1 a:hover{background: url(../images/common/bt_form.gif) no-repeat right;}

div#contents ul.category-end li.ce2 a{
	position: absolute;
	top: 1px;
	left: 135px;
	width: 34px;
	height: 34px;
	background: url(../images/common/bt_top.gif) no-repeat left;
	text-indent: -1000em;
	overflow: hidden;
}
div#contents ul.category-end li.ce2 a:hover{background: url(../images/common/bt_top.gif) no-repeat right;}

