@charset "utf-8";

/* ===========================================

 web site : www.y-buster.co.jp/ci
 author : support center
 Updated day ： 08/11

=========================================== */

/* ----------------------
 base.css
--------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	list-style-type: none;
}

h2 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

img {
	border: none;
}

div#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
}
