@charset "UTF-8";

a{/*リンクされた文字*/
	color:#09C;
	font-style:normal;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:#09C;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#0CC;
	text-decoration: underline;
}
a:hover {/*マウスをのせたとき*/
	color:#09C;
	font-style:normal;
	text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}



#base {
	width: 820px;
	font-size: 12px;
	line-height: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F0FBF9;
	color: #666;
	padding-top: 400px;
	padding-right: 20;
	padding-bottom: 10px;
	padding-left: 20;
	border: 20px none #EAFAF9;
	background-image: url(seeyou_image/back.png);
	background-repeat: no-repeat;
}
#foot {
	width: 820px;
	font-size: 12px;
	line-height: 22px;
	background-color: #F0FBF9;
	color: #666;
	border: 20px none #EAFAF9;
	background-image: url(seeyou_image/foot.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 426px;
}
#wrap {
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 18px;
	margin-top: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(seeyou_image/titleback.png);
}
h3 {
	font-size: 18px;
	padding-left: 10px;
}
h4 {
	font-size: 18px;
	padding-left: 30px;
}
p {
	margin: 0 30px 0 30px;
}
.contents {
}
#base .staff li {
	margin-left: 40px;
}
.right {
	float: right;
	width: 350px;
	margin-left: 50px;
	margin-right: 30px;
}
.small {
	font-size: 80%;
	line-height: 100%;
}
.big {
	font-size: 140%;
	line-height: 140%;
}
#base table {
	margin-left: 30px;
}
.red {
	color: #F09;
}
#base table tr td .big {
	line-height: 25px;
}
#base table tr td .small {
	line-height: 10px;
}
#base .chirashi {
	text-align: center;
}
