@charset "utf-8";
/* ALL RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
addr,acronym {
	border: 0;
	font-variant: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size: 100%;
}
table {
	font-size:inherit;
	font: 100%;
}
hr {
	display: none;
}
br.clear {
	clear: both;
	display: block;
	font: 0pt/0pt sans-serif;
}
html {
	overflow-y: scroll;
}
/*BASE SET
-------------------------------------*/
body {
	color: #333333;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	background-color: #FFFFFF;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover,a:active {
	color: #FF6600;
	text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
/* CONTAINER
-------------------------------------*/
#container {
	width: 900px;
	margin: 60px auto 10px auto;
	text-align: center;
}
/* MAIN
-------------------------------------*/
#main {
	width: 900px;
}
#main h1, #main h2{
	display: none;
}
/* MENU
-------------------------------------*/
#menu {
	width: 900px;
	font-size: 0.9em;
	text-align: right;
}
#menu ul {
	zoom: 1;
	margin: 5px 0;
	overflow: hidden;
}
#menu li {
	display: inline;
	margin-right: -1px;
	padding: 0 5px;
	border-right: 1px #999999 solid;
}
/* FOOTER
-------------------------------------*/
#footer {
	width: 900px;
	text-align: right;
}
#footer address{
	margin: 5px 5px 0 0;
	font-size: 0.85em;
}
