@charset "utf-8";

/* === ボディー部分のスタイル === */

body {
	margin: 0px;
	background: #e6e6e6
	
	}

.body {
	width: 800px;
	height: 100%;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	background-image: url("../img/bgimg.gif");
	background-attachment:fixed;
	background-position: right  -100px;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 15px #666; /*CSS3*/
	-moz-box-shadow: 2px 2px 15px #666; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 15px #666; /* Google Chrome, Safari用*/
	clear: both;
	}


.titl {
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #820000; /* Old browsers */
	background: -moz-linear-gradient(left,  #820000 0%, #5e2d29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#820000), color-stop(100%,#5e2d29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #820000 0%,#5e2d29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #820000 0%,#5e2d29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #820000 0%,#5e2d29 100%); /* IE10+ */
	background: linear-gradient(to right,  #820000 0%,#5e2d29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820000', endColorstr='#5e2d29',GradientType=1 ); /* IE6-9 */
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	color: #fff;
	clear: both;
	}
	
	
/*--- 五十音検索のボタン ---*/
.button {
	display: inline-block;
	width: 47px;
	height: 28px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #e6e6fa;
	border: 2px solid #ccc;
	color: #333;
	line-height: 26px; /* --- ボタンの高さ --- */
}
.button:hover {
	background-color: #fff;
	border-style: dashed;
}




/* --- フッター部分のスタイル --- */

	
.foot{
	background: #820000; /* Old browsers */
	background: -moz-linear-gradient(left,  #820000 0%, #5e2d29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#820000), color-stop(100%,#5e2d29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #820000 0%,#5e2d29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #820000 0%,#5e2d29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #820000 0%,#5e2d29 100%); /* IE10+ */
	background: linear-gradient(to right,  #820000 0%,#5e2d29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820000', endColorstr='#5e2d29',GradientType=1 ); /* IE6-9 */
	width: 800px;
	height: 80px;
	margin: auto; /* 中央揃え */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding :15px 0px 0px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	font-size :0.7em; color: #ffffff;
	center;
	text-align : center;
	bottom: 0;
	}


a {text-decoration:none;}
a {color: #333333;}
a:hover {color: #ff6666;}

