/* Default Layout:  */

/* カラムサイズの設定 */
.layout-three-column #box,
.layout-three-column #footer {
	width: 1000px;
}
.layout-three-column #links-left-box {
	width: 200px;
}
.layout-three-column #content {
	width: 568px;
}
.layout-three-column #links-right-box {
        width: 230px;
}

/* 領域の色・画像の設定 */
#header {
 height : 85px;
 background-image : url(http://www.futsalnet.com/fn2009/FUTSALNET2009_h80.jpg);
 background-repeat: no-repeat;
 background-color : #3e107c;
 position:relative;
 margin: 0;
 padding: 0;
}
.logo {
 margin: 0;
 padding: 0;
}
.logoin {
 margin: 0;
 padding: 0 0 0 20px;
 text-indent: -9999px;
}
.topbanner {
 position:absolute;
 top: 3px;
 left: 490px;
}
.desc h2 {
 font-size: 80%;
 line-height: 1.6;
 font-weight: bold;
 vertical-align: middle;
 color: #ffffaa;
 margin: 0;
 padding: 0;
 position:absolute;
 top: 40px;
 left: 235px;
}


/* 記事のタイトル背景色 */
.entry-header {
 font-size: 120%;
 color : #ffffff;
 border-left : 10px solid #999999;
 background-color : #000066;
 margin-bottom : 5px;
}
div#entry-title a {
   color: white;
}
.date {
 font-size : 8px;
 background-color : #ffcc00;
 color : #000000;
}
.trackbacks-header, .comments-header, .comments-open-header, .sidetitle, .date {
 background-image : url(http://www.futsalnet.com/fn2009/images/title_bg.jpg);
 background-repeat : repeat-x;
 background-color : #ffffff;
 color : #000000;
}
a, a:link, a:visited, a:hover {
 color: #0000ff;
}

/* トップ位置のお知らせ用 */
.information {
 padding : 5px 10px;
 background-color : #fff4f4;
 border : 1px solid #996600;
}

/* トップバナー横の文字 */
.adv {
 font-size: 10pt;
 line-height: 1.0;
} 

.datechar {
 font-size: 8px;
}

div#navi {
   width: auto;
   position:absolute;
   top: 57px;
   left: 270px;
   padding: 3px;
   overflow: hidden;
}

div#navi a {
   font-size: 120%;
   font-weight: normal;
   color: white;
   border-right: 1px #447744 solid;
   padding: 0px 0.3em;
}

ul.sidebar {
   list-style: none;
   margin: 0;
   padding: 0;
   line-height: 1.5;
}

li.sidebar_fleague {
   margin: 0;
   padding-left: 16px;
   background: url(http://www.futsalnet.com/fn2009/images/list_fl.gif) 0 0.35em no-repeat;
}

li.sidebar_intmatch {
   margin: 0;
   padding-left: 16px;
   background: url(http://www.futsalnet.com/fn2009/images/list_im.gif) 0 0.35em no-repeat;
}

li.sidebar_extlink {
   margin: 0;
   padding-left: 16px;
   background: url(http://www.futsalnet.com/fn2009/images/external_link.gif) 0 0.35em no-repeat;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    margin-top: 3px;
    border: 1px solid  #666666;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* ソーシャルブックマーク用 */
ul#addBookmarks {
    margin: 1em 0;
    padding: 0;
}
ul#addBookmarks li {
    display: inline;
    margin-left: 5px;
    list-style: none;
}
ul#addBookmarks li img {
    border: none;
}

/* 個人プロフィール用 */
.userprofile {
 padding : 5px 10px;
 background-color : #fff4f4;
 border : 1px solid #996600;
}

/* 地域ニュースのタイトル背景色 */
.area-news-entry-header {
 margin: 15px 0 0;
 padding-left: 5px;
 font-weight: bold;
 font-size: 120%;
 color : #ffffff;
 border-left : 10px solid #999999;
 background-color : #004400;
 margin-bottom : 5px;
}

/* 地域ニュース記事 */
.area-news-entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.area-news-entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.area-news-entry ul,
.area-news-entry ol {
    padding-left: 16px;
}
.area-news-entry ul li {
    list-style-type: circle;
}

/* ボックス枠 */
.table3 { 
width: 195px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table3 TD { 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
padding: 3px; /* セル内の余白 */ 
font-size: 10px;
} 

.prbox {line-height : 95% ;} 


