@charset "utf-8";
/* CSS Document */
html{background:#000;}
body {
	color: #fff;
	font-family: 'メイリオ',Meiryo,sans-serif;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	background: url(images/bg00.gif);
}
em {font-weight:bold;}
hr {padding: 0; margin: 0; visibility:hidden; clear: both;}
a {text-decoration: none;}
a:link,
a:visited {color: #fda;
}
a:active,
a:hover{color: #ff7146;}
.alternate{
	position:absolute;
	text-indent:-1000em;
}
/* --------------------------------------------------------レイアウト */
#wrapper {
	background: url(images/bg01.jpg) no-repeat;
	height: 1970px;
	padding: 0;
	margin: 0;
}
#main {
	width: 290px;
	padding-top: 58px;
	margin-left: 620px;
}
h1 {
	margin-bottom: 20px;
}
p{
	line-height: 1.6em;
	margin-bottom: 6px;
	text-indent: 34px;
}
.text{
	margin-bottom: 80px;
}
nav{
	background: url(images/title_km.gif) no-repeat;
	padding-top: 16px;
	margin-bottom: 80px;
}
footer{	background: url(images/title_copy.gif) no-repeat;
	padding-top: 4px;
}

small{font-size: 90%;}