/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}
.size13-black {font-size: 13px}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	background: url(image/tokutei_title.gif) no-repeat top;
	height: 19px;
	width: 610px;
	padding-top: 11px;
	padding-bottom: 10px;
}
h2 {
	background: #E3E3E3;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-left: 5px solid #CCCCCC;
}
h3 {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 12px;
}
td {
	padding: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 12px;
}
table {
	width: 610px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

body {
	font: normal 15px/1.5em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #510704 url(image/bg.jpg) no-repeat center top;
	text-align: center;
}
#wrapper {
	height: auto;
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	background: #FFFFFF url(image/wra.gif) repeat-y;
}
#contents {
	height: auto;
	width: 610px;
	padding: 20px 45px 3px;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
}
#contents-inner {
	width: 610px;
	margin: 0px;
	padding: 0px;
	height: auto;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#footer {
	margin: 0px;
	padding: 25px 0px;
	height: auto;
	width: 700px;
	background: #FFFFFF url(image/footer_line.gif) no-repeat top;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
address {
	font-size: 12px;
	text-align: center;
	color: #666666;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin: 30px 0px 0px;
	padding: 0px;
	height: auto;
	width: 610px;
	text-align: center;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}

/*end*/
