@charset "utf-8";

html, body, iframe, p, img, dl, dt, dd, ol, ul, li, form {
	margin:0;
	padding: 0;
	line-height:130%;
	border:0;
	}
	
body {
	font-size:12px;
	text-align:center;
	background:url(../img/bg.jpg) repeat-x left top #E8F4D5;
	color:#666;
	}

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	}

body,table,input, textarea, select, option {
	font-family:MS PGothic, "ＭＳ Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}


ol, ul {list-style: none;}

a:link {
	color:#0099FF;
	text-decoration	: none;
	}
a:visited {
	color:#0099FF;
	text-decoration	: none;
	}
a:hover {
	color:#06C;
	text-decoration	: underline;
	}
a:active {
	color:#06C;
	text-decoration	: underline;
	}


/*マージン*/
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}

