@charset "utf-8";

/*
======= 1: general style =======
*/

* {
	margin: 0;
	padding: 0;
	font-family: "小塚明朝 Pro";

}

img {
	border:none;
}
html{
    height:100%;
}

body > #wrap {
    height: auto;
}

body{
	text-align: center;
	line-height: 150%;
	
}

a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; }
a:active { color: #ffffff; }
