/* ------------------------------
共通スタイル
------------------------------ */
.flotR {
	float: right;
}
.flotL {
	float: left;
}
.alignC{
	text-align: center;
}
.alignR{
	text-align: right;
}
ul, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
.clearfix {
	display:block;
	overflow: hidden;
}
img {
	border: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml25 {
	margin-left: 25px;
}
.mr5 {
	margin-right: 5px;
}
.mr40 {
	margin-right: 35px;
}
/* ------------------------------
ページレイアウト
------------------------------ */
#spalding {
	background: url(../images/spalding_AllBg.jpg) repeat;
	position: relative;
	padding: 0 0 30px;
}
#spalding .mainImg {
	background: url(../images/spalding_MainBg.jpg) no-repeat;
	width: 735px;
	padding-top: 25px;
	padding-left: 25px;
}
#spalding .pict {
	float:left;
	padding-right: 10px;
}
#spalding .readText {
	width:710px;
	margin-top: 8px;
	margin-bottom: 20px;
	color: #FFF;
}
#spalding .item01 li {
	float: left;
	margin-right: 25px;
}
#spalding .item01 .last {
	margin-right: 0px;
}
/* ---------------------------------
ヒストリー
-----------------------------------*/
.historyBox {
	width:710px;
	padding-left: 25px;
}
.textBg {
	width:710px;
	background:url(../images/spalding_TextBg.jpg) no-repeat center top;
}
.historyText {
	width:655px;
}
.historyImg {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 25px;
}
/* ---------------------------------
アイテムbox
-----------------------------------*/
.itemBox {
	width:710px;
	padding-left: 25px;
}
.itemBg {
	width:710px;
	background:url(../images/spalding_ItemBg.gif) no-repeat center top;
}
.monoBox {
	width:660px;
	margin-left: 60px;
        padding: 10px 0px 10px 0px;
}
.linkBotan {
	position:relative; top:-5px;
        padding: 0 0 15px;
}

