body {
	margin: 0px;
}
.all {
	margin: 0 auto;
	max-width: 800px;
}
/*-----------　index適用　-----------*/
.all .main .index {
	width: 100%;
}
.all .main .index img {
	width: 150px;
}

/*-----------　index適用　-----------*/

.all .top {
	width: 100%;
}
.all .main {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.all .top img {
	width: 100%;
}
.all .end img {
	width: 100%;
}
.main img {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.spec {
	font-size: small;
	background-color: #CCCCCC;
	padding: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	text-align: left;
}
ul {
	list-style-type: none;
	padding-top: 15px;
	line-height: 120%;
	font-size: small;
	width: auto;
	text-indent: -15px;
}
.itembox {
	float: left;
	width: 150px;
	background-color: #ECE9D8;
	height: 200px;
	margin: 4px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
a:visited {
	color: #0033FF;
}
