body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h1,h2,p {
	margin: 0px;
	padding: 0px;
}
/*基本レイアウト部分*/
#head {
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear:left;
}
#mainArea {
	width: 800px;
	margin: 0 AUTO 0;
	background-color: #FFFFFF;
}
#contentsArea {
	width: 740px;
	padding: 30px;
}

/*contentsArea装飾部分*/

#contentsArea p {margin-bottom: 15px;}
#contentsArea p.bold {margin-bottom: 8px !important; border-bottom: 1px solid #ccc; font-size: 1.2em;}

.colorLine {
	background-color:#F2EBE0;
	color:#000;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin: 0 -30px 20px;
	width: 800px;
	line-height: 30px;
	height: 30px;
	font-size: 1.2em;
}

#foot {
	background-color:#F2EBE0;
	color:#000;
	letter-spacing:1px;
	width: 800px;
	height: 100px;
	clear:left;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
#foot p {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: #999999;
	padding: 0px;
	line-height: 20px;
	text-align: center;
}
#foot a {
	color: #999999;
	text-decoration: none;
}
#foot a:hover {
	color: #993333;
	text-decoration: underline;
}
.space {
	width: 750px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	clear:both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.fLeft {
	float: left;
}
ul, ol, dl, dt, dd {
	margin:0;
	padding:0 0 0 20px;
	border:0;
	list-style: disc;
}