@charset "utf-8";

/* ===========================================

 web site : www.kiraku-ac.com
 author : support center
 Updated day ： 09/08

=========================================== */

/* ----------------------
 default.css
---------------------- */

/**
 * HTMLスタイル
 */

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background: #e2f0bc;
	text-align: center;
}

*: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;
}

textarea {
	font-size: large;
	padding: 2px;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

a {
	color: #663300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

address {
	text-align: center;
}
