@charset "euc-jp";
body {
	background-image: url(../img/back_line.gif);
	background-position: 50%;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #E8F7D2;
	color: #000000;
	}
/*文字のサイズ*/
th, td {
	font-size:93%;
}

/*文字の高さ*/

.line01 {
	line-height:1.2em;
	}
.line02 {
	line-height:1.5em;
	}
.line03 {
	line-height:1.8em;
	}
/*リンク*/

A:link    {
	text-decoration: underline;
	color: #000099;
}
A:visited {text-decoration: underline; color: #0033FF;}
A:active  {text-decoration: underline; color: #D55500;}
A:hover   {text-decoration: underline; color: #D55500;}

/*画像*/
.img_r {
	margin: 0px 1em 0.2em 0px;
	float: left;
}
.img_l {
	margin: 0px 0px 0.2em 1em;
	float: right;
}
/*フォント*/
.b {
	font-weight:bold;
	}
/*講演*/
#kouen {
	line-height:1.2em;
	}
#kouen p {
	text-indent: 1em;
	}
/*トピックス*/
#topics-box {
	width:225px;
	background: url(../img/topic-02.gif) no-repeat left bottom;
	height: 255px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}
#topics-box h3 {
	margin:0 0 5px;
	padding:50px 10px 0 15px;
	height: 10px;
	font-size: 90%;
	background: url(../img/topic-04.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #333333;
	}
#topics-box p {
	margin:0 0 5px;
	padding:10px 15px 0;
	height: 10px;
	font-size: 85%;
	background: no-repeat left top;
	}
#topics-box A:link    {
	text-decoration: underline;
	color: #003333;
}
#topics-box A:visited {
	text-decoration: underline;
	color: #003333;
}
#topics-box A:active  {text-decoration: underline; color: #D55500;}
#topics-box A:hover   {
	text-decoration: underline;
	color: #003366;
}
.topics-ttl {
	color:#003333;
	font-size: 95%;
	background: #EAEFAB;
	padding-left: 20px;
	font-weight: bold;
	}
.topics-day {
	font-size: 80%;
	padding-left: 20px;
	text-align: right;
	color: #003333;
	}

/*ブログボックス*/
#blog-box {
	width:240px;
	background: url(../img/blog-box02.gif) no-repeat left bottom;
	margin-left: 10px;
	height: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}
#blog-box h3 {
	margin:0 0 5px;
	padding:20px 0px 0;
	height: 10px;
	font-size: 90%;
	background: url(../img/blog-box01.gif) no-repeat left top;
	text-align: center;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
	}
#blog-box p {
	margin:0 0 5px;
	font-size: 85%;
	background: no-repeat left top;
	padding: 0px 0px 0px 10px;
	}
/*ページ送り*/
ul.blogpagenavi {
	text-align:right;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0px;
	}
ul.blogpagenavi li {
	display:inline;
	list-style-type:none;
	}
ul.blogpagenavi li.active {
	padding:3px 6px;
	border:1px solid #2f2120;
	background-color:#2f2120;
	color:#FFFFFF;
	}
ul.blogpagenavi li a{
	text-decoration:none;
	padding:3px 6px;
	border: 1px solid #666666;
	}
ul.blogpagenavi li a:link {
	color:#333333;
}
ul.blogpagenavi li a:visited {
	color:#333333;
}
ul.blogpagenavi li a:hover {
	color:#FFFFFF;
	background-color:#0066CC;
}
ul.blogpagenavi li a:active {
	color:#FFFFFF;
	background-color:#006699;
}
