@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/*                         Reset                                        */
/*----------------------------------------------------------------------*/
html {
	color: #333333;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
table {/*テーブルセルの間隔を揃える*/
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
address,caption,th {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select {/*フォーム部品を親要素の値を継承させたものにする*/
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;/*IE用CSSハック*/
}

body {
	font: 13px/1.231 Arial, Helvetica, sans-serif;
	color: #666666;
	*font-size: small;
	*font: x-small;
}
body {
	font-size: 90%;
	line-height: 130%;
}
table {
	font-size: inherit;
	font: 100%;
}

/*----------------------------------------------------------------------*/
/*                         clearfix                                     */
/*----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
