@charset "UTF-8";

* {
	color: #333;
	line-height: 160%;
}

body {
	font-size: 80%;
	text-align: center;
	background-color: #fff;
	margin: 0px;
}

div#wrapper {
	margin: 20px auto 0px auto;
	width: 700px;
	text-align: left;
}

div#inner {
	border: 1px solid #d9cea7;
	background-color: #fbfaf5;
	height: 400px;
}

div.main {
	padding: 0px 20px;
}

div.text {
	float: left;
	width: 198px;
}

div.flash {
	float: right;
	width: 450px;
	padding-bottom: 20px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

h2 {
	margin: 85px 4px 0px 4px;
	padding: 0px;
}
h2 a {
	display: block;
	width: 190px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	/*¥*/
	_text-indent: 0px;
	_font-size: 0px;
	_color: #fff;
	/**/
	_text-indent/**/ : -10000px;
}
h2.tvc a {
	height: 126px;
	background-image: url(../img/tvc_navi.jpg);
}
h2.fil a {
	height: 126px;
	background-image: url(../img/fil_navi.jpg);
}
h2.tvc a:hover {
	background-position: 0px -126px;
	color: #fff;
}
h2.fil a:hover {
	background-position: 0px -126px;
	color: #fff;
}

p.close {
	margin: 10px 0px 15px 263px;
	padding: 0px;
	text-align: left;
}
p.close a {
	display: block;
	width: 174px;
	height: 59px;
	background-image: url(../img/close.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	/*¥*/
	_text-indent: 0px;
	_font-size: 0px;
	_color: #fff;
	/**/
	_text-indent/**/ : -10000px;
}
p.close a:hover {
	background-position: 0px -59px;
	color: #fff;
}

