@charset "UTF-8";
/* CSS Document */

/*==================Reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
ul {
	list-style: none;
	}	
h1,h2,h3,h4 {
	font-size: 100%;
	}	
/*==================Common==================*/
body {
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-style: normal;
	line-height: 1.8;
	font-size: 12px;
	background: #180025;
	color: #FFFFFF;
	}
/*==IE6==*/
* html body {
	font-size: 75%;
}
/*==END==*/

/*======link======*/
a {
	color: #FFFFFF;
	}
a:hover {
	color: #DCBA6F;
	}	
/*===common tags===*/
.clear {
	clear: both;
	line-height: 0;
	}
.imgL{
	float:left;
	margin-right:10px;
	}	
.imgR{
	float:right;
	margin-left:10px;
	}	
.imgC{
	text-align:center;
	}
strong{
	color:#FF0000;
	}
	
/*===go back page top===*/	
.back{
	text-align:right;
	font-size:90%;
	margin-bottom:5px;
	}	
	
/*==================header==================*/
#header h1 {
	width: 388px;
	height: 81px;
	}
/*==================footer==================*/
#footer {
	width: 750px;
	margin: 10px auto 0;
	text-align: center;
	}
#footer p {
	font-size: 95%;
	color: #CCCCCC;
	}
#footer p#footnavi {
	margin-bottom: 10px;
	font-size: 100%;
	}
#footer address {
	font-size: 95%;
	color: #CCCCCC;
	}
