@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*        　                                             　              */
/*    1.ローカルナビゲーションの左右の入れ替え                     　    */
/*    2.メインイメージのマージンの調整　　　　                     　    */
/* 　　 日本語用CSSをインポート 										 */
/* 		共通デザイン・レイアウト・段組み 								 */
/* 		ローカルナビ用CSSをインポート 									 */
/* 		フッター用CSSをインポート 										 */
/*      テーブル用CSSをインポート テーブルの色だけを指定 				 */
/* ##################################################################### */


#fb-root{
	margin-top: 20px;
	}
.fb-like{
	margin-bottom: 20px;
	}

/* ===================================================================== */
/*    1.ローカルナビゲーションの左右の入れ替え                     　    */
/* ===================================================================== */

#localNav{
	float: right;
	margin-right: 30px;
	}

#mainContent {
	float: left!important;
	margin: 0px 30px 0px 0px!important;
	margin-right: 0px!important;
	margin-left: 30px!important;
	}



/* ===================================================================== */
/*    ついったー　　　                     　                            */
/* ===================================================================== */
#twitter{
	height: 345px;
	width: 251px;
	background: url(../../front/images/twitter_waku.jpg) no-repeat center top;
	margin: 0px 0px 0px;
	
	}
#twitter .section1{
	margin-top: 20px!important;
	margin-right: 20px!important;
	margin-left: 20px!important;
	display: block;
	height: 285px;
	width: 210px;
	float: left;
	}

#twitter p{
	margin: 0px!important;
	padding: 0px!important;
	width: auto!important;
	}




/* ===================================================================== */
/*    らじお　　　　　　　　　　　　　　　　　                     　    */
/* ===================================================================== */
#radio{
	width: 250px;
	margin: 0px 0px 25px;
	padding: 0px;
	float: none;
	display: block;
	}
#radio ul{
	list-style: none;
	float: left;
}
#radio li{
	background: url(../images/list_pochi.jpg) no-repeat left 3px;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 84%;
	margin-bottom: 5px;
	margin-right: 10px;
	}

#radio li.date{}

/* ===================================================================== */
/*    4.パンクズリストを隠す　　　　　　　　　                     　    */
/* ===================================================================== */
#breadCrumbs{
	display: none;
}


#dokuhon14{
	margin-bottom: 20px;
	}
	
#dokuhon14 a:hover{
		opacity: 0.9;
	filter: alpha(opacity=90);}