@charset "UTF-8";
/* formatting style 
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body, p, td, th, h1, h2, h3, h4, h5, h6, address {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-size: 100%;
	color: #333;
	line-height: 1.5em;
	background-color: #CCFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr {
	display: none;
	border-width: 0px;
	margin: 0px;
}
img{
	border-style: none;
}
a img {
	border-style: none;
}
/* basic layout
---------------------------------------*/
body #wrapper {
	background-color: #CFF;
	margin: 0px auto;
	width: 800px;
}
/* header layout
---------------------------------------*/
#wrapper #header {
	margin-top:10px;
	margin-bottom:50px;
	margin-right:10px;
	width:300px;
	height:80px;
	float:left;
}
#wrapper #header h1{
	color:#FFF;
	background-color:#F90;
}
#wrapper #header h1 a{
	color:#FFF;
	text-decoration:none;
}
#wrapper #header address {
	color: #333;
	font-size: 80%;
	font-style: italic;
	line-height:1.2em;
	background-color:#F90;
	padding-left:1em;
}
/* menu layout
---------------------------------------*/
#wrapper #menu ul{
	list-style-type:none;
	font-weight: bold;
}
#wrapper #menu ul li{
	float:left;
	padding-top:70px;
	padding-left:20px;
	margin-bottom:10px;
}
#wrapper #menu ul li a {
	text-decoration:none;
	color:#333;
}
#wrapper #menu li a:hover{
	color:#00F;
}
.current{
	color:#F90;
}
/* main layout
---------------------------------------*/
#main{
	clear:both;
}
#copy{
	clear:both;
	text-align:center;
	padding-top:30px;
}
#copy a{
	font-style:normal;
	font-weight:bold;
	color:#F90;
	text-decoration:none;
}
#copy a:hover{
	color:#00F;
}

