/****************************************************
　■ニュース/ブログ　ページ設定
****************************************************/

/* --- 画像 --- */
img {
	margin: 0;
	padding: 0;
	border: none;
}

/* --- メインイメージ --- */
#main-image {
	background-image: url(images/news_main_img_bg.jpg);
	background-color: #A9D454;
}

/* --- ページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 0 20px 10px 10px;
	font-size: 75%;
	text-align: right;
}

/* --- インデックスページの指定 --- */
.news-index {
	margin: 0 20px 20px 10px;
	padding: 0;
}
.green {
	color: #669933;
}
.news-index p {
	margin: 0 5px 0 0; 
	padding: 12px 0 7px 15px;
	border-bottom: dotted 1px #999999;
	background-image: url(images/news_mark.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

/* --- ニュースブロックの指定 --- */
.news-item {
	margin: 0 20px 50px 10px;
	padding: 0;
}
.news-item p.date {
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	color: #666666;
}
.news-item p.news-body {
	margin: 15px 10px 0 15px;
	line-height: 1.5em;
	color: #555555;
}
.news-item p.news-info {
	margin: 15px 0 0 0;
	padding: 5px 0;
	font-size: 12px;
	color: #666666;
	text-align: right;
	border-top: 1px dotted #999999;
}


/* --- 見出し設定 --- */


/* --- アイテムページ　タイトル --- */
h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 15px;
	border: none;
	font-size: 100%;
	border-top: 3px solid #003366;
	border-bottom: 1px dotted #003399;
	background-image: url(images/h3_title_back.gif);
	color: #006699;
	line-height: 1.4em;
}
h3 a {
	color: #666;
}

/* --- 段落設定 --- p {margin: 0 15px;} */
p {
	font-size: 80%;
}

/* --- 続きを読む --- */
p.more-link {
	margin: 10px 10px 0 0;
	text-align: right;
	font-size: 80%;
}

/* --- テーブル設定 --- */
table {
}
td {
	font-size: 75%;
	line-height: 1.4em;
	padding: 3px;
}

/* 左寄せ設定 */
#contents .leftbox {
	float: left;
	margin: 0 20px 15px 0;
}
/* 右寄せ設定 */
#contents .rightbox {
	float: right;
	margin: 0 0 15px 20px;
}
