/*
########################################################
  common style
########################################################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 12px; /* modern browser */
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
	background: #000000;
}
ol, ul, dl {
	list-style: none;
	line-height: 1.4;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th{
	border-collapse: collapse;
	line-height: 1.4;
}
img {
	border: none;
}
h1, h2, h3, h4, p {
	line-height: 1.4;
}
sup, sub{
	font-size: 66%;
	position: relative;
	top: -0.5em;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0004;
	text-decoration: none;
}
a:active {
	color: #CC0004;
	text-decoration: none;
}


/*
########################################################
  container
########################################################
*/

#container{
	margin: auto;
	background: #FFFFFF;
}


/*
########################################################
  header
########################################################
*/

#topHeader{
	zoom: 1;
	background: url(../images/top_header_back.jpg) no-repeat;
	width: 820px;
	height: 70px;
	padding: 0 40px;
	margin: auto;
}
#header{
	zoom: 1;
	background: url(../images/header_back.jpg) no-repeat;
	width: 820px;
	height: 150px;
	padding: 0 40px;
	margin: auto;
}
#topHeader img.logo,
#header img.logo{
	float: left;
	position: relative;
	top: 25px;

}
#header .top{
	zoom: 1;
	height: 70px;
	margin-bottom: 20px;
}
#header h1.title{
	width: 820px;
	height: 20px;
}

#topHeader:after,
#header:after,
#header .top:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



/*
########################################################
  menu
########################################################
*/

ul.menu{
	zoom: 1;
	float:right;
	width: 508px;
	height: 10px;
	position:relative;
	top: 37px;
}
ul.menu li{
	float: left;
	padding-right:15px;
}
ul.menu li.last{
	float: right;
	padding: 0;
}
ul.menu:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/*
########################################################
  contents
########################################################
*/

#contents{
	zoom: 1;
	width: 820px;
	padding: 0 40px 40px 40px;
	margin: auto;
}

#contents:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/*
########################################################
  footer
########################################################
*/

#footer{
	zoom: 1;
	background: #000000 url(../images/footer_back.jpg) center top repeat-x;
	height: 85px;
	overflow: hidden;
	clear: both;
}
#footer .detail{
	zoom: 1;
	width: 880px;
	padding: 0 10px;
	position: relative;
	top: 10px;
	margin: auto;
}
#footer .detail img.logo{
	float: left;
	padding-right: 10px;
}
#footer .detail img.copy{
	float: left;
	width: 169px;
	height: 10px;
	margin-bottom: 20px;
}
#footer .detail ul.fmenu{
	zoom: 1;
	float: left;
	padding: 0 20px;
	height: 10px;
	width: 367px;
	margin-bottom: 20px;
}
#footer .detail ul.fmenu li{
	float: left;
	padding-right: 15px;
}
#footer .detail .bannerL{
	height: 30px;
	width:650px;
}
#footer .detail .bannerL img{
	margin-right: 10px;
}
#footer .detail .bannerR{
	height: 60px;
	float: right;
	width: 215px;
}
#footer .detail .bannerR img{
	margin-left: 10px;
}

#footer:after,
#footer .detail:after,
#footer .detail ul.fmenu:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
