/* トップページ用 */

/* #top */
#top p {
	padding-left: 70px;
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
}


/*共通*/
h2 {
	color: #006600;
	padding-left: 15px;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "HGP明朝B";
	font-weight: bold;
}


/*左枠　新着情報やトピックス情報*/
#side_left h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

#side_left p {
	padding-left: 30px;
}

/*左枠　テーブル*/
#side_left table {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 12px;
	text-align: left;
}


/*右枠　LINKS情報*/
#side_right h2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#side_right p {
	margin-left: 40px;
	margin-top: 20px;
	font-size: 9px;
}
#side_right a {
	text-decoration: none;
}
#side_left table tr {
	height: 20px;
}
#side_left table th {
	color: #006600;
}

/*フット*/
.right a {
	text-decoration: none;
}

