@charset "UTF-8";

/* CSS Document */

/* tag format */


	
pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin:0px;
	padding:0px;
	}


dl,dt,dd
{
	margin:0px;
	padding:0px;
}

a
	{
	margin:0px;
	padding:0px;
	}

div
	{
	margin:0px;
	padding:0px;
	}
	
ul,ol,li
	{
	list-style:none;
	padding:0;
	margin:0;
	}

fieldset,img
	{
	border:0px;
	}

abbr,acronym
	{
	border:0px;
	}

addres,caption,cite,code,dfn,em,strong,th,var,
	{
	font-size:normal;
	font-weight:normal;
	}

h1,h2,h3,h4,h5,h6
	{
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}
	
p
	{
	font-size:100%;
	font-weight:normal;
	padding:0;
	margin:0;
	}

/* tag format end */





/* body */

body
	{
	background-color:#0a062e;
	line-height:1.4;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	padding:0;
	margin:0;
	}
	
	/* Safari \*/
	html:\66irst-child body {
		font-family: "MS UI Gothic", "HiraKakuPro-W3", sans-serif;
	}
	
	/* for IE7 */  
    *+html body {    
    			}  
  
    /* for IE6 */  
    * html body { 
    			} 

a:link
	{
	color: #666666;
	text-decoration: none;
	}
	
a:active
	{
	color: #666666;
	text-decoration: none;
	}
	
a:visited
	{
	color: #8E2626;
	text-decoration: none;
	}
	
a:hover
	{
	color: #FF0000;
	text-decoration: none;
	}

/*
.iepngfix 
{  
    behavior: expression(IEPNGFIX.fix(this));  
} 
*/



.main{
	
	margin:8% auto 0 auto;
	width:800px;
	height:600px;
}



/*--------------general------------*/

.clearing
	{
	padding:0px;
	margin:0px;
	clear:both;
	text-indent:-9999em;
	}
	
.enter
{
	text-align:center;
}

.right_text
{
	text-align:right;
}
.left_text
{
	text-align:left;
}

.large_text
{
	font-size:16px;
	font-weight:bold;
}

.blue_large_text
{
	font-size:18px;
	font-weight:bold;
	color:#00F;
}
	
.red_large_text
{
	font-size:18px;
	font-weight:bold;
	color:#F00;
}

.red_text
{
	color:#F00;
}

.blue_text
{
	color:#00F;
}

.bold_text
{
	font-weight:bold;
}
/*:after
	{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
*/