@charset "utf-8";

html {
	margin: 0 auto;
	padding: 0;
	max-width: 680px;
	width: 100%;
	background-color: #fff;
}

body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "???C???I", Meiryo, "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #FFF;
	-webkit-text-size-adjust:100%;
}
p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	color: #666;
}
a:hover {
	color: #54c769;
	text-decoration: none;
}

p {
	padding: 0.5em 5px 1em;
}

#menu_button {
	position:fixed;
	top:0px;
	right:0;
	cursor: pointer;
	z-index:3;
}


#menu_button img {
	height: auto;
	margin-right:15px;
}

#nav_mo {
	position:fixed;
	width: 100%;
	z-index:2;
	font-size:18px;
}
#nav_mo > ul {
	padding: 0px;
	background-color: #000;
	line-height:1.5em;
}
#nav_mo > ul > li {
	list-style-type: none;
}
#nav_mo > ul > li > a:link {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #2F2F2F;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
#nav_mo > ul > li > a:visited {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
	border-bottom: 1px solid #2F2F2F;
	text-decoration: none;
	display: block;
}
#nav_mo > ul > li > a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f8f;
}
#nav_mo > ul > li:last-child {
	margin-bottom: -1px;
}
.nav_mo_s {
	padding: 6px 0px 6px 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #2F2F2F;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.nav_mo_s li :first-child {
	border-top: 1px solid #2F2F2F;
}
.nav_mo_sub {
	display: none;
	padding: 0px;
	background-color: #000;
	margin-top: 15px;
}
.nav_mo_sub li :first-child {
	border-top: 1px solid #2F2F2F;
}
.nav_mo_sub > li > a:link {
	padding-top: 6px;
	padding-left: 35px;
	padding-bottom: 6px;
	border-bottom: 1px solid #222222;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.nav_mo_sub > li > a:visited {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
	text-decoration: none;
	display: block;
}
.nav_mo_sub > li > a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f8f;
}

#kikakuhead {
	background-image: url(nav_img/kikakuhead.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	border-bottom:solid 2px #aaa;
}

#kikakuhead p{
	font-size:13pt;
	font-weight: bold;
	text-align:right;
	padding: 3px 58px 0 0;
	color: #000;
	line-height: 1.5em
}
#kikakuhead p a{
	color: #000;
}
#kikakuhead p a img{
	width: 144px;
	padding-bottom: 3px;
}
