@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
　font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(../backnamber/images/back.jpg);
  background-repeat: repeat;
  overflow-y:scroll;
  text-align:center;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

a img {
    border-style:none;
}

/*---------- メイン ----------*/

#main {
  margin: 0px auto;
  padding: 0;
  width: 800px;
  text-align:center;
  background-color:#e0e0e0;
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0;

}

#header-inner {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 70px;
  font-family:Verdana;
  background-image: url(../backnamber/images/backnumber.jpg);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 650px;
  background-color: #ffffff;
}



/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin: 0;
  padding: 0px 0px 0 0px;
  line-height: 150%;
  width: 650px;
  background-color: #ffffff;
}

#contents img.sample {
  float: left;
  margin: 10px 0px 10px 10px;
}


#contents h1 {
  margin: 0;
  padding: 5px 0 4px 8px;
  line-height: 110%;
  font-size: 12px;
  color: #ffffff;
  border-left: solid 8px #333333;
  background-color: #999999;
}

#contents img.line {
  margin: 5px 10px 0px;
}

.h1 {
	font-size: 14px;
	color: #F69;
	font-weight: bold;
	line-height: 1.3em;
}

.h3 {
	font-size: 14px;
	color: #4b9147;
	font-weight: bold;
	line-height: 1.3em;
}

.h2 {
	font-size: 12px;
	color: #333;
	line-height: 1.2em;
}

.h4 {
	font-size: 14px;
	color: #900;
	font-weight: bold;
	line-height: 1.3em;
}

.h5 {
	font-size: 14px;
	color: #0066ff;
	font-weight: bold;
	line-height: 1.3em;
}

/*---------- フッター ----------*/

#footer {
	width: 800px;
	background-color: #7B5868;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
}
#footer #footerNavi {
	font-size:9px;
	text-align:left;
	color: #FFFFFF;
	margin-left: 10px;
	width: 360px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#footer #footerNavi a:link {
  color: #ffffff;
	text-decoration:none;
}
#footer #footerNavi a:visited {
  color: #ffffff;
	text-decoration:none;
}
#footer #footerNavi a:hover, a:active {
	color:#F00000;
	text-decoration:underline;
}

#footer #copyright {
	font-size:10px;
	color: #ffffff;
	float: right;
	display: block;
	margin: 10px;
	height: 15px;
	width: 200px;
	text-align:right;

}
#footer #copyright p {
	margin-right: 10px;
	margin-top: 3px;
}

