/* CSS Document */

#contents {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#contents #main{
	float:left;
	width:750px;
	margin-right:30px;
}

#main h2 {
	margin-bottom: 20px;

}

#main p{
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}

#main .price {
	margin-bottom: 20px;
}

#main .pattern {
	margin-bottom: 20px;
}
#main .caution {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	line-height: 24px;
}

#main h3 {
	display:block;
	font-size:16px;
	line-height:26px;
	color: #FFF;
	background-color: #39B1E7;
	padding: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#zeroSystem {
	background-image: url(../images/zeroBn.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 750px;
	position: relative;
	margin-bottom: 50px;
}

#zeroSystem h4{
	height:230px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#zeroSystem .entryBtn{
	position:absolute;
	top:180px;
	left: 235px;
}
#zeroSystem .entryBtn a{
	height: 32px;
	background-image: url(../images/zerosystemBtn.png);
	background-repeat: no-repeat;
	width: 183px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}
#zeroSystem .entryBtn a:hover{
	background-position:0px -32px;
}
#zeroSystem .zeroWoman{
	position:absolute;
	top:66px;
	right:-16px;
}
