@charset "UTF-8";
/* CSS Document */
.head_container {
	width: 921px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 80px;
	background: #98ce90; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4Y2U5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWYzZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #98ce90 0%, #b5f3da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98ce90), color-stop(100%, #b5f3da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98ce90 0%, #b5f3da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98ce90 0%, #b5f3da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98ce90 0%, #b5f3da 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98ce90 0%, #b5f3da 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ce90', endColorstr='#b5f3da', GradientType=0 ); /* IE6-8 */
}
.head_sidebar1 {
	float: right;
	width: 400px;
	padding-top: 10px;
}
.head_content {
	width: 500px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#copyright_kkj {
	width: 921px;
	border: thin 1 #CCC;
	background-color: #CCC;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
.title_bg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: center;
	width: 100%;
	background-color: #b2dec1;
	height: 40px;
	color: #FFF;
	word-spacing: 0.2em;
	padding-top: 15px;
	background-image: url(../../contents/img_header/bg_zeh.png);
}