/* 基本設定 */
a:link	{
	color : #A35767;
	text-decoration : none;
}
a:visited	{
	color : #890F65;
	text-decoration : none;
}
a:hover	{
	color : #EFA18F;
	text-decoration : underline;
}
a:active	{
	color : #EFA18F;
	text-decoration : underline;
}

body,table	{
	color : #2F2F2F;
	font-family : "ＭＳ Ｐゴシック";
	font-size : 95%;
	line-height : 20px;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #4F4F4F;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #C0C0C0;
	scrollbar-shadow-color : #C0C0C0;
}

/* タイトル揃え */
.title { margin: 10px 10px 10px 10px; }

/* メニュー文字 */
div.menu {
	margin: 30px 30px 30px 100px;
	font-size: 110%;
	font-family : Georgia, "Times New Roman", Times, serif;
}
span.menu { margin: 0px 5px 0px 5px; }
span.clap { margin: 0px 5px 0px 20px; font-size: 70%; }
strong.normal { color: #7A1E2A; }
p.back { margin: 30px 30px 30px 100px; }

/* 文字 */
.new { color: #CC0000; }
.renew { color: #A6523F; }
.since { color: #A9A9A9; }
.first { color: #DB408D; font-weight: bold; }
.first2 { color: #9400D3; margin: 0px 5px 0px 5px; }
.mail { color: #000000; font-weight: bold; }
.material { color: #8A2BE2; font-weight: bold; }
.material2 { color: #BA55D3; font-weight: bold; }
.material3 { color: #9932CC; }
.link { color: #008000; font-weight: bold; }
.link2 { color: #2B8051; margin: 0px 5px 0px 5px; }
.link3 { color: #4169E1; font-weight: bold; }
.illust { color: #FF8C00; font-weight: bold; }
.illust100 { color: #FF00FF; font-weight: bold; }


/* テーブル */
table {
	margin: 30px 30px 30px 100px;
	border-style: none;
}

table td {
	text-align: left; 
	vertical-align: top;
}


