@charset "UTF-8";


/* ブログ全体 */
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W6" ;
	line-height: 1.5;
        color: #333333;
	}

a:link { color: #0000ff; text-decoration: underline; } 
a:visited { color: #0000ff; text-decoration: underline; } 
a:hover { color: #FF9900; text-decoration: underline; } 
a:active { color: #0000ff; text-decoration: underline; } 


img {
	border: none;
	}


/*　float　クリア用　*/
.cl {
	clear: both;
	height: 0px;
	width: 0px;
        }


html{
	overflow-y: scroll;
	}


body {
        background-image: url(../img/common/back.jpg);
	background-repeat: repeat-x;
	}


#contents {
        width: 850px;
	margin: auto;
	}






/*ヘッダー */
#header {
        width: 800px;
	height: 50px;
	margin: 10px 25px 0px 15px; 
	padding: 0px 0px 0px 0px; 
	}

#search_site {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	}





	
	
/* メインコンテンツーテーブル */
.table850 {
	width: 850px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


/* メインコンテンツーテーブル　上部画像 */
.table-top {
	background-image: url(../img/common/table-top.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 25px;
	}

/* メインコンテンツーテーブル　中部画像 */
.table-middle {
	background-image: url(../img/common/table-middle.png);
	background-repeat: repeat-y; 
	width: 850px;
	}

/* メインコンテンツーテーブル　下部画 */
.table-bottom {
	background-image: url(../img/common/table-bottom.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 25px;
	}







/* メインコンテンツーテーブル　左側 */
#table-left {
	width: 555px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 45px;
	float: left ;
        overflow: hidden;
&nbsp;}


/* メインコンテンツーテーブル　右側　メニュー */
#table-right {
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 45px 10px 0px;
	float: left ;
        font-size: 90%;
        }



/* フッター */
#footer {
    	clear: both;
	width: 780px;
	margin: 0px 25px 0px 25px;
   	padding: 10px 0px 0px 20px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
	










/* 第二階層以降　共通 */
/* コンテンツ上部の写真 */
#second-photo {
	margin: 5px 0px 20px 0px; 
	padding: 0px 0px 0px 0px; 
	}	
	

/*パンくずリスト  */
#breadcrumb {
	font-size: 80%;
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 3px 10px; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;    
}

	








/* TOPページのみ */

/*topページのみーフォト */
#photo {
        width: 850px;
	height: 210px;
	}
	
	
/*topページのみーフォト */
#photo-Layer {
        position:absolute;
	margin: 0px 0px 0px 38px;
        padding: 0px 0px 0px 0px;
        z-index: 1;
	}

	
/*ようこそ！京都西北ロータリークラブのホームページへ  */
#table-welcome {
    width: 555px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    }	
	
.welcome {
        font-size: 100%;
       &nbsp;font-weight: bold;
	color: #cc3333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 0px 0px; 
	}


/*最新情報  */
#news {
    width: 555px;
    margin-top: 10px;
    }


#news p {
　　　　font-size: 95%;
	background-image: url(../img/common/news-yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8px;
	padding-left: 13px;
}


/*カウンター  */
#count {
    width: 555px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 90%;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #cccccc;
    }




	