@charset "utf-8";
/* CSS Document */

#pageTitle{ background:url(../images/pageTitle.jpg) 0 0 no-repeat;}

#contents{ height:1%;}

.left{ float:left;}
.right{ float:right;}

/*-------------------------------------*/

#title{
	background:url(../images/title01.gif) 0 0 no-repeat;
	width:700px;
	height:38px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

p.mainTxt{
	margin:10px 0;
	padding:0;
	color:#412e0a;
	font-size:14px;
}
.box{
	width:350px;
	margin-bottom:30px;
}

.spec{
	margin:0 0 30px 12px;
	padding:0;
}

.spec dt{
	margin:0 0 3px;
	padding:0;
	font-weight:bold;
}

.spec dd{
	margin:0 0 3px 12px;
	padding:0;
	line-height:140%;
}

.numTxt{
	padding:0;
	margin:0 0 10px;
	text-align:right;
	font-size:14px;
}

.imgTxt{
	text-align:center;
	margin:10px 0 0;
	padding:0;
}
#redBox{
	background:url(../images/bgRed.gif) 0 0 no-repeat;
	width:345px;
	height:150px;
	margin:0;
	padding:0;
}
#redBox dt{
	margin:10px 10px;
	font-size:16px;
	font-weight:bold;
}
#redBox dd{
	margin:0 10px 10px;
	line-height:140%;
}

#blueBox{
	background:url(../images/bgBlue.gif) 0 0 no-repeat;
	width:345px;
	height:150px;
	margin:0;
	padding:0;
}
#blueBox dt{
	margin:10px 10px;
	font-size:16px;
	font-weight:bold;
}
#blueBox dd{
	margin:10px 10px;
	line-height:140%;
}

