@charset "utf-8";
/* CSS Document */


/*タグの再設定*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,p,blockquote{
	margin:0;
	padding:0;	
}

img {
	border: 0px;
}

img a {
	border: 0px;
}

address,caption,cite,code,dfn,em,th,var,h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

ol,ul {
	list-style:none;
}

a {
	text-decoration: none;
}

/*全体のレイアウト*/

body {
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 960px;
	height: 152px;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}

#middle {
	width: 960px;
	height: auto;
}

#bottom {
	width: 960px;
	height: auto;
}

/*ヘッダー*/

h1 {
	font-size: 11px;
	line-height: 160%;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: 4px;
	right: 10px;
	border: 1px solid #FFD2EA;
	padding: 5px 10px;
}

#logo {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 250px;
	height: 135px;
	background-image: url(../images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 17px;
	left: 0px;
}

#logo:hover {
	background-image: url(../images/logo-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#tel {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 205px;
	height: 30px;
	background-image: url(../images/tel.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 79px;
	left: 723px;
}

#h_navi {
	width: 526px;
	height: 20px;
	position: absolute;
	top: 126px;
	left: 412px;
}

#h_navi li {
	display: inline;
	float: left;
}

#h_navi li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 20px;
}

#h_navi0 {
	width: 82px;
	background-image: url(../images/h_navi0.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi0:hover {
	width: 82px;
	background-image: url(../images/h_navi0-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi1 {
	width: 99px;
	background-image: url(../images/h_navi1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi1:hover {
	width: 99px;
	background-image: url(../images/h_navi1-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi2 {
	width: 78px;
	background-image: url(../images/h_navi2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi2:hover {
	width: 78px;
	background-image: url(../images/h_navi2-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi3 {
	width: 81px;
	background-image: url(../images/h_navi3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi3:hover {
	width: 81px;
	background-image: url(../images/h_navi3-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi4 {
	width: 101px;
	background-image: url(../images/h_navi4.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi4:hover {
	width: 101px;
	background-image: url(../images/h_navi4-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi5 {
	width: 85px;
	background-image: url(../images/h_navi5.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#h_navi5:hover {
	width: 85px;
	background-image: url(../images/h_navi5-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/*フッター*/

#footer_dvd {
	width: 960px;
	height: 240px;
	background-image: url(../images/dvd_banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer_dvd a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 960px;
	height: 240px;
	background-image: url(../images/dvd_banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer {
	width: 960px;
	height: 200px;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 25px;
}

#footer ul {
	font-size: 11px;
	line-height: 200%;
	margin-bottom: 6px;
}

#footer ul li {
	display: inline;
	padding-left: 14px;
	padding-right: 10px;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 1px;
}

.footer_link_r {
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
}

#footer ul li a {
	color: #333;
}

#footer ul li a:hover {
	color: #F06;
}

#copyright {
	font-size: 12px;
	font-weight: bold;
	line-height: 250%;
}
