@charset "euc-jp";

/*
-----------------------------
E-3futsal
author: Ryogo Sugai
Version: 1.3
-----------------------------
*/


* {
  margin: 0;
  padding: 0;
  }
  
body {
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  }

*+html body {
  }

img {
  border: none;
  }

br.clear {
  clear: both;
  line-height: 0px;
}

a:link    { color: #069; }
a:visited { color: #666; }
a:active  { color: #c60; }
a:hover   { color: #c60; }

h2 a:link    { color: white; }
h2 a:visited { color: white; }
h2 a:hover   { color: #c60; }
h2 a:active  { color: #c60; }

#container {
  width: 98%;
  height: auto;
  margin: 0 auto;
  }


/* header */

#header {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 5px;
  }

div.header_main   { border-bottom: 3px solid #019bbf; }
div.header_futsal { border-bottom: 3px solid #009c42; }
div.header_reds   { border-bottom: 3px solid #ea132e; }
  
#header-left {
  position: relative;
  float: left;
  font-size: 60%;
  }
  
#header-center {
  position: relative;
  float: right;
  text-align: center;
  }

#header-center ul li {
  font-size: 60%;
  _font-size: 9px;
  }

#header-right {
  position: relative;
  float: right;
  width: 200px;
  }
  
#header-right-top {
  position: relative;
  text-align: right;
  }

ul.site_navi {
  margin-left: 3px;
  font-size: 60%;
  _font-size: 9px;
  }

ul.site_navi li {
  margin-left: 2px;
  text-align: center;
  }

#clipping_box {
  display: block;
  position: absolute;
  top: 5px;
  right: 70px;
  width: 70px;
  height: auto;
  padding : 2px 2px 2px 15px;
  background-image: url(../../img/arrow_bluewhite_circle.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border: 2px solid #009bbf;
  font-size: 80%;
  }

#header-right-bottom {
  position: absolute;
  top: 50px;
  right: 5px;
  width:190px;
  height: auto;
  }
  
#header-right>#header-right-bottom {
  position: absolute;
  top: 48px;
  right: 5px;
  }
  
#header h1 { float: left; }

#header ul { display: inline; }

#header li {
  list-style: none;
  float: left;
  }
  
#header-right-top img {
  padding-right: 5px;
  vertical-align: middle;
  }
  
#header-right-bottom li {
  width: 93px;
  height: 18px;
  padding-top: 2px;
  font-size: 12px;
  text-align: right;
  }
  
#header-right-bottom li.main {
  background-image: url(../../img/header-right-bottom_bk_blue.gif);
  background-repeat: no-repeat;
  }
  
#header-right-bottom li.futsal {
  background-image: url(../../img/header-right-bottom_bk.gif);
  background-repeat: no-repeat;
  }
  
#header-right-bottom li.reds {
  background-image: url(../../img/header-right-bottom_bk_red.gif);
  background-repeat: no-repeat;
  }
  
#header-right-bottom a:link    { color: white; }
#header-right-bottom a:visited { color: white; }
#header-right-bottom a:hover   { color: orange; }
#header-right-bottom a:active  { color: orange; }

  
#header-right-bottom span {
  padding-right: 10px;
  }

/* main */

#main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  }

#status_bar {
  width: 100%;
  height: auto;
  margin: 2px auto;
  padding: 2px 0;
  font-size: 70%;
  }

span#new_message a:link    { color: #f00; font-weight: bold; }
span#new_message a:hover   { color: #f00; font-weight: bold; }
span#new_message a:active  { color: #f00; font-weight: bold; }
span#new_message a:visited { color: #f00; font-weight: bold; }

#main_center {
  float: left;
  width: 100%;
  min-width: 573px;
  height: auto;
  margin-right: -305px;
  margin-bottom: 10px;
  }
  
#main_center_layer {
  margin-right: 310px;
  line-height: 130%;
  }
  
#main_right {
  float: right;
  width: 300px;
  height: auto;
  }
  
#main_center_top {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
  }

.pr_box {
  margin-bottom: 0px;
  border: 2px solid #9ebec6;
}

.pr_box p {
  padding: 2px 3px;
  font-size: 80%;
}

.pr_box a {
  padding-left: 3px;
}

#main_center_top ul {
  list-style: none;
  margin: 0px;
  padding: 2px 0px 0px 4px;
}

#main_center_top li {
  display: inline;
  margin: 0px;
  padding: 0px;
  font-size: 80%;
}

#text_pr {
  clear: both;
  line-height: 180%;
  padding: 10px 0;
  font-size: 80%;
  }

#text_pr ul { list-style: none; }

#safety_measures,#links,#link01,div.link01,#link02,#link03 {
  line-height: 140%;
  padding: 2px 0;
  }
  
#text_pr img,#futsal_news img {
  padding-right: 5px;
  vertical-align: middle;
  }
  
.bolder {
  font-weight: bold;
  }

.smaller8 {
  font-size: 80%;
  }
  
.smaller7 {
  font-size: 70%;
  }

.text_center { text-align: center; }
.mb10        { margin-bottom: 10px; }
.mb20        { margin-bottom: 20px; }

p.rss_feed_icon {
  position:relative;
  text-align:right;
  margin:0;
}
p.rss_feed_icon a{
  list-style: none;
  display:block;
  position:absolute;
  top: -21px;
  right: 5px;
}

.outside_blog {
  margin-right: 2px;
  padding: 2px;
  background-color: #cc6;
  font-size: 80%;
  }

img.mini_prof {
  margin: 0 5px 0 3px;
}

img.img_left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  }

p.sort_change {
  padding: 3px;
  border: #069 solid 1px;
  }

.sort_change_btn a:link    { color: #069;}
.sort_change_btn a:visited { color: #069;}
.sort_change_btn a:hover   { color: #c60;}
.sort_change_btn a:active  { color: #c60;}

/* comment box */

#comment_list {
  padding: 0;
  border-left: 1px solid #9ebec6;
  border-right: 1px solid #9ebec6;
  border-bottom: 1px solid #9ebec6;
  }

#comment_area_wrap textarea {
  width: 90%;
  }

input#comment_pict {
  width: 70%;
  }

/* right side */

#main_right h2 { 
  width: 295px;
  }
  
#banner_space_topright,#banner_space_topright_futsal {
  width: 100%;
  height: auto;
  text-align: center;
  }

#banner_space_topright p,#banner_space_topright_futsal p {
  margin-bottom: 3px;
  }
  
#banner_space_topright {
  margin-bottom: 10px;
}

#links h2,#link01 h2,div.link01 h2,#link02 h2,#link03 h2 {
  height: auto;
  padding: 2px 0 2px 4px;
  color: #fff;
  font-size: 90%;
  }
  
h2.main   { background-color: #019bbf; }
h2.futsal { background-color: #009c42; }

#main_right ul li {
  list-style: none;
  padding: 0 2px;
  font-size: 80%;
  }

#banner_space_bottomright {
  padding-top: 5px;
  margin-bottom: 5px;
  }

#top_main_right>p.register_banner img {
  margin-bottom: 3px;
  }

.side_banner {
  margin-bottom: 3px;
  }

/* footer */

#footer {
  clear: both;
  width: 100%;
  height: auto;
  padding-top: 10px;
  text-align: center;
  }

div.footer_main   { border-top: 3px solid #019bbf; }
div.footer_futsal { border-top: 3px solid #009c42; }
div.footer_reds   { border-top: 3px solid #ea132e; }

#footer_link ul {
  list-style: none;
  font-size: 70%;
  }

#footer_link ul li {
  display: inline;
  padding-left: 5px;
  }

div.footer_main #footer_link li   { border-left: 1px solid #019bbf; }
div.footer_futsal #footer_link li { border-left: 1px solid #009c42; }
div.footer_reds #footer_link li   { border-left: 1px solid #ea132e; }

div.footer_main .last_footer {
  padding-right: 3px;
  border-right: 1px solid #019bbf;
  }

div.footer_futsal .last_footer {
  padding-right: 3px;
  border-right: 1px solid #009c42;
  }

div.footer_reds .last_footer {
  padding-right: 3px;
  border-right: 1px solid #ea132e;
  }

#footer address {
  margin-top: 5px;
  font-size: 70%;
  font-style: normal;
  }
  
/* error */
.error {
  padding: 10px 5px;
  color: #f00;
  font-size: 100%;
  font-weight: bold;
}

.error ul {
  list-style-position: inside;
  }

.caution {
  color: red;
  font-weight: bold;
  }
  
.caution2 {
  color: red;
  }
