@charset "Shift_JIS";
BODY{
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	color: black;
}
A{
	text-decoration: none;
	color: rgb(3, 185, 254);
}
A:HOVER{
	text-decoration: underline;
	color: rgb(255, 0, 128);
}
H1{
	font-size: 2em;
	font-weight: bold;
}
H2{
	font-size: 1.5em;
	font-weight: bold;
}
H3{
	font-size: 1em;
}
A:LINK{
	color: blue;
}
A:ACTIVE{
	color: teal;
}

/* --- コンテナ --- */
#container {
width: 780px; /* ページの幅 */
margin: 0 auto; /* センタリング */
}

/* --- ヘッダ --- */
#header {
background-color: #ffffff; /* ヘッダの背景色 */
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
}

/* --- フッタ --- */
#footer {
	background-color: #0080ff;/* フッタの背景色 */
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#mail{
	width: 80%;
	background-color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 500px;
}