@charset "utf-8";

body {
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	color: #444;
	margin: 0 auto;
	padding: 0;
	background: url(../images/back.jpg) no-repeat;
	background-position: center top;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2 {
	margin-bottom: 0;
	margin-top: 0;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:link.top, a:visited.top {
	color: #FFF;
	text-decoration: underline;
}
a:hover.top {
	color: #F58DEA;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*---------------------------------＜   main   ＞------------*/
div.main {
	width:100%;
	margin: 0 auto;
}


/*---------------------------------＜   header   ＞------------*/
div.header {
	width:100%;
	height:180px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/hed.png) no-repeat;
	background-position: center top;
}



/*---------------------------------＜   header   ＞------------*/
ul.menu {
	width:942px;
	margin: 8px 0 0;
	padding: 0;
	display:block;
}
ul.menu li {
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	display:block;
}


/*---------------------------------＜   conte   ＞------------*/
div.conte {
	width:942px;
	margin: 12px auto 0;
	padding: 0;
}


/*---------------------------------＜   footer   ＞------------*/
div.footer {
	width:100%;
	height:150px;
	margin: -150px auto 0;
	padding: 0;
	background: url(../images/fot.png) repeat-x;
}
div.footer .area {
	width:942px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

























