@charset "euc-jp";

@import "style.css";

/*
-----------------------------
E-3futsal
author: Ryogo Sugai
Version: 1.3
-----------------------------
*/


#soccercommunity {
  width: 100%;
}

#soccercommunity h1 {
  padding: 3px 0 3px 15px;
  background-color: #009bbf;
  color: white;
  font-size: 100%;
}

#soccercommunity h2 {
  padding: 3px 0 3px 15px;
  background-color: #009bbf;
  color: white;
  font-size: 100%;
}

p.entry_button {
  text-align: center;
  padding-top: 10px; 
}

.mypage_navi {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  background-color: #cff6ff;
  border: 2px solid #006699;
}

.mypage_navi ul {
  list-style: none;
  padding: 6px 0px;
  text-align: center;
}

.mypage_navi ul li {
  display: inline;
  font-size: 80%;
}

.mypage_navi ul li span {
  font-weight: bold;
}

.com_list_num2 {
  clear: both;
  margin: 5px 5px 8px 10px;
}

.com_list_num2 p {
  font-size: 80%;
}

.com_list_num2 span {
  font-weight: bold;
}

.mem_list {
  clear: both;
}

.member {
  display: block;
  float: left;
  width: 100px;
  height: 110px;
  margin: 0px 0px 5px 5px;
  text-align: center;
  font-size: 70%;
}

.member span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  }

.movie_box {
  float: left;
  width: 140px;
  height: 160px;
  margin-right:5px;
}

.movie_title {
  margin-top: 5px;
  font-size: 70%;
  line-height: 100%;
  }

.image_capa {
  background-color: #e7e7e7;
  border: 1px solid #9ebec6;
}

.image_capa p {
  margin: 6px;
  font-size: 80%;
}

.image_capa p span {
  font-weight: bold;
}

.mem_list { display: inline-table; }
/*\*/
.mem_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.mem_list { display: block; }
/**/

.favorite_list {
  margin-bottom: 5px;
  background-color: #e7e7e7;
}

* html .favorite_list {
  height: 1%;
}

.favorite_master {
  margin: 0px 10px 5px 10px;
  padding-top: 5px;
  font-size: 80%;
}

.favorite_list_in {
  width: 100%;
  padding-bottom: 5px;
}

.favorite_list_left {
  float: left;
  width: 100px;
  height: 100%;
  padding: 5px 0;
  text-align: center;
}

.favorite_list_left p {
  padding-top: 5px;
  font-size: 80%;
}

.favorite_list_right_layer {
  float: left;
  width: 100%;
  margin-left: -100px;
  }

.favorite_list_right {
  margin-left: 105px;
}

.favorite_list_right ul {
  list-style: none;
}

.favorite_list_right ul li {
  margin-bottom: 5px;
  line-height: 100%;
  font-size: 80%;
}

.favorite_list_in { display: inline-table; }
/*\*/
.favorite_list_in:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .favorite_list_in { height: 1%; }
.favorite_list_in { display: block; }
/**/

.com_search {
  height: 194px;
  margin: 10px 0px 20px 0px;
  border: 1px solid #9ebec6;
  background-color: #e7e7e7;
}

* html #soccercommunity div.com_search {
  height: 1%;
}

.com_search_left {
  float: left;
  height: 194px;
}

#soccercommunity .com_search_left h2 {
  width: 77px;
  height: 194px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

.com_search_right {
  position: relative;
  float: left;
  width: 83%;
  height: 164px;
  padding: 10px 5px 0px 0px;
  margin: 0px;
  font-size: 80%;
}

html[xmlns] .com_search_right {
  width: 83%;
}

.com_search_right p {
  position: absolute;
  bottom: 0px;
  right: 40%;
}

.return_top {
  clear: both;
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 80%;
  text-align: right;
}

.pic_community {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border-right: 1px solid #9ebec6;
  border-left: 1px solid #9ebec6;
  border-bottom: 1px solid #9ebec6;
  background-color: #e7e7e7;
}

* html .pic_community {
  height: 1%;
}

.myphoto_list {
  padding: 10px 0px 0px 30px;
}

.myphoto {
  display: inline;
  float: left;
  width: 30%;
  margin: 0px 10px 13px 0px;
  text-align: center;
}

.myphoto p {
  font-size: 80%;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: left;
}

.myphoto form {
  margin-bottom: 24px;
  margin-top: 5px;
}

.myphoto p.delete {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.regist_photo {
  width: 320px;
  margin: 0px 0px 0px 10px;
  padding: 10px 0px 0px 0px;
  text-align: right;
}

.regist_photo form input {
  margin-bottom: 5px;
}

.regist_photo p {
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: left;
  font-size: 80%;
}

.regist_photo p span {
  display: block;
  padding-top: 5px;
  color: #cc0000;
}

.profile_box {
  width: 100%;
}

#regist_description {
  float:right;
  padding: 5px;
  width: 33%;
  }

#regist_description ul, ul.admin_list {
  list-style-position: inside;
  font-size: 80%;
  }

#regist_form {
  float:left;
  width: 65%;
  }

.profile_box p {
  margin: 0 0 10px 10px;
  padding-top: 10px;
  font-size: 80%;
  }

.profile_box dl {
  width: 98%;
  margin-left: 10px;
  padding-top: 10px;
}

.profile_box dt {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-size: 80%;
  font-weight: bold;
}

.profile_box dt span {
  color: #cc0000;
}

.profile_box dd {
  width: 100%;
  margin-bottom: 7px;
  font-size: 80%;
  line-height: 100%;
}

.profile_box dd p {
  margin-bottom: 3px;
}

.profile_box dd span {
  color: #9a3104;
}

* html .profile_box dd p {
  margin-left: 10px;
}

* html .profile_box dd span {
  padding-left: 10px;
  color: #9a3104;
}

.profile_submit {
  clear: both;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.mail_edit {
  margin-bottom: 20px;
}

.mail_edit p {
  font-size: 80%;
  }

.mail_edit dl {
  width: 80%;
  margin-left: 10px;
  padding-top: 10px;
}

.mail_edit dl dt {
  display: block;
  width: 150px;
  font-size: 80%;
  font-weight: bold;
}

.mail_edit dl dd {
  width: 100%;
  margin-bottom: 10px;
}

p.description {
  margin: 10px 0;
  font-size: 80%;
  }

.profile_box dl { display: inline-table; }
/*\*/
.profile_box dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.profile_box dl { display: block; }
/**/

.member02 {
  float: left;
  width: 100px;
  height: 150px;
  margin-right: 2px;
  font-size: 70%;
}

.member02 img {
  margin-bottom: 3px;
}

#diary_left {
  float: left;
  width: 33%;
  line-height: 100%;
}

#diary_left h2 {
  padding: 3px 0 3px 15px;
  background-color: #009bbf;
  color: white;
  font-size: 100%;
}

.diary_left_main {
  margin-bottom: 3px;
  border-left: 1px solid #9ebec6;
  border-bottom: 1px solid #9ebec6;
  border-right: 1px solid #9ebec6;
}

.diary_left_main03 {
  margin-bottom: 10px;
  border-left: 1px solid #9ebec6;
  border-bottom: 1px solid #9ebec6;
  border-right: 1px solid #9ebec6;
}

.diary_left_main02 {
  margin-bottom: 10px;
  background-color: #009bbf;
}

.diary_left_main04 {
  margin-bottom: 5px;
  background-color: #cff6ff;
  border: 1px solid #006699;
  font-size: 80%;
}

.diary_left_main04 p {
  padding: 5px;
  line-height: 150%;
  }

.diary_left_main02 p {
  padding: 2px;
  text-align: center;
  color: #ffffff;
  font-size: 80%;
}

.diary_left_main02 p a:link {  color: #ffffff; text-decoration: underline; }
.diary_left_main02 p a:visited {  color: #ffffff; text-decoration: underline; }
.diary_left_main02 p a:active {  color: #ffffff; text-decoration: underline; }
.diary_left_main02 p a:hover {  color: #ffffff; text-decoration: underline; }

.diary_left_main ul {
  list-style: none;
  padding: 3px 5px;
}

.diary_left_main ul li {
  margin-bottom: 5px;
  font-size: 80%;
}

.diary_left_main03 ul {
  list-style: none;
  padding: 3px 5px;
}

.diary_left_main03 ul li {
  margin-bottom: 5px;
  font-size: 80%;
}

#diary_right {
  float: right;
  width: 65%;
}

#diary_right .diary_navi {
  width: 100%;
  margin-bottom: 5px;
}

#diary_right .diary_navi .diary_navi_left {
  float: left;
  width: 37%;
  font-size: 80%;
}

#diary_right .diary_navi .diary_navi_right {
  float: right;
  width: 62%;
  line-height: 170%;
  text-align: right;
  font-size: 80%;
}

.diary_right_main {
  width: 100%;
  margin-bottom: 0px;
  line-height: 120%;
}

#diary_right h2 {
  padding: 3px 0 3px 15px;
  background-color: #009bbf;
  color: white;
  font-size: 100%;
}

#diary_right h2 span {
  font-weight: normal;
  font-size: 80%;
}

#diary_right h2 span.outside_blog {
  color: black;
}

.diary_right_main ul {
  list-style: none;
  margin-top: 5px;
}

.diary_right_main ul li {
  margin: 0px 0px 5px 0px;
  padding: 2px 0px 2px 7px;
  background-color: #e7e7e7;
  font-size: 80%;
}

.diary_right_main ul li span {
  margin-right: 10px;
}

#diary_right_profile {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9ebec6;
  border-left: 1px solid #9ebec6;
  border-right: 1px solid #9ebec6;
  background-color: #e7e7e7;
}

* html #diary_right_profile {
  height: 1%;
}

#diary_right_profile dl {
  padding: 10px 10px 0px 10px;
}

#diary_right_profile dl dt {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  padding: 2px 0;
  font-weight: bold;
  font-size: 80%;
}

* html #diary_right_profile dl dt {
  margin-bottom: 0px;
}

#diary_right_profile dl dd {
  width: 100%;
  margin-bottom: 3px;
  padding: 2px 0;
  font-size: 80%;
}

* html #diary_right_profile dl dd {
  margin-bottom: 0px;
}

.moreinfo {
  clear: both;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 80%;
}

.diary_calendar {
  margin-bottom: 10px;
  border: 2px solid #009bbf;
  text-align: center;
  line-height: 70%;
}

.diary_calendar_in {
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 0px auto;
}

.diary_calendar_in p {
  padding-bottom: 10px;
  font-size: 70%;
}

.diary_calendar_in table {
  border: none;
  margin: 0px auto;
}

.diary_calendar_in table th {
  width: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 70%;
}

.diary_calendar_in table th.sunday {
  color: #d46554;
}

.diary_calendar_in table th.saturday {
  color: #3572a1;
}

.diary_calendar_in table td {
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  font-size: 70%;
}

.diary_calendar_in table td a {
  color: #296fab;
  font-weight: bold;
}

.diary_calendar_in table td a:link    { color: #296fab; text-decoration: none; }
.diary_calendar_in table td a:visited { color: #296fab; text-decoration: none; }
.diary_calendar_in table td a:active  { color: #296fab; text-decoration: none; }
.diary_calendar_in table td a:hover   { color: #296fab; text-decoration: none; }

#diary_cap {
  margin: 15px 0px 10px 0px;
  padding: 5px;
  border: 1px solid #9ebec6;
  background-color: #e7e7e7;
  font-size: 80%;
}

#diary_searchbox {
  margin-bottom: 15px;
  _margin-bottom: 20px;
  padding: 3px 3px 3px 74px;
  _padding-bottom: 5px;
  border: 1px solid #9ebec6;
  background: #e7e7e7 url(../../img/mypage_13.gif) no-repeat left top;
  font-size: 80%;
}

#newscontents_box h2.diary_search_title {
  font-weight: bold;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  background-color: #e7e7e7;
  color: #000000;
}

#diary_searchbox input {
  margin: 0px;
  padding: 0px;
}

.one_day {
  padding: 5px;
  border-bottom: 1px solid #9ebec6;
  font-size: 80%;
}

.one_day div {
  margin-top: 5px;
  padding-bottom: 10px;
}

.diary_image p {
  float: left;
  width: 90px;
  height: 90px;
  text-align: center;
  }

.diary_title h3 {
  margin-bottom: 5px;
  padding:2px 0 2px 10px;
  border-left: 5px;
  border-left-style: solid;
  border-left-color: #009bbf;
  background-color: #c4d5f5;
  font-size: 120%;
}

.diary_detail {
  clear: both;
  }

.diary_image img {
  border: 3px solid #ccc;
  }

#access {
  padding-left: 5px;
  font-size: 80%;
  }

.diary_access {
  padding: 5px 0;
  }

.diary_access span {
  padding: 0px 3px;
  color: #1413d0;
  font-weight: bold;
  font-size: 120%;
}

.diary_send_trackback {
  padding: 5px;
  border-top: 1px solid #9ebec6;
  font-size: 70%;
  }

.diary_send_trackback ul {
  list-style: none;
  }

.diary_btn_box {
  margin-bottom: 10px;
}

.new_com {
  line-height: 100%;
  width: 155px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 4px 2px;
  color: #ffffff;
  font-size: 80%;
  background-color: #069;
}

.new_com a:link    {  color: #ffffff; text-decoration: none; }
.new_com a:visited {  color: #ffffff; text-decoration: none; }
.new_com a:active  {  color: aqua; text-decoration: none; }
.new_com a:hover   {  color: aqua; text-decoration: none; }

.promote {
  margin-bottom: 10px;
  font-size: 75%;
  }
  
.promote ul {
  list-style: none;
  }

.diary_submit {
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.topic_detail_left_inner {
  margin-bottom: 20px;
  border-left: 1px solid #9ebec6;
  border-right: 1px solid #9ebec6;
  border-bottom: 1px solid #9ebec6;
}

* html .topic_detail_left_inner {
  height: 1%;
}

.comment_box {
  padding-top: 3px;
  border-bottom: 4px solid white;
  background: #e7e7e7;
}

.comment_box p {
  padding: 5px;
  margin-bottom: 3px;
  font-size: 80%;
  }

#comment_foot_link {
  clear: both;
  padding-bottom: 5px;
  padding-right: 3px;
  border-top: 1px solid #9ebec6;
  font-size: 80%;
  text-align: right;
}

.comment_area_title {
  display: block;
  width: 100%;
  padding: 3px 0 3px 0px;
  background-color: #009bbf;
  color: white;
  font-size: 100%;
  font-weight: bold;
}

.comment_area_title span {
  padding-left: 15px;
}

#comment_area_wrap {
  margin: 5px;
}

#topic_detail_left #comment_area_wrap label {
  display: block;
  margin: 3px 0px;
  font-size: 80%;
}

#comment_area_wrap div {
  margin: 5px;
}

.diary_detail_commentarea {
  width: 99%;
}

.list_trackback {
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #e7e7e7;
}

.list_trackback h3 {
  padding: 5px 0 3px 5px;
  font-size: 80%;
}

.list_trackback p {
  padding: 5px;
  font-size: 80%;
}

* html .list_trackback {
  height: 1%;
}

.list_trackback div.delete {
  clear: both;
  line-height: 100%;
  padding: 5px;
  background: #e7e7e7;
  border-top: 1px solid #9ebec6;
  font-size: 70%;
  text-align: right;
}

.list_trackback .delete span {
  float: left;
}

div.diary_list {
  width: 100%;
  border-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-color: white;
  }

#trackback {
  margin: 0px 0px 20px 0px;
  border-top: 1px solid #9ebec6;
}

#trackback p {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  color: #666666;
  font-size: 80%;
}

#trackback div.new_com {
  float: none;
  line-height: 100%;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 4px 2px;
  color: #fff;
  font-size: 80%;
  background: #069;
}

.diary_detail_gray {
  border-top: 1px solid #9ebec6;
  background-color: #e7e7e7;
  height:100%;
}

.diary_detail_gray p {
  clear: both;
  padding: 5px 10px;
  font-size: 80%;
}

div.diary_detail_gray_photo {
  float: left;
  width: 190px;
  height: 190px;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

.diary_detail_gray_photo img {
  border: 3px solid #ccc;
}

.diary_detail_gray_photo { display: inline-table; }
/*\*/
.diary_detail_gray_photo:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .diary_detail_gray_photo { height: 1%; }
.diary_detail_gray_photo { display: block; }
/**/

#top_num_list {
  margin-bottom: 30px;
  }
  
.image_list {
  border: 3px solid #ccc;
  }
  
select#birth_year  { width: 5em; }
select#birth_month { width: 3em; }
select#birth_day   { width: 3em; }

.confcomp {
  margin: 10px 0px 20px 0px;
  padding: 5px;
  border: 1px solid #9ebec6;
  background-color: #e7e7e7;
  }

.confcomp p {
  margin-bottom: 15px;
  font-size: 80%;
  }
  
.no-comment {
  padding: 5px;
  font-size: 80%;
  }
  
#trackback_success { color: blue; }
#trackback_failure { color: red; }

table#result {
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-spacing: 0;
    empty-cells: show;
    margin: 20px 0;
}

table#result th{
    padding: 5px;
    border: 1px solid #ccc;
    background: #9ebec6;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

table#result td{
  padding: 2px;
  border: 1px solid #ccc;
  font-size: 70%;
  }

table.message_list {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #e7e7e7;
  border: 1px solid #9ebec6;
  font-size: 80%;
  }

table.message_list td {
  padding-left: 2px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  }

table.message_list img {
  vertical-align: middle;
  }

p.message {
  padding: 5px 0;
  font-size: 80%;
  }

div.entry_com table {
  width: 100%;
  font-size: 80%;
  }

td.user  { width: 30%; }
td.title { width: 44%; }
td.date  { width: 25%; }

.entry_com {
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #e7e7e7;
  border: 1px solid #9ebec6;
}

.entry_com dl {
  padding-bottom: 10px;
  }

.entry_com dt {
  clear: both;
  display: block;
  float: left;
  width: 10%;
  padding: 5px 10px;
  font-size: 80%;
}

.entry_com dd {
  display: block;
  float: left;
  width: 80%;
  margin: 0px 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #9ebec6;
  font-size: 80%;
}

dd.no-border { border: none; }

.entry_com dd#last {
  border: none;
}

.entry_com div {
  clear: both;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.clear { clear: both; }
