body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	height: 100%;
	color: #434343;
	line-height: 1;
}
a {
	color: #eb6e8f;
}
:focus {
	outline: 0;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
ul, li {
	list-style: none;
}
li img, dt img, dd img {
	vertical-align: bottom;
}
.hidden {
	display: none;
}
strike {
	color: #F00;
	text-decoration: none;
}
textarea {
	resize: none;
}
input {
	cursor: pointer;
}
iframe {
	border: none;
}
a {
	cursor: pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#container {
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	background: url(../images/common/main_bg.jpg) no-repeat top center #fff;
}
#contents {
	width: 1200px;
	margin: 0 auto;
}
#contents .contentsinner {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
#footer {
	padding: 0;
	min-width: 1200px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
}
#footer .footinner {
	margin: 0 auto;
	padding: 15px 0 20px;
	position: relative;
  width: 964px;
}
#footer .banner li {
	float: left;
	margin: 0 10px 10px 0;
}
#footer .banner li.last {
	margin: 0 0 10px;
}
#footer .copyright {
	position: absolute;
	bottom: 8px;
	right: 0;
	font-size: 90%;
}
#navi {
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 9999;
}
#navi li {
	text-align: left;
	margin: 0 0 2px 0;
}
#navi_fix {
	position: fixed;
	top: 82px;
	left: auto;
	z-index: 9999;
}
#navi_fix li {
	text-align: left;
	margin: 0 0 2px 0;
}
#header {
	position: absolute;
	top:0;
	padding: 0;
	min-width: 1064px;
	border-bottom: 1px solid #c7c7c7;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
z-index: 9999;
}
#header .headinner {
	width: 1200px;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/* COMMON */
.common #contents .contentsinner {
	padding: 71px 0 0 0;
	height: auto;
	position: relative;
}
.common #contents .pagebody {
	margin: 0 auto;
	width: 808px;
	background-color: rgba(255,255,255,0.5);
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
.common #contents .pageinner {
	margin: 0;
	width: 808px;
	background: url(../images/common/contents_bg.png) no-repeat top center;
}
.common #contents #totop {
	position: absolute;
	top: 81px;
	right: 95px;
}
.common #pagetop {
	position: fixed;
	bottom: 130px;
	right: 0;
	z-index: 9999;
}
