/* CSS Document */

@import url(navi.css);
@import url(common.css);

body {
margin:0;
padding:100px 0 0 0;
font-size:12px;
color:#333;
line-height:220%;
background:url(back.gif) repeat;
font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
}

#main {
	width:359px;
	margin:0 auto;
}

h1 {
	width:359px;
	height:64px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(title.png) no-repeat;
}

h1 a {
	width:359px;
	height:64px;
	display:block;
}

p {margin:0; padding:0; text-align:center;}

