@charset "utf-8";
/* CSS Document */

#wrapper {
	background-image: url(back_ground.png);
	width: 1100px;
	height: 743px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.7em;
}
#title {
	float: left;
	height: 470px;
	width: 462px;
	text-align: center;
}
#title h1 {
	font-size: 40px;
	margin-top: 40px;
	color: #000;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}



#contents {
	height: 470px;
	width: 500px;
	margin-right: 138px;
	float: left;
}
#contents h2 {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	text-decoration: underline overline;
}

#contents .yose a {
	text-decoration: none;
	font-size: 10px;
}

#navi a {
	text-decoration: none;
	color:#666;	
}

#navi a:hover {
	color:#000;
}
