/*-----------------------------------------------------------
 ftHg̐ݒZbgCSS
-----------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-weight:normal;
}

body {
	font-size:100%;
	color: #333333;
	background-image: url(../../img/tmp/back.png);
	background-repeat: repeat-x;
}

img {
	border:0;
	font-size:0px;
	vertical-align:bottom;
}

li {
	list-style:none;
}

strong {
	font-weight:bold;
}

a {
	text-decoration:none;
}

/*----------------------------------------------------------
 ʂ̃X^Cݒ肷CSS
-----------------------------------------------------------*/
body {
	color:#333333;
	font-size:12px;
	line-height:140%;
	text-align: center;
}

#container {
	width:900px;
	margin:0 auto;
}


/*----------------------------------------------------------
 clearfix
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}.attention {
	font-size: 10px;
	color: #FF0000;
}
.clear {
	clear: both;
}
.red {
	color: #FF0000;
}
