@charset "utf-8";

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

body {
	margin: 0px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffc8 30%, #ffffc8 70%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(30%,#ffffc8), color-stop(70%,#ffffc8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffc8 30%,#ffffc8 70%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ffffc8 30%,#ffffc8 70%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ffffc8 30%,#ffffc8 70%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ffffc8 30%,#ffffc8 70%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.body {
	width: 978px;
	height: 900px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	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;
}

.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 {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
background: #003513; /* Old browsers */
background: -moz-linear-gradient(top,  #003513 0%, #007440 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003513), color-stop(100%,#007440)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #003513 0%,#007440 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #003513 0%,#007440 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #003513 0%,#007440 100%); /* IE10+ */
background: linear-gradient(to bottom,  #003513 0%,#007440 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003513', endColorstr='#007440',GradientType=0 ); /* IE6-9 */

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


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


/* footer
---------------------------------------------*/
.foot{
	width: 100%;
	height: 21px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding :5px 0px 5px;
	font-family: "メイリオ","Meiryo";
	font-size :0.8em; color: #ffffff;
	background: 
	background: #007440; /* Old browsers */
	background: -moz-linear-gradient(left,  #007440 0%, #003513 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#007440), color-stop(100%,#003513)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #007440 0%,#003513 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #007440 0%,#003513 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #007440 0%,#003513 100%); /* IE10+ */
	background: linear-gradient(to right,  #007440 0%,#003513 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007440', endColorstr='#003513',GradientType=1 ); /* IE6-9 */

	center;
	text-align :center;
	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;}




