@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	font-size: 90%;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	color: #333;
	line-height: 1.5em;
}
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;
	font-size: 100%;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; border: none;}



/* =========================================================
 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; }

a:link {
	color: #b72621;
	
}    /* 未訪問のリンク */
a:visited {
	color:#b72621;
	
} /* 訪問済みのリンク */
a:hover {
	color: #ee6100;
	text-decoration:none;
}   /* ポイント時のリンク */
a:active { color: ##b72621; }  /* 選択中のリンク */
