/* ===================================================

	メルティランサー　スタイルシート

=================================================== */

/* 基本の文字		*/
body
{
	font-size			: 11pt;
	line-height		: 15pt;
	color				: black;
	background-color	: black;
	margin				: 1pt;
}
td
{
	font-size		: 11pt;
	line-height	: 15pt;
	color			: #000000;
	margin			: 0px;
}

A:hover	{ color:orangered; }			/* マウスでポイントしたときのリンク色	*/

/* サイズバリエーション	*/
.copyright		{ font-size:7pt; 	line-height:10pt; }
.point8		{ font-size:8pt;	line-height:11pt; }
.small		{ font-size:9pt; 	line-height:13pt; }
.small_h		{ font-size:9pt; 	line-height:14pt; }
.point10		{ font-size:10pt;	line-height:14pt; }
.normal		{ font-size:11pt;	line-height:15pt;}
.point12		{ font-size:12pt;	line-height:18pt; }
.big			{ font-size:14pt;	line-height:18pt; }
.caption		{ font-size:18pt;	line-height:22pt; }
.large		{ font-size:22pt;	line-height:26pt; }
.largeblack	{ font-size:22pt;	line-height:26pt; color:black;	}
.smallgreen	{ font-size:9pt; color:green;		line-height:14pt; }
.smallpink		{ font-size:9pt; color:hotpink;	line-height:14pt; }
.smallred		{ font-size:9pt; color:red;		line-height:14pt; }
.smallwhite	{ font-size:9pt; color:white;		line-height:14pt; }

/* カラーバリエーション	*/
.red			{ font-size:11pt; color:red;		line-height:16pt; }
.pink			{ font-size:11pt; color:hotpink;	line-height:16pt; }
.green		{ font-size:11pt; color:green;		line-height:16pt; }
.white		{ font-size:11pt; color:white;		line-height:16pt; }
.bigred		{ font-size:14pt; color:red;	line-height:18pt; }

.color_white	{ font-size:11pt; color:white;		line-height:16pt; }

.top_bg
{
	background-image	: url("../back/mad_g001.gif");
	background-repeat: repeat;
	color				: white;
	a					: 
	margin				: 10pt;
};

.news_bg
{
	background-image	: url("../back/mad_g001.gif");
/*	background-image	: url("../back/yozora02.gif");	*/
	background-repeat: repeat;
	margin				: 10pt;
};


/* テキスト装飾	*/
.deny		{ text-decoration: line-through; }		/* 取消線 */

/* 特殊ケース */
.aa0		{ font-size:10pt; line-height:10pt; }

h1, h2, h3	{ margin:0;	padding:0; }

// ボックス用
.div
{
	margin			: 0px;
}
#body
{
	margin-left	: 30px;
	margin-right	: 80px;
}
#indent_short
{
	margin-left	: 15px;
}
#indent_wide
{
	margin-left	: 25px;
}
#indent_center20
{
	margin-left	: 20%;
	margin-right	: 20%;
}
#top
{
	margin			: 20px;
}
#home
{
	margin			: 12px;
}
