@charset "UTF-8";
/**\*/
@import url("./style-base.css");
@import url("./style-default.css");


body {
background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
	font-size:12px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","ＭＳ Ｐゴシック","sans-serif";
}
a:link,a:visited { color: ; text-decoration:underline; }
a:hover,a:active { color: ; text-decoration:none; }

.clear { clear: both; width:0px; height:0px; display:block; overflow:hidden; }


#wrapper {
margin: 0px auto 0px auto;
width:780px;
text-align:left;
}













































