	@charset "Shift_JIS";
	
	@import"container.css";
	@import"main.css"; /*-- css hack --*/
	
	/*-----style resset-----*/
/*
* {
	margin: 0;
	padding: 0;
}
*/
h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
}

img {
	border: none;
	vertical-align: top;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}


