/*****************************************
	base
****************************************/
body {
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size : 12px;
	line-height : 15px;
	font-family: "MS PGothic", Arial, sans-serif;
	text-align: center;
	background-color : #000;
}
img {
	border: 0px none #ffffff;
}
form {
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #ff0000;
}
/* ----- clearfix start ------ */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix { display: block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
/* ----- clearfix end ------ */

/*****************************************
	layout
****************************************/
.header, .contents, .footer  {
	margin: 0px auto;
	width:680px;
}
/*****************************************
	header
****************************************/
.header {
	text-align: center;
	font-size:12px;
	line-height:14px;
	color:#fff;
	padding:50px 0px 10px;
}
/*****************************************
	contents
****************************************/
.contents {
	text-align: left;
}
.contents_01 {
	text-align: left;
}
.contents_02, .contents_03, .contents_04, .contents_05 {
	position:absolute;
	width:105px;
	text-align:left;
}
.contents_02, .contents_04 {
	margin-top:428px;
}
.contents_03, .contents_05 {
	margin-top:454px;
}
.contents_02, .contents_03 {
	margin-left:40px;
}
.contents_04, .contents_05 {
	margin-left:370px;
}

/*****************************************
	footer
****************************************/
.footer {
	text-align: right;
	padding:10px 0px 20px;
}
