@charset "shift-jis";


/* コーナーの都合に合わせて左寄せの位置あわせを調整 */
#contents {
	padding: 80px 9% 20px 60px ;
}
#header {
	background: #F5D70F url(../img/background_yellow_index.gif) no-repeat right;
}


#contents img.photo {
	border: 1px solid #005000!important;
}
#titlelogo {
	padding-left: -20px;
}
.title1 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#contents h6 {
	margin: 0px;
	padding: 20px 0px 20px;
	text-align: left;
	display: block;
}

#contents h6 a,
#contents h6 a:link,
#contents h6 a:visited,
#contents h6 a:active
#contents h6 a:hover{
	padding: 5px 8px;
	background: url(../img/background_grass_darkest.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #668866;
	box-shadow:	0px 0px 0px 1px #113311;
	-moz-box-shadow: 0px 0px 0px 1px #113311;
	-webkit-box-shadow: 0px 0px 0px 1px #113311;
	color: #FFFFFF;
	text-decoration: none;
	behavior: url(http://www.packers.jp/PIE.htc);
}

#contents h6 a:hover{
	background: #004000;
	color: #FFE840;
}
	

.note {
	margin: 40px 10px;
	padding: 0px;
	border: 1px solid #003000;
}
.note h3 {
	margin: 2px;
	background: #005000 url(../img/background_grass_darker.gif);
	color: #F4F4E3;
	padding: 5px 0px 4px 15px;
	font-size: 12px;
	border: 1px solid #003000;
}
.note div, .note p {
	margin: 2px;
	padding: 8px 12px;
	border: 1px solid #003000;
	color : #F4F4E3;
	text-align: left;
	line-height: 1.6em;
	font-size: 12px;
}
.note div ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
.note div li {
	margin: 0px;
	padding: 0px 0px 7px 5px;
} 

