@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
padding:0;margin:0;border:0;font-size: 100%;font-style:normal;letter-spacing:0;vertical-align: baseline;background: transparent;}
.clr:after {content:".";display:block;clear:both;height:0; visibility:hidden;}
.clr {zoom: 1;}
table {border-collapse:collapse;border-spacing:0;}
li{list-style:none;}

/* wrapper */
body {
	font-family:"メイリオ",Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"ＭＳ Ｐゴシック","MS PGothic";
	color: #000000;
	background-color:#D9F0F9;
	width:100%;
	height:100%;
	background:url(../img/bg.gif) repeat center top;
	font-size:16px;
}
a {
	text-decoration: none;
	color: #cd0000;
}
a:hover{
	text-decoration: underline;
}





