@charset "utf-8";

/*-----------------------------------
 *	Reset CSS
 *----------------------------------*/
 
* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:hover { color:#0244bd; }
a:link,
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	height:100%;
	font-size: 75%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#333333;
	border-top: solid #999 5px;
	background-color: #eeeeee;
	line-height: 1.3;
	text-align: center;
}
/*safariハック*/
/*
html[xmlns*=""] body:last-child #wrapper {
	font-size:9pt;
	line-height:1.0em;
}
*/

h1,h2,h3,p,li,dt,dd{ font-size: 100%; }
address{ font-style: normal; }

* html div#wall {
	height:100%;
}


a img {
	border: none;
	text-decoration: none;
}
/***************************************************/

img {
	border:0;
	line-height: 0;
	font-size: 0;
}

ul li,
ol li{ list-style-type: none; }

.images,
.btn{
	line-height: 0;
	font-size: 0;
}
