/* 1.基本
================================================= */
body {
	margin:0;
	padding: 0;
	background-color:#000000;
	color:#FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

table {
	border:0px solid;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
img{
	border:0px;
	}
	
ul	{
	list-style : none url(../img/navi_dot.gif) outside;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:100%;
	}

/* 2.基本フレーム
================================================= */
.body_bg {
	background-color:#000000;
	}
.header_bg{
	background-image:url(../img/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
.footer_bg_top{
	position:fixed; bottom:0px; left:50px; 
	}
.footer_bg_bottom{
	position:absolute; top:0px; left:50px; 
	}
	
.navi_bg {
	background-color:#636363;
	}

.main_bg {
	background-color:#888888;
	}	
.main_left_bg {
	background-image:url(../img/grd_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#888888;
	}
.main_right_bg {
	background-image:url(../img/grd_right.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#888888;
	}

/* 3.FONT SIZE
================================================= */
.F9 {
	font-size:9px;
	line-height:14px;
	}
.F10 {
	font-size:10px;
	line-height:16px;
	}
	
.F11 {
	font-size:11px;
	line-height:18px;
	}
	
.F12 {
	font-size:12px;
	line-height:20px;
	}
.F13 {
	font-size:13px;
	line-height:20px;
	}
.F14 {
	font-size:14px;
	line-height:22px;
	}
.F15 {
	font-size:15px;
	line-height:24px;
	}
.F16 {
	font-size:16px;
	line-height:26px;
	}
.F17 {
	font-size:17px;
	line-height:28px;
	}
.F18 {
	font-size:18px;
	line-height:30px;
	}
	
.CONTENTS_TITLE {
	font-size:18px;
	line-height:20px;
	color: #3DFFCA;
	letter-spacing:0.1em;
	}
	
/* 4.FONT COLOR
================================================= */
.tex_main {
	color: #3DFFCA}
.tex_sub {
	color: #FBC600}
.tex_caption {
	color: #666666}
.bold{
	font-weight:bold;
	}
	
/* 5.リンク
================================================= */
a 			{ color: #FF0097; text-decoration: none; }
a:link		{ color: #FF0097; text-decoration: none; }
a:visited	{ color: #FF0097; text-decoration: none; }
a:active	{ color: #FF0097; text-decoration: none; }
a:hover		{ color: #FFFFFF; text-decoration: none; }

a.yellow 			{ color: #FFFF33; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.yellow:link		{ color: #FFFF33; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.yellow:visited	{ color: #FFFF33; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.yellow:active	{ color: #FFFF33; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.yellow:hover	{ color: #FF0097; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }

a.navi 			{ color: #3DFFCA; text-decoration: none; font-family: Helvetica, Arial, sans-serif; line-height:33px; }
a.navi:link		{ color: #3DFFCA; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.navi:visited	{ color: #3DFFCA; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.navi:active	{ color: #3DFFCA; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a.navi:hover	{ color: #FFFFFF; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }