@charset "utf-8";
/* CSS Document */

body {
	width:%;
}

#wrap {
	width:640px;
	margin:auto;
	background:url(../images/common/back.jpg) repeat;
}

#header h2 {
	margin-top:18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:2.2em;
	font-weight:bold;
	padding-bottom:22px;
}

#header h1 {
	padding:0;
	margin:10px;
	float:left;
}

#header ul#links {
	width: auto;
	white-space:nowrap;
	position:fixed;
	margin-left: 470px;
}

#header ul#links li {
	float:left;
	margin:0px 10px 0 0;
}

h2 {
	margin:50px 0;
	text-align:center;
}

ul#bn01 {
	display:block;
	width:571px;
	margin:auto;
}

ul#bn01 li {
	text-align:right;
	margin-bottom:8px;
}

ul#bn02 {
	display:block;
	width:571px;
	margin:20px auto;
}

ul#bn02 li {
	float:left;

}

#foot_logo {
	float:left;
	width:137px;
	border-right:#000 solid 1px;
	margin:50px 0 0 60px;
}


#foot_address {
	float:left;
	width:315px;
	margin:50px 0 0 24px;
}

#foot_address p {
	font-size:1em;
	font-weight:500;
	line-height:140%;
}

#copyright {
	padding:40px 0;
	text-align:center;
}


















main {
    position: relative;
    z-index: 1;
}

aside{
	position:fixed;
    display: none;
    box-sizing: border-box;
    width: 50%;
    padding: 60px 0px 5px 0;

    line-height: 42px;
    text-align: center;

    top: 0;
    left: 100%;
    z-index: 2;


}

aside ul li a {
	display:block;
	background:#C11920;
	color:#FFF;
	margin:1px 1px 0 1px;
	padding:10px;
	text-align:left;
	
}

aside ul li {
	list-style-type:none;
}

aside ul li ul li {
	margin-left:10px;
	list-style-type:none;
}

aside ul li ul li a {
	text-align:left;
	padding:0 !important;
}
