/* CSS Document sitemap*/

/*　　　サイトマップ　　　*/

body{
	text-align:center;
}

#contents{
	width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.mainbox {
	width:552px;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	font-size:10pt;
	text-align:left;
}

.box00 {
	width: 248px;
	height:180px;
}

.linegray {
	background-color: #a0a0a0;
	height: 10px;
	width: 552px;
	margin-bottom: 3px;
}
.box01 {
	width: 248px;
}
.bgGray {
	background-color: #eeeeee;
	height: 80px;
	width: 552px;
}

ul li {
	list-style-type: none;
}

.list {
	padding-left: 5px;
	margin-left:5px;

}

.list li {
	background: url(../img/sitemap/list.gif) no-repeat left center;
	margin: 10px 8px 10px 5px;
	padding-left:15px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
	margin-bottom:2em;
}

.clearALL {
	clear: all;
	margin-bottom:2em;
}

#footer_pagetop .top {
	padding: 10px 0 0 9px;
	float: right;
}

img{border:0;}


}