﻿@charset "UTF-8";

/* 大枠 */
#common_container {
/* 画面の幅を制御するにはこの値を変更
   ＜固定幅 630px+320px=950px＞
    width:950px;
   ＜伸縮幅、横マージン 5px＞
    margin:0 5px;
    width:100%;
*/
}

/* コンテンツ外枠 */
#common_main {
    padding:5px 0;
}

/* 基本タグ */
h2 {
    font-size:110%;
}
h3 {
    font-size:105%;
    margin-bottom:5px;
}
h4 {
    font-size:small;
}
.none{
	display:none;
}

/* 写真窓 */
.img_box {
	margin:0;
    padding:0;
    text-align:center;
}
.img_box img {
    margin:0;
	padding:2px;
	border:1px solid #CCC;
}
.img_box .caption {
    margin:0;
	padding:3px;
    text-align:left;
    font-size:80%;
	line-height:1.2;
	background:#EFEFEF;
}

/*======================================
  県別ヘッダー
======================================*/
.news_index_header {
    clear:both;
	height:49px;
    position:relative;
    color:#333;
    margin:0;
    padding:0;
	line-height:49px;
	background: url(../images/top_h3.jpg) no-repeat top left;
}
.news_index_header h2 {
    font-size:105%;
    padding:0 20px;
}
.news_index_header a{
    color:#333;
    text-decoration:none;
}
.news_index_header a:hover{
	color: #FF6600;
	text-decoration: none;
}
.news_index_header ul {
    position:absolute;
    right:5px;
    top:0;
    padding:0;
}
.news_index_header ul li {
    display:inline;
    margin-right:1em;
    padding:3px;
}
.news_index_header li a{
	padding:0 0 0 15px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/list2.gif) no-repeat center left;
}
.news_index_header li a:hover{
	color: #FFCC00;
	text-decoration: none;
	background: url(../images/list2_f2.gif) no-repeat center left;
}

/*======================================
  連載ヘッダー
======================================*/
.news_index_header2 {
    clear:both;
	height:59px;
    position:relative;
    color:#333;
    margin:0;
    padding:0;
	background: url(../images/ren_h3.jpg) no-repeat top left;
}
.news_index_header2 h2 {
    padding:12px 15px 0 15px;
}
.news_index_header2 a{
	display:block;
	text-decoration: none;
}

/*======================================
  ニュース記事面
======================================*/
/* ニュース記事 */
#ken {
	margin:0 0 10px 0;
	padding:0;
	background: url(../images/waku_bg.jpg) repeat-y;
}
#news_item {
	margin:0;
	padding:0;
}
/* ニュース記事タイトル */
.news_item_title {
    color: #003399;
    margin:0 20px 5px 20px;
    padding:5px 0;
	line-height:1.3;
	border-bottom:1px solid #DDD;
}
/* ニュース記事追加情報 */
.news_item_meta {
	margin:0 15px 5px 15px;
    padding:3px 5px;
    color: #666;
    text-align:right;
}
.meta_item {
    margin-left:1em;
}

/* ニュース記事本文 */
.news_item_body {
	width:470px;
	margin:0 0 0 20px;
    padding:0;
	line-height:1.5;
}
.news_item_body p {
    margin-bottom:0.6em;
}
.news_item_body .img_box {
    margin:5px 0 5px 5px;
}

/* ニュース記事追加 */
.news_item_more a {
    color: #003399;
    text-decoration: none;
}
.news_item_more a:hover {
    color: #FF6600;
    text-decoration: underline;
}

/* ニュース記事追加内容 */
.news_item_foot {
    clear:both;
	margin:0;
    height:1px;
}

/*======================================
  ニュース一覧(バックナンバー)
======================================*/
/* タイトル */
.news_index_title {
    clear:both;
    position:relative;
    color:#333;
    margin:10px 0 5px 0;
    padding:0;
}
.news_index_title h3 {
    font-size:100%;
    margin:0;
    padding:0;
}
/* リスト */
#mainBox div.news_index {
	margin:5px 20px;
	padding:0;
	border-top:1px solid #CCC;
}
#mainBox div.news_index2 {
	margin:0 20px 5px 20px;
	padding:0;
}
#mainBox div.news_index ul,
#mainBox div.news_index2 ul {
    margin:5px;
    padding:0;
    list-style:none;
}
#mainBox div.news_index ul li,
#mainBox div.news_index2 ul li {
	margin:0 0 3px 0;
	padding:0;
	line-height:1.2;
}
#mainBox div.news_index li a,
#mainBox div.news_index2 li a{
	display:block;
	padding:0 0 0 17px;
	color: #333;
	text-decoration: none;
	background: url(../images/list3.gif) no-repeat top left;
}
#mainBox div.news_index li a:hover,
#mainBox div.news_index2 li a:hover{
	color:#FF6600;
	text-decoration: none;
	background:url(../images/list3_f2.gif) no-repeat top left;
}

