﻿@charset "utf-8";

#topics h1 {
	margin: 0 0 10px 0 ;
	padding: 5px 5px;
	border-top:4px double #ff9900;
	border-bottom:4px double #ff9900;
	font-size: 1em;
}
#topics h2 {
	margin: 2em 0 0;
	padding: 3px 5px;
	border-top:1px double #ff9900;
	border-bottom:1px double #ff9900;
	font-size: small;
	font-weight: normal;
	color: #666666;
}
#topics h3{
	margin:0;
	padding:5px 0;
	font-size:medium;
	color:#000000;
}
#topics p {
	font-size: small;
	line-height:1.6;
	color: #000000;
}
#topics p.line-navi{
	margin:5px 0;
	color: #000000;
}

#topics h2+p {
	margin-top: 0.3em;
}
#topics div{
	margin:1em 0;
}
#topics table{
	margin:5px 0;
	font-size:small;
	line-height:1.3;
	color:#000000;
}
#topics caption{
	text-align:left;
	font-weight:bold;
	color:#000066;
}
#topics img{
	margin:0.5em 0 0.5em 0;
}
#topics .imageNo{
	margin:0 0 0 0;
  font-size:0.9em;
	text-align:center;
	font-weight:bold;
  border:none;
  width: 480px; 
}

.honbun1{
  font-size:0.9em;
  text-align:left;
  font-weight:normal;
  color:#333333;
}
.news-honbun1{
  line-height: 1.5em;
  font-size:1.1em;
  text-align:left;
  font-weight:normal;
  color:#333333;
}
.news-honbun2{
/*  line-height: 1.5em;*/
	margin: 0 0 0 0;
  font-size:1.1em;
  text-align:left;
  font-weight:normal;
  color:#333333;
}
#topics ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topics ol {
  list-style-type: lower-alpha;
  margin:-5px 0 0 2em;
	padding: 0;
/*	list-style: none;*/
}
#topics li {
	margin: 0.5em 0 0 0.5em;
	padding: 0;
  font-weight:bold;
/*	height: 30px;
	text-indent: -9999px;*/
}
#topics li a {
	text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	display: block;
	height: 30px;
}

/* コンテンツ内ページごと
---------------------------------------------------- */

/* トピックス */
#topics{
	padding:10px;
	background:#F5FFFA /*#FFF0C8*/;
}
#topics p{
	line-height:1.3;
}
#topics table{
	border:none;
}
#topics table#photo td{
	text-align:center;
}
/* トピックス 文字の設定*/
#topics font.blue{
	color:#000066;
}
#topics font.red{
	color:#ff0000;
}
#topics font.red-mb{
	color:#ff0000;
	font-size:medium;
	font-weight:bold;
}
#topics font.mb{
	font-size:medium;
	font-weight:bold;
}
