
#header_wrap {
	height: 426px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/sub/wrap_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#header {
	height: 426px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/sub/header_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#inheader {
	position: relative;
	height: 426px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#inheader h1 {
	position: absolute;
	height: 110px;
	width: 323px;
	top: 37px;
	left: 42px;
}

#inheader h1 a {
	height: 110px;
	width: 323px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../img/common/h1_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.h_catch {
	position: absolute;
	top: 38px;
	right: 0px;
	height: 65px;
	width: 183px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/h_catch.png);
	background-position: 
}

#inheader ul {
	position: absolute;
	top: 259px;
	left: 0px;
	height: 120px;
	width: 980px;
}

#contents_left {
	height: auto;
	width: 740px;
	float: left;
	padding-bottom: 80px;
}

#side_navi {
	height: auto;
	width: 230px;
	float: right;
	display: inline;
	padding-bottom: 80px;
}

#side_navi ul li a:hover img {
	filter: alpha(opacity: 70);
	opacity:0.7;
	-moz-opacity: 0.7;
}

/*プライバシーポリシー*/
.privacyBox {
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: auto;
	margin: 0px auto 70px;
	padding-top: 15px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
}
.privacyBox h2 {
	padding-left: 2em;
	font-weight: bold;
}
.privacyBox .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.privacyText {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-align: left;
}
.privacyList {
	height: auto;
	width: 100%;
	margin-top: 60px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
}
.privacyList dt {
	padding: 0px 30px;
	font-weight: bold;
	color: #666;
}
.privacyList dd {
	color: #666666;
	padding: 0px 30px 30px 60px;
}
dl.privacyList dd.ga a{
    color: #000000;
    text-decoration: underline;
}
dl.privacyList dd.ga a:hover{
    background-color: #ddd;
}

