@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	font: 100% ;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic",Verdana ,Arial ,Helvetica, sans-serif;
}

body {
	text-align: center;
	background-color: #ffffff;
}

img {
	border-width: 0px;
}

a {
	overflow:hidden;
	outline:none;
}

div#wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
	
div#main {
	margin: 40px 10px 0px 10px;
	width: 740px;
	height: 470px;
	background-image: url("../images/splash2.jpg");
}

div#main a img{
	margin: 380px 30px 0px 30px;
	overflow:hidden;
	outline:none;
}
	
div#footer {
	line-height: 20px;
	margin: 20px 20px 0px 0px;
	text-align: right;
	color: #666;
	font-size: 14px;
	width: 740px;
}

p.foot {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
