﻿@charset "Shift_JIS";

/* ---全体構造---Overall Structure--- */
body {
	background-color: 
#cccccc;	
	text-align: center;
	font: 100% "Lucida Grande", "Lucida Sans", 
"Trebuchet MS", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", 
sans-serif;
}
#wrapper {
	background:  url(../images/seimon2.jpg) repeat;
	margin: 12px 
auto;
	width: 720px;
	padding: 100px 20px;
	text-align: center;
	color: #ffffff;
}

/* 
---フッタ---Footer--- */
#footer {
	color: #000000;
	font-size: 95%;
	margin-bottom: 12px;
	
text-align: center;
}

/* ---リンク設定---Links--- */
a:link, a:visited {
	color: #ffffff;
	text-decoration: 
none;
}
a:hover, a:active {
	color: #cccccc;
	text-decoration: underline;
}

/* ---
その他---Others--- */
#wrapper img {
	border: 0;
}
.space25 {
	height: 25px;
}
.space50 {
	height: 50px;
}