@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	color: #000;
}
#all {
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
h1, h2, h3, h4, h5, p, ul, li, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}
ul, li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	outline: none;
}

.link2 a {
	color: #666;
	text-decoration: underline;
}
.link2 a:hover {
	color: #000;
	text-decoration: underline;
}
.link2 a:focus {
	outline: none;
}
/*----header----*/

#head {
	text-align: left;
	width: 100%;
	background-color: #000;
	color: #fff;
}
.headinner {
	width: 980px;
	margin: 0 auto;
	padding: 6px 0 17px 0;
	position: relative;
}
#head h1 {
	float: left;
	padding: 31px 0 0 0;
}
#head #snavi {
	float: right;
	margin: 0 0 12px 0;
}
#head #snavi li {
	float: left;
	margin: 0 0 0 13px;
}
#head #navi {
	float: right;
}
#head #navi li {
	float: left;
}
#head .lnavi ul {
	width: 750px;
	background: url(images/common/lnavi_head.gif) no-repeat top left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*----contents----*/

#contents {
	width: 100%;
	color: #000;
	background-color: #fff;
}
.contentsinner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
/*----footer----*/

#foot {
	text-align: left;
	width: 100%;
	background-color: #000;
	color: #fff;
}
.footinner {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
#foot .share {
	float: left;
}
#foot .share li {
	float: left;
	margin: 0 10px 0 0;
}
#foot .footlogo {
	float: right;
}
#foot .copyright {
	clear: right;
	text-align: right;
	font-size: 70%;
	font-weight: bold;
	padding: 20px 0 0 0;
}
/*----clearfix----*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*----pagetop----*/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 9999;
}
#pagetop a {
	width: 55px;
	height: 55px;
	display: block;
}
/*----artaiken----*/
#artaiken {
	position: fixed;
	top: 20px;
	right: 5px;
	display: none;
	z-index: 10000;
}
#artaiken a {
	width: 126px;
	height: 158px;
	display: block;
}
/* img over */
a:hover img.overimg {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none!important;
}
