@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-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: 300px;
	margin-bottom: 10px;
	margin-top: 20px;
	height: 460px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
#main ul li {
	font-size: 100%;
	list-style-type: none;
}
#text_c {
	width: 950px;
	margin-top: 20px;
}
#text_c ul li {
	float: left;
	list-style-type: none;
}
#text_d {
	height: 150px;
	width: 950px;
	clear: both;
}
#text_d ul li {
	list-style-type: none;
}
#iframe {
	height: 450px;
	width: 950px;
	padding-top: 20px;
	background-image: url(../img/school_950x450.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#footer {
	height: 100%;
	width: auto;
	clear: both;
	background-color: #6154A4;
	margin-top: 20px;
	float: none;
}
#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;
}
