@charset "shift_jis";

h1 {
	height: 50px;
	width: 820px;
}
h2 {
	font-size: 80%;
	color: #333333;
	text-align: left;
	height: 2em;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	line-height: 2em;
}

#contents .naviBatton {
	float: left;
	height: 153px;
	width: 263px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	position: relative;
}
#contents .naviBatton a {
	background-color: #6666FF;
	background-image: url(../guide/images/guide_btnbgoff.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	position: absolute;
	left: 18px;
	top: 28px;
	font-size: 70%;
	line-height: 2em;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	overflow: hidden;
	width: 160px;
}
#contents .naviBatton a:hover {
	background-image: url(../guide/images/guide_btnbgon.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contents .naviBatton p {
	font-size: 80%;
	line-height: 1.2em;
	color: #FFFFFF;
	width: 180px;
	position: absolute;
	left: 18px;
	top: 70px;
	text-align: left;
}

