@charset "utf-8";
/* CSS Document */
/*************************************************************************/
/*CSS Reset
/*************************************************************************/
html, body, header, nav, section, article, footer, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, img, p, address, input, textarea, form {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, address {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}
img {
	border:0px;
	vertical-align:bottom;
}
a { outline:none; }
ol, ul { list-style:none; }
table, th, td {
	font-size:1em;
	font-weight:normal;
	line-height: 1.4;
	border-collapse: collapse;
	border-spacing:0;
}
#container p{margin-bottom:1em;}
caption, th,td {
	text-align: left;
	vertical-align:top;
}
input, textarea, iframe {
	border:0;
	background:none;
	font-size:1em;
}
iframe { border:none; }
/*clearfix
*******************************************/
.clearer { clear:both; }

.txt_pic:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .txt_pic,
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .txt_pic,
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
