/*ページ全体の設定*/
body{
	background-image:url(koma2-b.gif);
	background-repeat:repeat-y;
	font-family:"ＭＳ Ｐ明朝", "平成明朝",serif;
	font-size:small;
	color:#555555;
	line-height:1.5;
}
td,th{
	font-family:"ＭＳ Ｐ明朝", "平成明朝",serif;
	font-size:small;
	color:#555555;
	line-height:1.5;
}

/*リンク関連*/
a:link {
	color:#0000ff;		/*未リンク：青*/
	text-decoration:none;
}
a:visited {
	color:#ff00ff;		/*既リンク：紫*/
	text-decoration:none;
}
a:hover {
	color:#ff3333;		/*ポインター接触：橙*/
	background-color:#00ffff;	/*背景：水色*/
	text-decoration:none;
}
a:active {
	color:#00ff00;
	text-decoration:none;
}

/*リスト関連*/
ul{
	list-style-type:disk;
	font-weight:nomal;
	font-size:small;
}
.b{
	list-style-image:url(sakura2-b.gif);
	font-weight:bold;
	font-size:medium;
}
.g{
	list-style-image:url(sakura2-g.gif);
	font-weight:bold;
	font-size:medium;
}
.v{
	list-style-image:url(sakura2-v.gif);
	font-weight:bold;
	font-size:medium;
}

#hedder {
	background-image:url(fish-lg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:20px auto auto 120px;
	width:1024px;
	height:220px;
	padding:15px;
	vertical-align:bottom;
}

#main {
	width:480;
	padding:0px;
	background:none;
	vertical-align:top;
}

#left {
	width:160;
	padding:5px 20px;
	background:none;
	font-size:x-small;
	font-family:"ＭＳ　Ｐゴシック",Osaka,sans-serif;
	text-align:center;
	vertical-align:top;
}

#right {
	width:240px;
	padding:10px;
	background:none;
	vertical-align:top;
}

.none {
	font-size:small;
	font-weight:nomal;
	line-height:1.5em;
}
.thumb {
	font-size:x-small;
	text-align:center;
	width:200px;
	height:640px;
	overflow-y:scroll;
	padding:15px;
	border:groove 2px;
}