@charset "UTF-8";

/* ----- HTML再定義 ------------------------------------ */
* {
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* ----- 基本構造 ---------------------------------------- */
body { 
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height:1.5;
	color: #333;
	background-color: #fff;
	letter-spacing: normal;
	text-align: center;
}
* html body {
	overflow: hidden;
}
#header {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #DDD url(".././homepage/images/gray1.jpg") left bottom repeat-x;
}

#contents2 {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 10% 0 0 0;
	background-color: #fff;
}

#contents2 table {
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height:1.5;
	color: #333;
	letter-spacing: normal;
}
#footer {
	position: fixed !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #DDD url(".././homepage/images/gray2.jpg") left top repeat-x;
}

/* ----- 文字とリンク ---------------------------------------- */
h1 { font-size: 11px; line-height: 12px; margin: 0; padding: 9px 0 0 0; font-weight: normal; text-align: center; }
h2 { font-size: 35px; line-height: 35px; margin: 0; padding: 0 0 15px 0; font-weight: normal; font-family: 'Times New Roman', serif; color: #555; }
h3 { font-size: 16px; line-height: 17px; margin: 0; padding: 0 0 10px 0; font-weight: normal; }
h4 { font-size: 15px; line-height: 15px; margin: 0; padding: 0 0 8px 0; font-weight: normal; }
h5 { font-size: 80px; line-height: 80px; margin: 0; padding: 0 0 40px 0; font-weight: normal; }
p { margin: 0 0 18px 0; padding: 0; }
address {
	font-size: 11px; 
	line-height: 11px; 
	margin: 0; 
	padding: 10px 0 0 0;
	text-align: center;
}
span {
	font-size: 11px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F50;
}
#contents a, #contents a:link, #contents a:visited { color: #555; text-decoration: underline; font-weight: bold; }
#contents a:active, #contents a:hover { color: #F50; font-weight: bold; }
address a, address a:link, address a:visited{ color: #555; font-weight: bold; }
address a:active, address a:hover { color: #F50; font-weight: bold; }
.span_color {
	color: #333;
	font-weight: normal;
}
.span_lspace1 {
	font-size: 35px; line-height: 35px; margin: 0; padding: 0 0 16px 0; font-weight: normal; font-family: 'Times New Roman', serif; color: #555;
	 letter-spacing: -4px;
}
.span_lspace2 {
	font-size: 35px; line-height: 35px; margin: 0; padding: 0 0 16px 0; font-weight: normal; font-family: 'Times New Roman', serif; color: #555;
	 letter-spacing: -3px;
}
.span_lspace3 {
	font-size: 35px; line-height: 35px; margin: 0; padding: 0 0 16px 0; font-weight: normal; font-family: 'Times New Roman', serif; color: #555;
	 letter-spacing: 2px;
}
.span_lspace4 {
	font-size: 35px; line-height: 35px; margin: 0; padding: 0 0 16px 0; font-weight: normal; font-family: 'Times New Roman', serif; color: #555;
	 letter-spacing: -1px;
}
/* ----- 画像 ------------------------------------------- */
img {
	margin: 0;
	padding: 0;
	border: 0px;
}
.wrap{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.wrap a img {
	vertical-align: top;
	border: 2px solid #c0c0c0;
	padding: 0;
	margin: 0 4px 8px 0;
}


