﻿@charset "utf-8";

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

body {
	height: 100%;
	margin: 0px;
	background: #DCDCDC

}

.body {
	width: 978px;
	height: 100%;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	box-shadow: 0px 0px 15px #666; /*CSS3*/
	-moz-box-shadow: 0px 0px 15px #666; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 15px #666; /* Google Chrome, Safari用*/
	clear: both;
min-height: 100%
}

.wrapper {
	text-align: left;
	font-size: 1em;
	width: 720px;
	font-family: "メイリオ","Meiryo";
	margin-left: auto;
	margin-right: auto;
}

/* === ヘッダー部分のスタイル === */

.header {
	height: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #A30050;
	font-size: 0.7em;
	color: #ffffff;
}

.header a {
	color: #ffffff;
}

.header a:visited {
	color: #ffffff;
}
.header a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.line {
	clear: both;
}



/* === ヘッダー下タイトル部分のスタイル === */

.titl {
	width: 978px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
background: #5e2d29; /* 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=0 ); /* IE6-9 */

	top repeat-x;
	font-size: 0.8em;
	color: #ffffff;
	clear: both;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	padding-bottom:60px;
}

#contents{
     padding-bottom:60px; /*フッターの高さと同じ*/
}


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


/* footer
---------------------------------------------*/
.foot{
	width: 978px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding :5px 0px 5px;
	font-family: "メイリオ","Meiryo";
	font-size :0.8em; color: #ffffff;
background: #5e2d29; /* 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=0 ); /* IE6-9 */

	center;
	text-align :center;
	position:absolute;
	bottom: 0;}

.footspec{
	background-color :#A30050;
	width: 1000px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding :5px 0px 5px;
	line-height :300%;
	font-size :0.8em; color: #ffffff;
	text-align :center;
	bottom: 0;
}

.footindex{
	background-color :#A30050;
	width: 100%;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding :5px 0px 5px;
	line-height :300%;
	font-size :1em; color: #ffffff;
	text-align :center;
	bottom: 0;
}

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




