body {
margin:0 0 0 10px;
font-family: Arial, sans-serif;
font-size: 12pt;
}

/* スクロール固定場所 */
.header_area {
  position: fixed; /* 固定 */
  top: 0; /* 一番上に表示 */
 margin: 0 auto;
 /*width: 100%;*/ 
hight:150px;
}

/* コンテンツ */
.contents_area {
  /*width: 100%;*/ 
 overflow: auto; /* スクロールする範囲を制御 */
  margin: 0 auto;
  padding: 100px 0px;  /* コンテンツ上下にスペース */
}

/* --- ナビゲーションバー --- */
div.nav {
width: 1300px; /* ナビゲーションの幅 */
background-color: #696969; /* ナビゲーションの背景色 */
/*border-top: 1px #cccccc solid;*/ /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
/*font-size: 80%;*/
}

/* --- メニューエリア --- */
div.nav ul.nl {
width:1000px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background-color: #696969; /* メニューの背景色 */
border-right: 1px #cccccc solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 250px; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
color:#ffffff;
font-weight:bold;

}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background-color: #c0c0c0; /* ポイント時の背景色 */
text-decoration: none; /* テキストの下線（なし） */
color:#000000;
font-weight:bold;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

table {
border-collapse:collapse;
border:none;
margin:0px 0px 20px 20px;
}

h1 {
padding-left:20px;
font-size:16pt;
}

h2 {
/*padding-left:10px;*/
text-decoration:underline;
text-align:center;
}

h3 {
text-decoration:underline;
text-align:left;
padding:20px 0px 10px 20px;
}

.auto-style1 {
color: #FFFFFF;
}

p {
text-align:center;
margin-bottom:5px;
}

.tln1 {
border:none;
padding-right:5px;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#main {
width:1300px;
}

#style0 {
padding-left:20px;
text-align:left;
text-decoration:underline;
/*font-size:13pt;*/
}

#style1 {
padding-left:20px;
text-align:left;
text-decoration:none;
/*font-size:13pt;*/
}

#style2 {
list-style-type:none;
margin:0;
}

.style4 {
margin: 0px 0px 0px 0px;
text-decoration:none;
}

.style5 {
margin: 0px 0px 0px 20px;
text-align:left;
font-size:14pt;
}

.style3 {
text-align:left;
margin: 20px 0px 0px 20px;
text-decoration:none;
}

footer {
margin-top:50px;
width:1300px;
height:20px;
background-color:#e6e6fa;
padding:10px 10px 10px 0px;
text-align: right;
}