﻿html {
	margin: 0;
	background: #BBFFFF;
	}

#page {
	margin: 15px auto;
	width: 940px;
	background-color: #BBFFFF;
	border: solid 1px #BBFFFF;
	}

header {
	text-align: center; 
	background-color: transparent;
	color: #ffffff;
	}

h1	{
	margin: 30px 0 5px 0;
	font-size: 18px;
	text-align: center;
	color: red;
	}
h2 {
	margin: 5px 0 0 0;
	font-size: 25px;
	text-align: center;
	color: #8B0000;
	}
h3 {
	text-align:center;
	}
h4 {
	color: #B0000D;
}


/* Contents 定義しない　
#Acontents {
	width: 710px;
	background: #ffffff;
	float: left;
	}
*/

#Amain {
	float: left;
	width: 440px;
	background-color: transparent;
	padding: 0px 10px
	}

#Asub1 {
	float: left;
	width: 230px;
	color: #000;
	background-color: transparent;
	padding: 0 5px 5px 10px;
	}

#Asub2 {
	float: right;
	width: 220px;
	color: #000;
	text-align: center;
	background-color: transparent;
	padding: 30px 0;
	font-size: 16px;
	}
#Asub2 a{
	color: #B0000D;
	text-decoration: none;
	}
#Asub2 a:hover {
	color: red;
	font-size: 16px;
	line-height: 1.4em;
	text-decoration: underline;
	}
/* Contents B 定義しない
#Bcontents {
	width: 690px;
	background: #ffffff;
	float: left;
	}
*/

#Bmain {
	float: left;
	width: 440px;
	color:#000;
	font-size: 17px;
	background-color: transparent;
	text-align:center;
	padding: 10px 10px;
	line-height: 1.4em;
	}
#Bmain a{
	color:#aa0000;
	font-weight: bold;
	text-decoration: none;
}
#Bmain a:hover{
	color:#aa0000;
	font-size: 20px;
	text-decoration: underline;
	font-weight:bold;
	}
#Bsub1 {
	float: left;
	width: 210px;
	color: #000;
	font-size: 15px;
	line-height: 1.2em;
	background-color: transparent;
	padding: 5px 5px 5px 25px;
	}
#Bsub1 h4{
	margin: 0;
	color: #B0000D
	}
#Bsub1 a{
	color: #B0000D;
	text-decoration: none;
	}
#Bsub1 a:hover {
	color: red;
	font-size: 17px;
	line-height: 1.4em;
	text-decoration: underline;
	}

#Bsub2 {
	float: right;
	width: 210px;
	color: #000000;
	font-size: 15px;
	line-height: 1.5em;
	background-color: reansparent;
	padding: 5px 15px;
	}
#Bsub2 a{
	color: #B0000D;
	font-weight: bold;
	text-decoration: none;
	}
#Bsub2 a:hover {
	font-size:17px;
	color: red;
	text-decoration: underline;
	}
footer {
	text-align: left;
	padding: 20px;
	background-color: transparent;
	color: #ffffff;
	padding: 20px 100px;
	clear: both;
	}

