@charset "utf-8";

/*
	Site Name: NEWS TOKYO　都政新聞
	Description: CSS filter
	Date: 2008/09/28
	Author: R-deux Nancy
*/



/* ===== Universal Reset ===== */

*{
	margin:0px;
	padding:0;
}

img {
	border: none;
}

.bn {
	margin-top: 10px;
}

/* ==== clearfix ==== */

.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
}

* html .clearfix { height: 1% }/* end MacIE5 */
.clearfix {display:block;}

/*サイトの基本設定*/

a {
	color: #273770;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

body {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

/*ヘッダー設定はheader.cssに記述*/    


/*メインイメージ設定*/        
#mainImg {
	background-image: url(../images/mainImg.jpg);
	height: 200px;
	clear: both;
	margin-bottom: 10px;
}

#mainImg #message {
	float: left;
	margin-top: 100px;
	color: #FFFFFF;
}

#mainImg #message h2{
	padding-top: 10px;
	padding-left: 20px;
}

#mainImg #message p{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*右サイドナビゲーション設定*/        
#sideNavi {
	float: right;
	width: 200px;
}

#sideNavi h2{
	background-image: url(../images/sideH2.jpg);
	padding: 10px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 100%;
	color: #FFFFFF;
}

#sideNavi p{
	padding: 10px;
	font-size: 90%;
	padding-left: 6px;
	margin-bottom: 5px;
}


/*コンテンツ設定*/        
#content {
	float: left;
	width: 580px;
}

.imgRight {
	float: right;
	padding: 10px;
}

.imgLeft {
	float: left;
	padding: 10px;
}

#content h1{
	background-image: url(../images/contentH2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	font-size: 100%;
	padding-top: 15px;
	color: #000000;
}

#content h2{
	padding: 10px;
	font-size: 100%;
	padding-top: 15px;
	color: #000000;
}
#content h3{
	padding-left: 10px;
	font-size: 90%;
}

#content p{
	line-height: 160%;
	padding: 10px;
	font-size: 90%;
}

#content .underline{
	line-height: 160%;
	padding: 10px;
	background-image: url(../images/contentP.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#copy .designed {
	padding-left: 20px;
	font-size: 90%;
}

#copy .designed a{
	color: #CCCCCC;
}


/*フッター設定*/        
#footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #273770;
}

#footer p{
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

        
#copy {
	background-image: url(../images/copy.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#copy p{
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 80%;
}
    
/*検索窓*/

/*-----------------------------------------------
　　*08 検索窓  
-------------------------------------------------*/

#searchform {
	width: 200px;
	background: url(../images/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords	{
	width: 156px;
	position: absolute;
	top: 3px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchBtn	{
	position: absolute;
	top: 3px;
	left: 174px;
}

/*-----------------------------------------------
　　*09 RSS FEED  
-------------------------------------------------*/

.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
} 

