
html, body{
	height:100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 600px;
    min-width: 1000px;
}


#wrapper {
    width: 740px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 10%;
	text-align:center;
}

#top_image {
	margin: 0px 0 30px 0;
}

#top_text {
	letter-spacing: 0.2em;
	line-height: 1.6;
}

#top_text p{
	margin-bottom: 10px;
}

.text_small {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", Geogia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", serif;
	font-size: 77%;
}

.text_large {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", Geogia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", serif;
	font-size: 93%;
}


#copyright {
	margin: 50px auto 0;
	width: 740px;
	padding: 0 0 50px 0;
	color:#a5a5a5;
	font-size: 73%;
	text-align:center;
}

#copyright a:link, a:visited {
	color:#a5a5a5;
}

#copyright a:hover {
	color:#e5e5e5;
}

