@charset "utf-8";

/* ===========================================

 web site : www.y-buster.co.jp
 author : support center
 Updated day ： 09/03

=========================================== */

/* ----------------------
 style.css
---------------------- */

/**
 * HTMLスタイル
 */

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 80%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}



/**
 * マージン
 */

.marginBt05{
	margin-bottom: 5px;
}

.marginBt10{
	margin-bottom: 10px;
}

.marginBt15{
	margin-bottom: 15px;
}

.marginBt20{
	margin-bottom: 20px;
}

.marginBt25{
	margin-bottom: 25px;
}

.marginBt30{
	margin-bottom: 30px;
}



/**
 * base
 */

div#wrapper {
	width: 630px;
}

div#hText {
	padding: 15px 10px 10px;
	font-size: 14px;
}

div.printBtn {
	background: #eeeeee;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#main {
	text-align: center;
}



