/*ページ基本構成*/
html {
	background : url('../images/back01.gif') fixed;
}
body{  
	margin: 0;  
	padding: 65px 0 65px 0;  
	ackground : url('../images/b_top.gif') no-repeat fixed;
	color: #304A6B;
	font-size: 13px;
	line-height: 130%;
}  
* html body{
	overflow: hidden;  
}   
img {
	border: 0px;
}
div#body {
	width: 797px;
	margin: 0 auto;
	background-color: #ffffff;
}
div#headerArea {  
	position: fixed !important;  
	position: absolute;  
	top: 0;  
	left:50%;
	margin-left:-399px;
	width: 798px;  
	height: 65px;  
	background-color: #861216;  
	color: #fff;  
}
div#headerArea img {
	border: 0px;
	padding: 0px;
	margin: 0px 11px 0px 0px;
}
div#headerArea img.last {
	margin: 0px;
}
div#footerArea {  
	position: fixed !important;  
	position: absolute;  
	bottom: 0;  
	left:50%;
	margin-left:-400px;
	width: 798px;  
	height: 65px;  
	background-color: #861216;  
	color: #fff;  
}  
div#footerArea img {
	border: 0px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
div#footerArea div.copyright {
	padding: 0 5px 2px 0;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	line-height: 110%;
}
div#footerArea div.copyright a:link {
	color: #ffffff;
	text-decoration: none;
}
div#footerArea div.copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#footerArea div.copyright a:active {
	color: #ffffff;
	text-decoration: none;
}
div#footerArea div.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}
* html div#contentsArea{  
	height: 100%;  
	overflow: auto; 
	background: #ffffff;
}
div#contentsArea{  
	height: 100%;  
	min-height:100%;
	padding: 20px 20px 20px 20px;
	text-align: center;
	color: #660303;
}
body > div#contentsArea{ 
	height:auto; 
}
div#contentsArea a:link {
	color: #960404;
	text-decoration: underline;
}
div#contentsArea a:visited {
	color: #960404;
	text-decoration: underline;
}
div#contentsArea a:active {
	color: #960404;
	text-decoration: underline;
}
div#contentsArea a:hover {
	color: #BC0505;
	text-decoration: underline;
}

/*インデックスページ独自設定*/
div#headerArea2 {  
	position: fixed !important;  
	position: absolute;  
	top: 0;  
	left:50%;
	margin-left:-399px;
	width: 798px;  
	height: 365px;  
	background-color: #861216;  
	color: #fff;  
}
div#headerArea2 img {
	border: 0px;
	padding: 0px;
	margin: 0px 11px 0px 0px;
}
div#headerArea2 img.last {
	margin: 0px;
}
* html div#contentsArea2{  
	height: 100%;  
	overflow: auto; 
	background: #ffffff;
}
div#contentsArea2{  
	height: 100%;  
	min-height:100%;
	padding: 20px 20px 20px 20px;
	text-align: center;
	color: #660303;
}
body > div#contentsArea2{ 
	height:auto; 
}
div#contentsArea2 a:link {
	color: #960404;
	text-decoration: underline;
}
div#contentsArea2 a:visited {
	color: #960404;
	text-decoration: underline;
}
div#contentsArea2 a:active {
	color: #960404;
	text-decoration: underline;
}
div#contentsArea2 a:hover {
	color: #BC0505;
	text-decoration: underline;
}
td.indexinfo {
	text-align: left;
}
td.banner img {
	padding: 0 0 10px 10px;
}

/*内部コンテンツ設定*/
