@charset "utf-8";

/* ---- Main area ----*/
body{
	background:#8BE6FF;
}
#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	background:#ffffff;
	width:800px;
}
#headerLeft {
	width:698px;
	height:79px;
	float:left;
}
#headerRight {
	width:102px;
	height:79px;
	float:right;
}
#header img {
	display:block;
}
#navis {
	width:698px;
	clear:both;
}
#navis ul li {
	display:block;
	margin:0 8px 0 0;
	float:left;
}
#content {
	width:800px;
}
#main {
	width:800px;
	clear:both;
}
/* ---- Main area end ----*/

/* ---- mainBox S(Single) ----*/
#mainBoxS {
	padding:0 0 30px 0;
}
/* ---- mainBox S(Single) end ----*/
