@charset "UTF-8";


body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,input,textarea,
p,blockquote,
th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {
	/*height: 100%;*/
	font-size: 13px;
	line-height: 1.6;
	color: #444;
	background-color: #fff;
	*font-size: small;
	*font: x-small;
	text-align: center;
}



/* ------------------------------------------------------ */

img,fieldset {border: 0;}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

select, input, textarea {font-size: inherit;font:99% sans-serif;}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
}

ul,ol {list-style: none;}
li {display: list-item; zoom: normal;}



/* フロート解除用クラス */
.fltclr:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		font-size: 0.1em;
		line-height: 0;
	}
	* html .fltclr { display: inline-block; zoom: 100%; }
	/* no ie mac ¥*/
	* html .fltclr { height: 1%; }
	.fltclr { display: block; }
	/* */



.brclr {/* brタグ用フロート解除 */
		clear: both;
	}



.normaltxt {/* ノーマルテキスト */
		font-weight: normal;
	}




	/* IE png fix */
	* html .pngfix {
		behavior: expression(IEPNGFIX.fix(this));
	}


/* ------------------------------------------------------ */





/* link */
	a {text-decoration: underline; outline: none;}
	a:link {color: #00a;}
	a:visited {color: #558;}
	:focus {outline: none!important; text-decoration: none;}
	a:hover {color: #f00; text-decoration: none;}
	a:active {outline: none; text-decoration: none;}



