@charset "utf-8";


/* ボディ
---------------------------------------------------- */
body {
	*font-size:small;*font:x-small;
	background-repeat: repeat;
	margin-top: 0px;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.231;
	background-color: #FFF;
	color: #565656;
	background-image: url(../img/back.jpg);
} 


/*　ページ全体
---------------------------------------------------- */
#Wrapper {
	width: 950px;
	color: #666666;
	text-align: left;
	background-color: #F4ECD3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 100%;
}


/*　タイトル
---------------------------------------------------- */
#title{
	width: 950px;
	background-image: url(../img/title_name.jpg);
	background-repeat: no-repeat;
	height: 54px;
}


.title{
	width: 950px;
}
	
	/*　タイトル
---------------------------------------------------- */

#Container {
	width: 950px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}



/*　カセット
---------------------------------------------------- */
.casetto {
	border: none;
	margin-bottom: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/*　フッター
---------------------------------------------------- */
#Footer {
	clear: none;
	padding-top: 25px;
	padding-bottom: 50px;
	width: 100%;
	text-align: center;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#Footer ADDRESS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
}



/*　その他
---------------------------------------------------- */

.clear {
	clear: both;
}


.space {
	width: 100%;
	margin-bottom: 10px;
}
