﻿/* ************************************************************************************** */
/* *** ------------------------------------------------------------------------------ *** */
/* *** * コンテンツ　　　　　　　　　　　                                             *** */
/* *** ------------------------------------------------------------------------------ *** */
/* ***       ぎふ清流大会とは？  gifutaikai                                           *** */
/* ***       事業内容            contents                                             *** */
/* ***       ブログ              blog                                                 *** */
/* ***       ボランティア募集    volunteer                                            *** */
/* ***       ミナモグッズ        goods                                                *** */
/* ************************************************************************************** */

/* ************************************************************************************** */
/* *** Import CSS                                                                     *** */
/* ************************************************************************************** */

@import "global-style.css";                          /* 初期設定と共通定義                */
@import "global-sidebar.css";                        /* サイドバーブロック定義            */
@import "global-baseline.css";                       /* メインコンテンツブロック共通定義  */

/* ************************************************************************************** */
/* ***       ぎふ清流大会とは？  gifutaikai                                           *** */
/* ************************************************************************************** */
.kotoba h3 {
   clear: left;
   margin: 0 10px 10px 10px;
   padding: 0 10px 0 0;
   text-align: center;
   font-size: 2.2em;
   color: #003300;
}
.minamo h3 {
   clear: left;
   margin: 0 10px 10px 10px;
   padding: 0 10px 0 10px;
   font-size: 2em;
   color: #003366;
}
.k-ttl th { 
   padding: 0 0 5px 15px;
   text-align: left;
   font-weight: bold;
}

.k1 {
   width: 12em;
   padding: 2px 10px;
}
.k2 {
   width: 4.5em;
   padding: 2px 10px;
}
.k3 {
   padding: 2px 10px;
}


/* ************************************************************************************** */
/* ***       事業内容            contents                                             *** */
/* ************************************************************************************** */
.link-meibo {
   width: 9em;
   margin: 5px 10px 5px 100px;
   padding: 2px 0 1px 4px;
   text-align: center;
   border-width: 2px;
   border-color: #336699;
   border-style: solid;
}

.g1 {
   padding: 2px 10px;
}
.g2 {
   width: 60px;
   padding: 2px 10px;
}
.g3 {
   width: 110px;
   padding: 2px 10px;
}


/* ************************************************************************************** */
/* ***       ブログ              blog                                                 *** */
/* ************************************************************************************** */

.rss-box {
   text-align: left;
}
.rss-title {
	DISPLAY: none;
   height: 32px;
   background:url(../images/contents/midashi.gif) no-repeat;
}
.rss-title a {
}
.rss-items {
}
.rss-items li {
}

.new-open {
   padding: 0 10px 0 0;
   text-align: right;
}

.iciran {
   margin: 0;
   padding: 0 20px 0 0;
   text-align: right;
}


#blog {
   clear: both;
   margin: 10px 0 10px 10px;
   width: 510px;
   color: #333333;
   letter-spacing: 1.1pt;
   _letter-spacing: 1.4pt;
   text-decoration: none;
   font-size: 1.2em;
   line-height: 1.5;
   text-align: left;
   background-color: #ffffff;
}
#blog h2 {
   height: 32px;
   width: 490px;
   margin: 0 0 3px 0;
   padding: 2px 0 3px 20px;
   font-size: 1.3em;
   font-weight: bold;
   background:url(../images/contents/midashi.gif) no-repeat;
}
#blog .date {
   padding: 0 10px 5px 0;
   text-align: right;
}
#blog .imgbox {
   text-align: center;
}
#blog p {
   padding: 10px;
   text-align: left;
}

/* ************************************************************************************** */
/* ***       ボランティア募集    volunteer                                            *** */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* ***       ミナモグッズ        goods                                                *** */
/* ************************************************************************************** */

#goods {
   clear: both;
   margin: 10px 0 10px 10px;
   width: 510px;
   color: #333333;
   letter-spacing: 1.1pt;
   _letter-spacing: 1.4pt;
   text-decoration: none;
   font-size: 1.2em;
   line-height: 1.5;
   text-align: left;
   background-color: #ffffff;
}
#goods h2 {
   height: 32px;
   width: 490px;
   margin: 0 0 3px 0;
   padding: 2px 0 3px 20px;
   font-size: 1.3em;
   font-weight: bold;
   background:url(../images/contents/midashi.gif) no-repeat;
}

#goods table {
   margin: 0 0 10px 5px;
}
#goods th { 
   text-align: center;
}
#goods td { 
   text-align: center;
} 

