/*-----------------------------------------------
 Reset
-----------------------------------------------*/
html, body,div, span, p, h1, h2, h3, h4, h5, h6, address,a, img,form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
}

html {
	overflow-y: auto;
}

body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.7em;
}

/*フロートクリア*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*-----------------------------------------------
 Link
-----------------------------------------------*/
a {
	text-decoration: underline;
}

a:link {/*未訪問*/
	text-decoration: underline;
	color: #C00;
}

a:visited {/*訪問済み*/
	text-decoration: underline;
	color: #C00;
}

a:hover {/*カーソルでポイント*/
	text-decoration: underline;
	color: #e55050;
}

a:active {/*クリック*/
	text-decoration: underline;
	color: #e55050;
}

a:focus {/*タブでポイント*/
	text-decoration: underline;
	color: #e55050;
}

.name {
	font-size: 150%;
	font-weight: bold;
}

.font01 {
	color: #f03;
	font-size: 85%;
	font-weight: bold;
	margin: 10px 3px;
}

.font02 {
	color: #554738;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 3px;
}

.font03 {
	color: #554738;
	font-size: 85%;
	line-height: 1.3em;
	margin: 0px 3px;
}

