@charset "utf-8";
.enstyle {
	font-size: small;
	color: #666666;
}
.pan {
	font-size: small;
	color: #999999;
	padding-left: 20px;
}
.mainbig {
	font-size: small;
	line-height: 140%;
	color: #333333;
	padding-left: 15px;
}
.mainnormal {
	font-size: small;
	line-height: 140%;
	color: #333333;
}
.blogtitle {
	font-size: large;
	line-height: 135%;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bolder;
}

#topics
{
	font-size: 15px;
	line-height: 140%;
	color: #333333;
}

#topics h1  {
	font-size: small;
	color: #300;
	text-align:right;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	line-height: 25px;
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #300;
	font-variant: normal;
	background-color: #D5DDB7;
} 

#topics h2  {
	font-size: 20px;
	color: #063;
	background-image: url(/images/h2point.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom-width:thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	line-height: 30px;
}

#topics h3  {
	font-size: 17px;
	line-height: 140%;
	color: #069;
	font-weight: bold;
}


.topics1 {
	font-size: small;
	color: #300;
	text-align:right;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	line-height: 25px;
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #300;
	font-variant: normal;
	background-color: #D5DDB7;
} 

.topics2 {
	font-size: 20px;
	color: #063;
	background-image: url(/images/h2point.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom-width:thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: 500;
	line-height: 30px;
}

.topicsmain {
	font-size: 15px;
	line-height: 140%;
	color: #333333;
}

.topicsindex {
	font-size: 17px;
	line-height: 140%;
	color: #069;
	font-weight: 500;
}

/* キャプション付きイメージ */


div.imagebox {
	float: left; /* 左に配置 */
	margin: 5px; /* 周囲の余白 */
	line-height: 20px;
}

p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 0px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 80%;  /* 5.文字サイズ */
   color: #063;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	border: thin solid #F00;
	padding-right: 5px;
	padding-left: 5px;
}
.saiyo {
	font-size: 14px;
	font-weight: bold;
	color: #039;
	border: thin solid #069;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
}

