* {
	margin: 0;
	padding: 0;
}

p{
	margin-bottom: 1em;
}

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
}

img {
	border: none;
	
}

.img_center{
	text-align: center;
}

li {
	list-style-type: none;
}

table br{
	display:none;
}
table th br{
	display:inline;
}
table td br{
	display:inline;
}

body {
	text-align: center;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	background-color: #FFFFCC;
}

/* ##### ページ全体 ####################################  */
#page{
	width: 768px;
	background-color: #FFFFFF;
	text-align: left;
	border: 0px solid #008800;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(img/contents_background.gif);
	background-repeat: repeat-y;
}

/* ##### ヘッダー ##########################################  */
#header{
	width: 768px;
	height: 170px;
	color: #FFFFFF;
	background-color: #00A363;
	background-image: url(img/header_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}

.header_top {
	background-image: url(img/header1.gif);
	background-repeat: no-repeat;
	height: 65px;
	padding-right: 10px;
	padding-left: 10px;
}

.header_link {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 2px;
	line-height: 16px;
	color: #000000;
}

.header_link a:link {
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}
.header_link a:visited {
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}
.header_link a:hover, .header_link a:active {
	color: #333333;
	text-decoration: underline;
	background-color: #FF6666;
	padding: 2px;
}

/* ##### トピックパス(パンくずリスト)  ################################  */
#topic_pass {
	margin-left: 14px;
}

/* ##### コンテンツ部全体  ################################  */
#contents1 {
	position: relative;
	width: 576px;
	float: left;
}

/* ##### 左側ナビゲーション  ################################  */
#leftNavi {
	width: 192px;
	float: left;
	background-color: #99FF33;
	background-image: url(img/left_top1.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-bottom: 15px;
}

.left_list {
	background-color: #D9FFBF;
	margin-left: 10px;
	
}

#leftNavi h2{
	font-size: 14px;
	padding-left: 14px;
	padding-right: 6px;
	background-image: url(img/left_top2.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#leftNavi ul{
	margin-left: 10px;
	margin-top: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
}
#leftNavi li{
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
	list-style-type: none;
	list-style-position: outside;
}

#leftNavi table{
	margin-left: 0px;
}

#leftNavi iframe{
	margin-left: 6px;
}

/* ##### トップページ中央コンテンツ  ################################  */
#top_contents {
	width: 370px;
	float: left;
	margin-left: 5px;
	margin-right: 4px;
}

#top_contents h3{
	font-size: 12px;
	background-image: url(img/center_midashi1.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 28px;
}

#top_contents h4{
	font-size: 12px;
	background-image: url(img/center_midashi2.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 28px;
	padding-top: 2px;
}

.top_contents_kiji {
	margin-left: 10px;
}

.top_contents_kiji h1{
	font-size: 18px;
	margin-top:14px;
	margin-bottom: 1em;
	line-height: 1.2em;	
}

.top_contents_sinchaku{
	background-color: #DDDDDD;
	width: 370px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.top_contents_sinchaku ul{
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.top_contents_sinchaku li{
	margin-bottom:6px;
}

.top_contents_mokuteki_link {
	margin-left: 10px;
	margin-right: 10px;
}
.top_contents_mokuteki_link th{
	font-size: 14px;
	font-weight: bold
}

.top_contents_mokuteki_link td{
	padding-right: 10px;
	padding-left: 10px;
}


.top_contents_mokuteki_link th , .top_contents_mokuteki_link td{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* ##### トップページ中央コンテンツ２（個別記事）  ################################  */
#top_contents2 {
	width: 562px;
	float: left;
	margin-top: 18px;
	padding-left: 14px;
}

#top_contents2 h1{
	font-size: 18px;
	background-image: url(img/center_midashi1.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 18px;
	margin-bottom: 14px;
}

.top_contents2_kiji {
}

.top_contents2_kiji ul{
	margin-bottom: 1em;
}

.top_contents2_kiji li{
	margin-left: 1em;
}

.top_contents2_kiji_image{
	float: right;
	padding-left: 5px;
}

.top_contents2_kiji_image img{
	width: 200px;
}

.top_contents2_kiji img{
	
}

.top_contents2_kiji h3{
	font-size: 14px;
	margin-bottom: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	background-color: #FFCC33;
}

.top_contents2_kiji h4{
	font-size: 12px;
	margin-bottom: 1em;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006B33;
	margin-right: 1em;
}

.top_contents2_kiji blockquote{
	background-color: #DDFFDD;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.top_contents2_kiji table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #33AA33;
	border-left-color: #33AA33;
	margin-top: 1em;
	margin-bottom: 2em;
	clear: right;
}

.top_contents2_kiji th{
	background-color: #008800;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33AA33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33AA33;
	text-align: center;
	vertical-align: middle;
}

.top_contents2_kiji td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33AA33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33AA33;
	vertical-align: top;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


/* ##### トップページ中央コンテンツ２（カテゴリ）  ################################  */
#top_contents3 {
	width: 562px;
	float: left;
	margin-top: 18px;
	padding-left: 14px;
}

#top_contents3 h2{
	font-size: 16px;
	background-image: url(img/center_midashi3.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top:  2px;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#top_contents3 li{
	margin-bottom: 6px;
}

#top_contents3 ul{
	margin-left: 50px;
	margin-top: 12px;
	margin-bottom: 24px;
}

#top_contents3 ul ul{
	margin-left: 50px;
}

#top_contents3 ul ul li{
	margin-bottom: 6px;
}

#top_contents3 ul h2{
	font-size: 12px;
	background-image: url(img/center_midashi1.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
}



/* ##### トップページ右コンテンツ  ################################  */

#right_contents {
	width: 190px;
	float: left;
}

.right_contents_tag {
	background-image: url(img/right_tag_middle.gif);
	background-repeat: repeat-y;
	
}

.right_contents_tag h3{
	font-size: 12px;
	background-image: url(img/right_tag_top.gif);
	height: 30px;
	padding-left: 1em;
	padding-top: 6px;
	background-repeat: no-repeat;
	
}

.right_contents_bottom{
	background-image: url(img/right_tag_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	background-position: bottom;

}

.right_contents_kiji {
	margin-right: 6px;
	margin-left: 6px;

}

.right_contents_kiji img{
	width: 150px;
}
.right_contents_kiji h1{
	font-size: 14px;
	padding-bottom: 1em;
	padding-top: 6px;

}

.right_contents_kiji li{
	margin-bottom: 6px;
}

.right_contents_kiji .link_noimage{
	width: 120px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 15px;
	background-image: url(img/ba_img.gif);
	background-repeat: repeat-y;
	
}

/* ##### フッター  ################################  */

#footer {
	float: left;
	font-size: 12px;
}

#footer_link {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	text-align: center;
	clear: left;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#footer table{
	text-align: left;
}

#footer caption{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
	font-size: 14px;
}

#footer td{
	padding-left: 14px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}

#footer_center {
	width: 355px;
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	text-align: center;
}

#footer_right {
	width: 190px;
	float: left;
	margin-top: 36px;
	margin-bottom: 14px;
}

#footer_copyright{
	clear: left;
	font-weight: bold;
	text-align: right;
	width: 550px;
	margin-top: 14px;
}

