@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	color:#454545;
}
body {
	font-size: 13px YuMincho, '游明朝',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 *font-size:small;
 *font:x-small;
	line-height: 1.5;
}
table {
	font-size: inherit;
	font: 100%;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* hr 要素は不可視で使う */
hr {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #FFF;
}
a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#E7AF2F;
}
.clearfix:after, #main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix,  #main {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html #main {
	height: 1%;
}
.clearfix,  #main {
	display: block;
}
/* End hide from IE-mac */
