@charset "Shift_JIS";



/* ページ全体
---------------------------------------------- */

* {
margin: 0;
padding: 0;
}

html,body {
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#333;
scrollbar-3dlight-color:#fff;
scrollbar-arrow-color:#333;
scrollbar-darkshadow-color:#fff;
}

body {
color: #555;
background: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 70%;
line-height:160%;
}

a:link { color: #999; text-decoration:none;}
a:visited { color: #999; text-decoration:none;}
a:hover { color: #555; text-decoration:none;}
a:active { color: #555;  text-decoration:none;}

img {border:0;}

h2 {
pading: 0;
line-height: 1.6;
color: #ccc;
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-size: 32px;
letter-spacing: -2px;
}

h3 {
margin: 0;
padding: 0;
border-bottom: 1px #708090 dashed;
line-height: 1.2;
color: #59d5eb;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
}

h4 {
margin-bottom: 0.5em;
line-height: 1.2;
color: #778899;
}

.aka {
color: #c00;
}


/* インデックスページ
---------------------------------------------- */

.entar {
  margin: 80px auto;
  padding: 50px;
  width: 650px;
  text-align: center;
  border:1px solid #708090;
}



/* メイントップ
---------------------------------------------- */

.main_top {
  margin : 0;
  border: 0;
  padding: 30px;
  text-align: left;
}



/* メインメニュー
---------------------------------------------- */

.main_menu {
  width: 800px;
  height: 30px;
  margin : 0;
  border: 0;
  padding: 8px 0;
  text-align: right;
  font-size:12px;
  line-height:160%;
  color:#777;
  background: url(sozai/tittle.gif) no-repeat fixed left top;
}



/* リンクメニュー
---------------------------------------------- */

.link_menu {
  width: 160px;
  margin : 0;
  padding: 30px 20px;
  text-align: left;
  font-size:12px;
  line-height:160%;
  color:#777;
}



/* pict設定
---------------------------------------------- */

.pict {
  margin : 0;
  padding: 30px;
  text-align: center;
}
.pict_tittle {
  width: 530px;
  margin : 70px 0;
  padding: 0 10px;
  border-bottom: 3px double gray;
  text-align: left;
  font-size:15px;
  line-height:160%;
  color:#777;
}
.pict_text {
  width: 500px;
  margin : 70px 0;
  padding: 30px;
  border: 1px solid gray;
  text-align: left;
  font-size:12px;
  line-height:160%;
  color:#777;
}



/* text設定
---------------------------------------------- */

.text_tittle {
  width: 600px;
  margin : 30px 0;
  padding: 0 30px;
  border-bottom: 3px double gray;
  text-align: left;
  font-size: 23px;
  line-height:160%;
  color:#366;
  font-weight: bold;
}
.text_tittle2 {
  margin : 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  color:#555;
  font-weight: bold;
}
.text {
  width: 500px;
  margin : 0 auto;
  padding: 0;
  text-align: left;
  font-size:12px;
  line-height:170%;
  color:#777;
}
.text2 {
  width: 500px;
  margin : 70px auto;
  padding: 50px;
  border: 1px solid gray;
  text-align: left;
  font-size:10px;
  line-height:160%;
  color:#777;
}




/* 広告用
---------------------------------------------- */

.tdftad a {
text-decoration: none;
font-size:12px;
color:#777;
}