/* 基本になるテーブル */
.borderTable{
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  font-size: 12px;
  border-collapse: collapse;
}

.borderTable th{
  padding: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #96CEEF;
}

.borderTable td{
  padding: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  background-color: #FFFFFF;
}

/* 相互リンク一覧のテーブル */
.linkTable {
  width: 90%;
  padding: 5px;
  margin: 0 auto;
  border: solid #333 0px;
  border-collapse: collapse;
}

.linkTable th {
  padding: 5px ;
  border: solid #333 0px;
  background: #96CEEF;
}

.linkTable td {
  padding: 5px;
  border: solid #333 0px;
}

.linkTable tr th,
.linkTable tr td {
  border: 1px solid #333333;
}

.linkTableImage{
  width: 210px;
}

/* 相互リンクカテゴリのテーブル */
.categoryTable {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.categoryTable td{
  padding: 5px;
  font-size: 12px;
  vertical-align: top;
}


/* 動画関係のテーブル */
.movie_comment_table{
  width: 90%;
  margin: 0 auto;
  border: solid #888 1px;
  border-collapse: collapse;
}

.movie_comment_table_score{
  text-align: right;
}

.movie_comment_table th{
  padding: 0px;
  margin: 0px;
  background-color: #ccc;
}

/* その他 */
.noBorderTable{
  width: 90%;
}

.noBorderTable th{
  width: 220px;
}

.noBorderTable td{
  text-align: left;
}






/***************************************************
ここから下を変更する時はレイアウトが崩る
可能性があるので注意して下さい。
***************************************************/





/*___________ 基本設定 ___________ */
body {
  padding: 0;
  margin: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
  color: #333333;
  text-align: center;
  background-color: #F3F3F3;
  background-image: url(../img/bg.gif);
  background-position: center;
  background-repeat: repeat-y;
}

#WRAP {
  width: 810px;
  margin: 0 auto;
  color: #333333;
  background-color: #FFFFFF;
}

div,td {
  text-align: left;
}

p,pre {
  font: 14px/18px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}

li {
  margin: 0;
  list-style-type: none;
}

ol, ul {
  padding: 0;
  margin: 0;
}

/* ____ リンクテキスト用 ____ */
a {
  color: #0000FF;
  text-decoration: underline;
}

a:hover,
a:active,     /* for IE (Keyboard) */
a:focus {    /* for Netscape (Keyboard) */
  color: #FF0000;
  text-decoration: none;
}

a img{
  text-decoration: none;
}


/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
  clear: both;
}

/* ____ テキスト用 ____ */
em {
  font-style: normal;
  font-weight: bold;
}

.b {
  font-weight: bold;
}

.s {
  text-decoration: line-through;
}

.u {
  text-decoration: underline;
}

.f10 {
  font-size: 10px;
  line-height: 12px;
}

.f12 {
  font-size: 12px;
  line-height: 14px;
}

.f16 {
  font-size: 16px;
  line-height: 18px;
}

.f18 {
  font-size: 18px;
  line-height: 22px;
}

.text-right {
  text-align: right;
}

.center {
  text-align: center;
}

/* ____ テキスト・色 ____ */
.red {
  font-weight: bold;
  color: #FF0000;
}

.blue {
  font-weight: bold;
  color: #0000FF;
}

.error {
  font-weight: bold;
  color: #CC0000;
}

/* ____ マージン用 ____ */
.mt4 {
  margin-top: 4px;
}

/* ____ 画像用 ____ */
img {
  border: 0;
}

.float-left {
  float: left;
  margin-right: 6px;
}

.float-right {
  float: right;
}

.img-middle {
  vertical-align: middle;
}



/*___________ レイアウト設計【HEADER】 ___________ */
#HEAD {
  width: 770px;
  padding: 4px 20px 0 20px;
}

h1 {
  float: left;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  line-height: 14px;
  background-color: #FFFFFF;
}

#HEAD p {
  float: right;
  font-size: 12px;
  line-height: 14px;
}

#HEAD a {
  color: #333333;
  text-decoration: underline;
}

#HEAD a:hover,
#HEAD a:active,     /* for IE (Keyboard) */
#HEAD a:focus {    /* for Netscape (Keyboard) */
  color: #FF0000;
  text-decoration: none;
}

#TOP {
  width: 810px;
  background-image: url(./images/logo.jpg);
}

#TOP h2 {
  float: right;
  padding: 110px 10px 0 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

#MENU {
  width: 810px;
  text-align: center;
}

#MENU p {
  padding: 4px 0 2px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}

#MENU a {
  float: left;
  width: 201px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-image: url(./img/bt_menu.gif);
  background-repeat: no-repeat;
}

#MENU a:hover,
#MENU a:active,     /* for IE (Keyboard) */
#MENU a:focus {    /* for Netscape (Keyboard) */
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(./img/bt_menu_o.gif);
  background-repeat: no-repeat;
}

/*___________ レイアウト設計【MAIN】 ___________ */
#MAINWRAP {
  float: left;
  width: 810px;
  background-image: url(./img/bg_mainwrap.gif);
}

/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
  width: 700px;
	margin:0 auto;
}

.m-con {
  padding: 12px 0px 20px 0;
}

#CONTENTS h2 {
  margin: 20px 0 8px 0;
  border: 1px solid #35A2E0;
  border-right: 10px solid #35A2E0;
  border-left: 10px solid #35A2E0;
  font-size: 14px;
  line-height: 34px;
  text-indent: 10px;
}

#CONTENTS h3 {
  margin: 20px 0 8px 10px;
  border-left: 5px solid #FFFF33;
  font-size: 14px;
  line-height: 24px;
  text-indent: 10px;
}

#CONTENTS h4 {
  padding: 2px;
  margin: 0px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
}

.map {
  border: 1px solid #999999;
}

#CONTENTS p {
  margin: 8px 16px 8px 16px;
}

.pagetop {
  padding: 10px 0 20px 0;
  font-size: 11px;
  text-align: right;
}

#CONTENTS dl {
  clear: both;
  margin-left: 15px;
  font-size: 12px;
}

#CONTENTS dt {
  float: left;
  width: 120px;
  margin-bottom: 10px;
}

#CONTENTS .mldt {
  margin-left: 135px;
}

#CONTENTS ul {
  margin: 2px 16px 20px 16px;
}

#CONTENTS li {
  margin: 8px 16px 8px 16px;
  font-size: 12px;
  list-style-type: circle;
}

/*___________ レイアウト設計【FOOTER】 ___________ */
#FOOTER {
  border-top-color: #CCCCCC;
  border-top-style: solid;
  border-top-width: 2px;
  text-align: center;
}

#FOOTER p {
  padding-bottom: 30px;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}

#FOOTER a {
  color: #666666;
  text-decoration: none;
}

#FOOTER a:hover,
#FOOTER a:active,     /* for IE (Keyboard) */
#FOOTER a:focus {    /* for Netscape (Keyboard) */
  color: #666666;
  text-decoration: underline;
}


.ad{
  background-color: #CCCCCC;
}

.adv {
  font-size: 10px;
  text-align: left;
}

.adv a{
  color: #333333;
  text-decoration: none;
}

.adv a:hover{
  color: #333333;
}

.adv2 {
  font-size: 12px;
  text-align: left;
}


