/* ウェブページ用スタイルシート(styles.css)ver.top.1 */
/* Copyright(C) 2014 Jun Kiyokawa All Rights Reserved.  */
* {
	margin: 0;
	padding: 0;
}
html{height: 100%;}

/* BODY */
body {
	width: 1000px;
	background: #3a0000;
	margin: 0 auto;
	padding: 0;
	line-height:120%;
	letter-spacing: normal;
	color: #300a00;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-family: osaka, "ＭＳ ゴシック","MS Gothic", sans-serif,;
}
img {
	border: none;
}

a {color: #300a00;text-decoration: underline;}
a:hover {color: #3f0d00;text-decoration: none;}
a:visited {color: #2e0900;text-decoration: underline;}

/* 全体の幅 */
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-repeat: repeat-y;
	background:position: center;
	position: relative;
}
#container2 {
	width: 892px;
	margin: 0 auto;
	background: #fef8d8 no-repeat;
}

/* フッター */
#footer {
	background: #230804;
	padding: 18px 0px 5px 0px;
	margin: 0;
	width: 900px;
	height: 55px;
	color: #ffffff;
	font-size: 88%;
	text-align: center;
	overflow: hidden;
}

#footer a {color: #ffffff;text-decoration: none;}
#footer a:hover {color: #ffffff;text-decoration: underline;}
#footer a:visited {color: #ffffff;}


#youtube {
	text-align: left;
	font-size: 90%;
	line-height:110%;
	padding: 0px 0px 0px 210px;
	letter-spacing: -1px;
	}
