/* style reset */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	text-indent:-9999px;
}

li {
	list-style:none;
}
a:link {
	color: #002965;
}
a:visited {
	color: #002965;
}
a:hover {
	color: #002965;
	text-decoration:none;
}
img {
	border:0px;
	vertical-align:bottom;
}
.clear {
	clear: both;
}
/* layout */

body {
	font-family:'メイリオ',Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic', monospace;
	font-size: 12px;
	line-height: 140%;
	color:#333333;
	background:url(images/bg.jpg) repeat-x top left;
}

#container{
	width:900px;
	margin:0 auto;
}