@charset "UTF-8";

/* reset ---------------------------------*/
html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul li {
	list-style-type: none;
}
a img {
	border: none;
}
img {
	vertical-align: none;
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}
a {
	outline: 0;
}
html {
	overflow-y: scroll;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.f_clear {
	clear: both;
}

/* ヘッダーメニューのスクロール固定 */
.fixed {
	position: fixed !important; 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #000000;
}



/* base ---------------------------------*/
body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ;
	color: #333;
	font-size: 12px;
	line-height: 1.7em;
	letter-spacing: 0.7px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
#container {
	width: 100%;
	margin: 0 auto;
}

#container #header {
	background: url(../images/bg_header.gif) repeat-x;
	height: 102px;
}
#container #header #header_wrap {
	width: 980px;
	margin: 0 auto;
}
/*
#container #wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 102px;
}
*/
#container #footer {
	background: #000;
}
#container #footer #footer_wrap {
	width: 980px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
a:active {
	color: #eee;
}


/* style ---------------------------------*/

/* header -------------- */
#container #header #header_wrap {
	position: relative;
}
#container #header #header_wrap #logo {
	text-align: center;
	width: 430px;
	height: 74px;
	margin: 0 auto;
}
#container #header #header_wrap #logo img {
	padding-top: 20px;
}


/* footer -------------- */

#container #footer {
	color: #eee;
	
}

#container #footer #footer_wrap #copyright {
	font-size: 8px;
	text-align: right;
}



/* footer固定用 */
html, body {
	height:100%;
}

#container {
	width:100%;
	min-width:980px;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#000;
}

#footer {
	height:26px;
	width:100%;
	position:absolute;
	bottom:0;
}
#container #footer #footer_wrap {
	padding-top:4px;
}


#wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

#wrapper img {
	max-width:none;
}
