/* 「あれとかこれとか」なCSS */

/* ページ全体共通指定 */
.bTitle {
	color: #336600;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Century Gothic',VERDANA,ARIAL,SANS-SERIF,Helvetica,'MS P ゴシック',Osaka;
}

/* ページ全体の背景と文字と余白 */
BODY {
	background-color: #fffffB;
	color: #000000;
	margin: 0px;
	padding: 0em 2em 2em 2em;
	line-height: 155%;
	text-align: left;
}

TD {
	line-height: 155%;
	font-size:90% ;
	border-color:black;
}

/* 全体のリンク飾り */
A {
	text-decoration:underline;
}

/* リンク（まだ見ていない状態） */
A:link {
 color: #CC0000;
}

/* リンク（マウスポインタを乗せた状態） */
A:hover {
	color: #0D04C5;
}

/* リンク（クリックされた状態） */
A:active {
 color: ;
}

/* リンク（すでに見た状態） */
A:visited {
	color: #000000;
}

/* /ページ全体共通指定*/

/* タイトル */
H1 {
	width: 100%;
	height: auto;
	color: #336600;
	font-size: 2em;
	font-weight: bold;
	line-height: 155%;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
	background-image:url();
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-color: #66CC66;
	border-bottom-color: #66CC66;
	background-position: left center;
}
H2 {
	height: auto;
	color: #336600;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 155%;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
	background-image:url();
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-color: #66CC66;
	border-bottom-color: #66CC66;
	background-position: left center;
}

/* エントリーの背景 */
.entry {
 background-image: url();
	background-repeat: ;
	background-position: ;
	background-color: ;
}
