body {
	COLOR: #000000;
	FONT-FAMILY: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "sans-serif";
	BACKGROUND-COLOR:#FFFFFF;
	TEXT-ALIGN: center;
	line-height: 150%;
	background-image: url(images/background/back.gif);
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*テーブルデザイン*/
.headtabledeco {
	font-size:12px;
	background-color:#CCFF66;
}

.maintabledeco {
	border: medium solid #CCFF66;
	background-color: #FFFFFF;
}

.subtable {
	line-height: 150%;
}

.tddeco {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #66CC00;
	font-size: 12px;
}


/*リンク*/
a.top:link {
	text-decoration: none;
	font-weight: bold;
	color: #666600;

}

a.top:visited {
	text-decoration: none;
	color: #666600;
	font-weight: bold;

}

a.top:active {
	color: #0000FF;
	text-decoration: none;

}

a.top:hover {
	color: #0000FF;
	text-decoration: none;

}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0000CC

}

a:visited {
	text-decoration: none;
    color:#990099
	font-weight: bold;

}

a:active {
	color: #0000FF;
	text-decoration: none;

}

a:hover {
	color: #0000FF;
	text-decoration: none;

}

/*フォントデザイン*/
.visitmoji{
	color:#444444;
	font-weight: bold;

}

.topmoji{
	color:#444444;
	font-size: 90%;
	font-weight: bold;

}

.decomoji{
	color: #000000;
	font-size: 90%;
	font-weight: bold;

}

.small{
	font-size:12px;
}

/*リストデザイン*/
ul{list-style-image: url(images/icon/icon_list.gif);
} 