@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding: 0px;
}
a:link {
	color: #8E0000;
	text-decoration: none;
}
a:visited {
	color: #8E0000;
	text-decoration: none;
}
a:hover {
	color: #950F0E;
	text-decoration:underline;
}
a:active {
	color: #950F0E;
}
span {
	text-align: left;
}
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, address, ul, ol, li, dl, dt, dd, span, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
	border: none;
	vertical-align:top;
}
/* =========================================================
 Clear of Float
========================================================= */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
