@charset "utf-8";

@import url("reset.css");

body {
	font: 12px "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3";
	background: url(../images/body_bg.png) repeat;
}
#gradationWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(../images/back_footer.gif) no-repeat left bottom;
}
#header {
	background: url(../images/base_head_bg.jpg) no-repeat;
	height: 268px;
	position: relative;
	overflow: hidden;
}
#header #banner{
	position: absolute;
	left: 338px;
	top: 15px;
}
#header h1 a {
	display: block;
	width: 320px;
	height: 211px;
	text-indent: -9999px;
}
ul#global {
	width: 782px;
	margin: 0px 8px 0px 10px;
}
ul#global li {
	float: left;
	text-align: center;
	text-indent: -9999px;
}
ul#global li a {
	display: block;
	height: 57px;
}
ul#global li#menu0 {
	width: 52px;
}
ul#global li#menu1 {
	width: 103px;
}
ul#global li#menu2 {
	width: 94px;
}
ul#global li#menu3 {
	width: 85px;
}
ul#global li#menu4 {
	width: 98px;
}
ul#global li#menu5 {
	width: 98px;
}
ul#global li#menu6 {
	width: 141px;
}
ul#global li#menu7 {
	width: 111px;
}
#contents {
	padding: 10px 0px 0px;
}
#contents #main {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 10px;
}
#main h2 {
	margin: 0px 0px 20px;
	clear: both;
}
#main h3 {
	margin: 0px 0px 10px;
}

#main p {
	margin: 0px 0px 10px;
	color: #333;
	line-height: 140%;
}
#contents #sideBanner {
	float: right;
	width: 160px;
	padding-right: 10px;
}
#sideBanner ul {
	width: 190px;
}
#sideBanner h2 {
	display: none;
}

#sideBanner li {
	margin: 0px 0px 7px;
	text-align: center;
}

#sideBanner li img{
	vertical-align: bottom;
}
#path {
	line-height: 130%;
	color: #333;
	padding: 0px 10px 10px;
}
#path a {
	color: #333;
}
#path a:hover {
	text-decoration: none;
}


#footer {
	clear: both;
	margin: 30px 0px 0px;
}
#footer ul {
	text-align: center;
	background: #000;
	margin: 0px;
}
#footer li {
	display: inline-block;
	padding-right: 0.5em;


	/display: inline;
	/zoom: 1;
	line-height: 40px;
	color: #FFF;
}
#footer li a{
	margin-right: 10px;
	color: #FFF;
}
#footer li a:hover {
	text-decoration: none;
}
#footer .wrap {
	padding: 10px 0px;
}

#footer p {
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	color: #FFF;
	clear: both;
}
#footer p a {
	color: #FFF;
}

#sidebarQr {
	background: url(../images/sidebar_qr.gif) no-repeat;
	height: 115px;
	width: 160px;
	margin: 10px auto;
	overflow: hidden;
	padding: 165px 0px 0px;
}
#sidebarQr input {
	width: 120px;
	margin: 0px 20px 2px;
}
#sidebarQr input#mobileBtn {
	height: 22px;
	width: 72px;
	background: url(../images/sidebar_qr_btn.gif) no-repeat 0px 0px;
	border: 0;
	cursor: pointer;
}
#sidebarQr select {
	width: 120px;
	margin: 0px 20px 2px;
}

