@charset "Shift_JIS";
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-size: 100%;
	text-align : center;
	}

img,table {
	border: 0;
	}
	
h1,h2,h3,h4,h5,p,form,input,ul,li {
	margin: 0;
	padding: 0;
	}

hr{
	display: none;
}

#wrapper{
	margin:0 auto;
	width:750px;
	text-align:left;
}

/*float*/
.floatleft{
	float:left;
}

.floatright{
	float:right;
}

/*クリアー*/
.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
	}
	
.clear_6 {
	clear: both;
	height: 6px;
	line-height: 0px;
	font-size: 1px;
	}
	
.clear_10 {
	clear: both;
	height: 10px;
	line-height: 0px;
	font-size: 1px;
	}

/*文字装飾*/
.txt_gray{
	color: #333333;
	font-size:90%;
}

.txt_red{
	color: #CC0000;
}

/*リンク*/
a:link {
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline; color: #FF0000;
	}
a:hover {
	text-decoration: underline; color: #FF0000;
	}
a img {
	border	:none;
	}
a:hover img {
	border	:none;
	}
