@charset "utf-8";
/*---------------------------------------
Reset
--------------------------------------- */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------
Common
--------------------------------------- */
body {
  color: #313131;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 90%;
  background:#000;
  text-align:center;
}
header{
	overflow:hidden;
	background:#fff;
	text-align:left;
}
header h1{
	width:1000px;
	margin:0 auto;
}
header h1 a{
	display:block;
	background:url(../images/logo.gif) 0 center no-repeat;
	width:343px;
	height:50px;
	padding:10px 0;
	text-indent:-9999px;
}
nav{
	background:#3a56c3;
	width:100%;
	overflow:hidden;
}
.cont{
	margin:20px auto 30px auto;
	overflow:hidden;
	width:1000px;
}

ul.nav{
	width:1000px;
	margin:0 auto;
	background:#3a56c3;
	border-left:1px solid #426ad1;
	overflow:hidden;
}

ul.nav li{
	float:left;
	width:79px;
	text-align:center;
	border-right:1px solid #426ad1;

}
ul.nav li.l{
	width:129px;
}
ul.nav li.ll{
	width:178px;
}

ul.nav li a{
	display:block;
	width:100%;
	color:#fff;
	padding:20px 0;
	font-weight:bold;
	text-decoration:none;
}

ul.nav li a:hover{
	background:#3f5ccb;
}
p.access,p.contact{
	color:#fff;
	padding-top:20px;
}
p.contact span{
	display:block;
	margin:80px auto 30px;
	width:300px;
	background:#333;
	border:1px solid #999;
}

p.contact span a{
	font-size:140%;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:30px;
}

p.contact span a:hover{
	background:#666;
}