@charset "UTF-8";
/*基本設定
------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 25px;
	color: #333;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(file:///Macintosh HD/Users/tamadamakoto/Desktop/sizzle-website/img/back1.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/top_kaso_back.jpg);
	background-position: center top;
	background-color: #FEFDEC;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#warpper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/top_kasou_back_201905.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#warpper h1 {
	font-size: 80%;
	line-height: 20px;
	font-weight: normal;
	height: 20px;
	width: 850px;
	margin-left: 100px;
}
#warpper .topimg {
	height: 200px;
	width: 950px;
	margin-top: 105px;
}
#buttun {
	width: 950px;
	height: 80px;
}
#buttun ul li {
	list-style-type: none;
	float: left;
	height: 80px;
	width: 158px;
}
#main {
	width: 950px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right 100px;
	margin-top: 20px;
	height: 870px;
}
#left {
	float: left;
	height: 200px;
	width: 465px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#left1 {
	float: left;
	height: 220px;
	width: 465px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#right {
	float: left;
	height: 200px;
	width: 465px;
	margin-bottom: 20px;
}

#footer {
	height: 100%;
	width: auto;
	clear: both;
	background-color: #6154A4;
}
#footer ul {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url(../img/marushin_footer_950x100.gif);
	background-repeat: no-repeat;
	padding-left: 210px;
	padding-top: 20px;
}
#footer li {
	line-height: 20px;
	color: #FFFFFF;
	list-style: none;
	height: 100px;
	width: 740px;
}
