@charset "Shift_JIS";

/*　全体(文字色：#000000)　*/
body{
	color: #000000;
}

/*背景色の指定*/
#backcolor_old{
	background-color: #ffffff;
}

/*背景色の指定*/
#backcolor{
	background-color: #990033;
}


.text_mida{
	color: #008000;
	font-family: "HGS創英角ﾎﾟｯﾌﾟ体",
	font-weight: bold;
	font-size: 14pt;
}
.back_w{
	background-color: #ffffff;
	width:802px;
}

.side_r{
	float:right;
}

.side_l{
	width:250px;
	padding: 0px 0px 0px 10px;
	font-size: 10pt;
	text-align: left;
	float:left;
}

.clearBoth{
	clear:both;
}

/*構成（文字サイズ、行の高さ）*/
.honbunL{
	font-size: 14pt;
	line-height: 120%
}

div#contentsbox{
	width:850px;
	padding:  0px 0px 0px 0px;
	text-align: center;
}

/*画像（囲み線：無）*/
img {
	border: none;
}

/* 見出し */
.midasi {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 3px 0 2px 20px;
	color: #030;
	border-top: 2px solid #8FC31F;
	border-left: 8px solid #8FC31F;
	border-bottom: 1px solid #cccccc;
}
/* 内容 */
.bun {
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 3px 0 2px 70px;
	color: #030;
}

.honbunL{font-size:10pt;line-height:150%}

/* --------------------------------------------------
   リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
