@charset "utf-8";
/*
Yahoo! UI Library
****************************************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/*
Reset CSS
*******************/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
img{vertical-align:middle}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline:none;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/*
commmon CSS
*******************/
html {
	background:url(../images/bg.png) repeat 0 0;
	overflow-y:scroll;
}
body {
	background:url(../images/bg.png) repeat 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	text-align:center;
	font-size:14px;
	min-width:1080px;
	-webkit-text-size-adjust:none;
}
/*ノーマルリンク アンダーライン→アンダーラインなし*/
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* Clearfix
************************************************************/
.footer p.toTop{/zoom:1;}
.footer p.toTop:after{content:'';display:block;clear:both;}
/* container
************************************************************/
.container {
	width:980px;
	margin:0 auto;
	text-align:left;
}
/* header
************************************************************/
.header {
	padding:160px 0 0;
}
.header h1 {
	width:330px;
	margin:0 auto;
}
.header p a {
	background:url(../images/mail.png) no-repeat 0 0;
	width:230px;
	height:50px;
	margin:68px auto 160px;
	display:block;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
/* footer
************************************************************/
.footer {
	background:url(../images/footer_bg1.png) repeat-x 0 24px;
	margin:140px 0 0;
}
.footer p.toTop a {
	background:url(../images/totop.png) no-repeat 0 0;
	width:34px;
	height:34px;
	float:right;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
.footer p.copy {
	background:url(../images/copy.png) no-repeat 0 0;
	width:200px;
	height:68px;
	margin:20px auto 80px;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
/* contents
************************************************************/
.contents ul.topBn li {
	border:solid 3px #000;
}
.contents ul.topBn li.bn2 {
	margin:90px 0 0;
}