@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
	
}

body {
	background: url(../img/common/background.png) repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

img {
	border: none;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;
  visibility: hidden;  
}

.clear {
	clear: both;
}

#loader {
    width: 200px;
    height: 66px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -33px; /* heightの半分のマイナス値 */
    margin-left: -100px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}
menu {
	background: url(../img/common/menu_bg.png) no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-left: 0px;
	width: 1173px;
	height: 113px;
}

menu ul {
	margin: 0px;
	padding: 0px;
}

#menu_left {
	float: left;
}

#menu_left li {
	float: left;
	list-style-type: none;
	margin-right: 8px;
}

#menu_right {
	float: right;
}

#menu_right li {
	float: right;
	list-style-type: none;
	margin-left: 8px;
}

#bg_top {
	background: url(../img/common/body_bg_top.png) no-repeat;
	width: 1262px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: -11;
	padding-top: 50px;
}

#container {
	background: url(../img/common/body_bg.png) repeat-y;
	width:1283px;
	height: 1600px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 700px;
	padding-bottom: 65px;
}

#bg_bottom {
	background: url(../img/common/body_bg_bottom.png) no-repeat;
	width: 1249px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: -11;
}

#container2 {
	background: url(../img/common/body_bg.png) repeat-y;
	width:1283px;
	margin-left: auto;
	margin-right: auto;
}

footer {
	clear: both;
	background: url(../img/common/footer_bg.png) repeat-x;
	width: 100%;
	padding-top: 20px;
	height: 78px;
	position: relative;
	margin-left: -500px;
	margin-right: -500px;
	padding-left: 500px;
	padding-right: 500px;
}

address {
	text-align: center;
}