/*-------------------------------------------------
リンク
-------------------------------------------------*/
a:link {
	color: #FFFFFF;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #F5C8DD;
	text-decoration: none
}
a:active {
	color: #FFFFFF;
	text-decoration: none
}
/*-------------------------------------------------
ボディ
-------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #541C0F;
	text-decoration: none;
}
/*-------------------------------------------------
コンテナ
-------------------------------------------------*/
#container {
	width: 950px;
	height: auto;
	margin-top: 10px;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
#header {
	padding: 0px;
	width: 950px;
	height: 300px;
	padding: 0px;
	border-radius: 10px;
	margin: 0px;
}
/*-------------------------------------------------
スライドショー
-------------------------------------------------*/
#slideshow {
   position: relative;
   width:  950px; /* 画像の横幅に合わせて記述 */
   height: 300px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
/*-------------------------------------------------
h1
-------------------------------------------------*/
#h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/*-------------------------------------------------
コンテンツ
-------------------------------------------------*/
#contents{
	width: 950px;
	height: 850px;
}
/*-------------------------------------------------
footer
-------------------------------------------------*/
#footer{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #FFFFFF;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	text-decoration: none;
	font-variant: normal;
	background-color: #851A20;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
}