
/*======================================

	Cascading Style Sheet 
========================================*/


/*\*/
@import "header.css";
@import "footer.css";
@import "basic.css";
@import "font.css";
@import "frame_block.css";
@import "table_set.css";
@import "faq.css";
@import "top.css";
@import "about.css";

/**/


/* link
========================================== */
a {
	outline:none;
}
a:link {
	color:#569809;
	text-decoration:underline;
}
a:visited {
	color:#569809;
	text-decoration:underline;
}
a:hover {
	color:#569809;
	text-decoration:none;
}
a:active {
	color:#569809;
	text-decoration:none;
}
a img {
	border:0;
}
/* basement
========================================== */

html {
	margin:0px;
	padding:0px;
	color:#666;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, '‚l‚r ‚oƒSƒVƒbƒN', 'MS PƒSƒVƒbƒN', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro';
	font-size: 14px;
}
p, img {
	margin:0px;
}
#bodyset {
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background: url(../img/bg_wrapper.gif) top center no-repeat;
}
#wrapper {
	width:1040px;
	margin: 0 auto;
	text-align:left;
	padding:0px;
}
