@charset "utf-8";

/* tags
--------------------------------------------- */
body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #33cc99;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
}

a{
  color:#33cc99;
  text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

a img{border:none;}


/* layout
--------------------------------------------- */

#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

#top {
	height: 632px;
	margin-top: 0px;
	top: 0px;
	position: relative;
	line-height: normal;
    background: url("../images/home.jpg") no-repeat;
    padding: 200px 0 0 280px;
    box-sizing: border-box;
}
.text-r{
	text-align: right;
}
#topnav{
	left: 33px;
	position: absolute;
	padding-top: 0px;
	top: 71px;
	text-align: left;
	line-height: 2em;
	font-size: 0.8em;
}

.nav01{
	line-height: 1.7em;
}
	
.nav02{
	line-height: 1.5em;
	font-size: 0.9em;
}

#topnav ul li{
	list-style-type: none;
}

#topnav ul li a  {
	border: none;
}

#kanri{
	position: absolute;
	top: 574px;
	left: 718px;
	width: 180px;
	text-align: center;
	}
	
.kanri00{
	font-size: 0.5em;
	color: #F0F0F0;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.kanri01{
	font-size: 0.6em;
	color:#F0F0F0;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.kanri02{
	font-size: 0.7em;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	}

footer {
	padding-top: 80px;
	background-color: #000000;
	color: #484848;
	clear: left;
	height: 100px;
	text-align: center;
	font-size: 0.6em;
}
