@charset "utf-8";
/* CSS Document */
@media print {
　body {
	_zoom:60%;/* for WinIE6 */
}
}
html, body {
	height: 100%;
	background-color:#E55155;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height:19px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color:#00a9b7;
	text-decoration:none
}
a:visited {
	color:#00a9b7;
	text-decoration:none
}
a:hover {
	color:#E55155;
	text-decoration:underline
}
a:active {
	color:#E55155;
	text-decoration:underline
}
img {
	border:none;
}
#home {
	width:940px;
	background-color: #EAF1EF;
	text-align: center;
	background-image: url(img/home_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}
#home .main {
	width: 920px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#home .menu {
	padding-top: 7px;
	padding-bottom: 5px;
}
#home .youtube {
	height: 400px;
	width: 442px;
	text-align: center;
	padding-top: 150px;
	margin-left: 400px;
}
#home .news {
	padding-top: 3px;
	padding-bottom: 20px;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width:auto;
	background-color: #EAF1EF;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background-image: url(img/contents_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents .contents {
	width:910px;
	margin-right: auto;
	margin-left: auto;
}
#contents .logo {
	background-image: url(img/contents_logo.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
}
#contents .menu {
	margin-top: 335px;
}


#contents .read {
	width:564px;
	text-align:left;
}
#contents .hyo td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#contents .hyo2 td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents h2 {
	font-size: 14px;
	color: #FFF;
	background-color: #e55155;
	margin: 0px;
	padding: 5px;
}

