body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/spec/bg.gif) #FFF repeat center -43px;
}

#titleArea {
	clear: both;
	min-width: 740px;
	max-width: 960px;
	height: 31px;
	margin: 64px auto 0;
	width:expression(document.body.clientWidth < 770? "740px" : document.body.clientWidth > 962? "960px" : "auto");
}

#contentsArea {
	clear: both;
	min-width: 740px;
	max-width: 960px;
	margin: 80px auto 0;
	width:expression(document.body.clientWidth < 770? "740px" : document.body.clientWidth > 962? "960px" : "auto");
}

#footerArea {
	clear: both;
	min-width: 740px;
	max-width: 960px;
	margin: 40px auto 0;
	text-align: right;
	width:expression(document.body.clientWidth < 770? "740px" : document.body.clientWidth > 962? "960px" : "auto");
}


#titleArea .title {
	float: left;
	margin-left: 25px;
}

#titleArea .logo {
	float: right;
	margin-right: 25px;
}

#contentsArea .specTable {
	width: 97%;
	text-align: left;
	margin: 0 auto;
}

#contentsArea .specTable .subTTLkind {
	padding: 3px 0 38px 14px;
	border-left: 1px solid #b2b2b2;
}

#contentsArea .specTable TR .blanksubTTL {
	background: #fcecc7;
	height: 8px;
	width: 125px;
}

#contentsArea .specTable TR .blankNew {
	background: #fdf2d9;
	height: 8px;
	border-left: 1px solid #b2b2b2;
	font-size: 1px;
	line-height: 0.1;
	width: 28%;
}

#contentsArea .specTable TR .blankOld {
	background: #eeeeee;
	height: 8px;
	text-align: right;
	border-left: 1px solid #b2b2b2;
	font-size: 1px;
	line-height: 0.1;
	width: 28%;
}

#contentsArea .specTable TR .textsubTTL {
	background: #fcecc7;
	width: 125px;
	padding: 14px;
}

#contentsArea .specTable TR .textNew {
	background: #fdf2d9;
	border-left: 1px solid #b2b2b2;
	width: 28%;
	padding: 14px;
}

#contentsArea .specTable TR .textOld {
	background: #eeeeee;
	border-left: 1px solid #b2b2b2;
	width: 28%;
	padding: 14px;
}

#contentsArea .specTable TR .whitesubTTL {
	height: 8px;
	width: 125px;
	font-size: 1px;
	line-height: 0.1;
}

#contentsArea .specTable TR .white {
	height: 8px;
	border-left: 1px solid #b2b2b2;
	font-size: 1px;
	line-height: 0.1;
	width: 28%;
}

#contentsArea LI {
	list-style: disc;
	list-style-position: outside;
	margin-left: 14px;
}

#contentsArea HR {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #666;
   height: 1px;
   width: 100px;
}
