/* A */
A {
	text-decoration:	none;
}

/* BODY */
BODY {
	font-family: 		"ＭＳ 明朝";
}
/* メインメニュー用 */
BODY.mainmenu {
       	background-image:	url(../image/menu_back.jpg);
	background-position:	top right;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	font-size:		10pt;
}
/* サブメニュー用 */
BODY.submenu {
	background-image:	url(../image/sub_back.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	font-size:		10pt;
}
/* トップページ */
body.toppage{
	background-image:url(../image/top_back.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size:		10pt;
}
/* ガンダムＪ */
BODY.gundamj {
	background-image:	url(../image/jg_title.jpg);
	background-position:	bottom right;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-color:	#291682;
}
/* Arche1 */
body.arche1{
	background-image:	url(../image/arche1_title.jpg);
	background-position:	bottom right;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-color:	#000000;
}
/* Arche2 */
body.arche2{
	background-image:	url(../image/arche2_title.jpg);
	background-position:	bottom right;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-color:	#FFFFFF;
}
/* TD */
/* トップページ */
TD.maintitle　{ 
	font-family:		"Century";
	font-size:		11pt;
	font-weight:		bold; 
}
/* メニュー１ */
TD.head	{ 
	font-family:		"Times New Roman";
	font-size: 		17pt;
	border-left: 		5px groove #ffffff;
	padding-left:		10px;
	padding-right: 		10px;
	font-weight: 		bold; 
	color: 			#FFFFFF;
	cursor:			hand;
}
/* メニュー２ */
TD.head2　{ 
	font-family: 		"Times New Roman";
	font-size: 		17pt;
	border-left: 		5px groove #ffffff;
	padding-left: 		10px;
	padding-right: 		10px;
	font-weight: 		bold; 
	color: 			#FFFFFF;
}
/* 小説 */
TD.novel {
	font-family:	 	"ＭＳ ゴシック";
	font-size: 			9pt;
	line-height: 		20px;	
}

/* 解説 */
TD.comment {
	font-family:	 	"ＭＳ ゴシック";
	font-size: 			8pt;
	line-height: 		22px;	
	vertical-align:		top; 
}

/* メインメニュー用 */
.first {
	font-family: 		"ＭＳ 明朝";
	font-size: 		9pt;
	text-align: 		center;
	color:			#0080FF;
	position: 		absolute;
	border:			1pt solid #000000;
	bisibility: 		hidden;
	cursor: 		default;
}

/* サブメニュー用 */
.second {
	font-family: 		"ＭＳ 明朝";
	font-size: 		9pt;
	text-align: 		center;
	color: 			#FFFFFF;
	position: 		absolute;
	border: 		1pt solid #000000;
	bisibility: 		hidden;
	cursor: 		default;
}

/* トップページメニュー用 */
.topmenu {
	font-family: 		"ＭＳ ゴシック";
	font-size: 		10pt;
	color: 			#2A1682;
	position: 		absolute;
	bottom:			10pt;
	border: 		0pt;
	font-weight: 		bold; 
	width:			100%;
}
