@charset "utf-8";


/* --------------------------------------------------
Reset
-------------------------------------------------- */
html,body,div,
header,footer,article,section,aside,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
img,
p,blockquote,pre,cite,code,caption,
figure,figcaption,
object,iframe,
a,strong,address,span,
sub,sup,
form,fieldset,legend,input,textarea,select,option,label,caption,
table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

img {
	vertical-align: top;
}

address,em,cite {
	font-style: normal;
}

fieldset {
	border:medium none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header,footer,hgroup,article,section,aside {
	display: block;
}


/* --------------------------------------------------
Base Setting
-------------------------------------------------- */
body {
	position: relative;
	height: 100%;
	text-align: center;
	color: #4F4F4F;
	font: 12px/2.0 "Helvetica Neue", Helvetica, arial, YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
	text-rendering: optimizeLegibility;
	image-rendering: optimizeQuality;
	background: url(../img/bg_white2.png);
}

a:link,
a:visited {
	/*color: #4EB0FF;*/
	color: #e53462;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #e53462;
	text-decoration: none;
}


/* --------------------------------------------------
Header
-------------------------------------------------- */
#header-area {
	position: fixed;
	z-index: 10000;
	width: 100%;
	text-align: center;
	opacity: 0.9;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#header-area .content-navi {
		position: relative;
		margin: 0 auto;
		height: 80px;
		background: #FFFFFF;
		text-align: left;
}
#header-area .content-navi h1 {
	position: absolute;
	top: 10px;
	left: 450px;
}
#header-area .content-navi nav {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1040px;
}
#header-area .content-navi nav li {
	float: left;
	margin-left: 30px;
	text-align: center;
}
#header-area .content-navi nav li:hover {
	opacity: 0.7;
}
#header-area .content-navi nav li.new {
	background: url(../img/nav_head_new.png) center top no-repeat;
}
.logo {
	float: right;
}

/* --------------------------------------------------
mainvisual
--------------------------------------------------*/


/* --------------------------------------------------
Footer
--------------------------------------------------*/
footer {
	clear: both;
	min-width: 1040px;
	height: 70px;
	text-align: center;
	opacity: 0.8;
	font-size: 10px;
}
footer .copyright {
	width: 100%;
  background: url(../img/bg_green.png) center center / cover no-repeat;
	color: #fff;
}
footer .copyright .copyright_inner {
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
	width: 1040px;
	text-align: left;
}
footer .copyright .copyright_inner .logo {
	position: absolute;
	top: 15px;
	right: 0;
}

dl:after,
div:after {
  content: "";
  display: block;
  clear: both;
}
