@charset "Shift_JIS";
/* ------------------------------------------------------------
code
------------------------------------------------------------ */

body {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	font-size: 81.25%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:active {
	color: #069;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
pre {
	padding: 0px;
	margin: 0px;
}
em {
	margin: 0px;
	padding: 0px
}
strong {
	margin: 0px;
	padding: 0px
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
hr {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
a:link {
	color: #990000;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #990000;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #eb3232;
	background: transparent;
	text-decoration: underline;
}
/* ------------------------------------------------------------
class 
------------------------------------------------------------ */
.red {
	color: #C00;
}
.ore {
	color: #F60;
}
.b333 {
	color: #333;
}
.b666 {
	color: #666;
}
.b999 {
	color: #999;
}
.Limg {
	padding: 5px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.Rimg {
	padding: 5px;
	margin: 0px 0px 10px 10px;
	float: right;
}
.Pimg {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.txt8 {
	font-size: 8px;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.txt20 {
	font-size: 20px;
}
.txt22 {
	font-size: 22px;
	line-height: 1.2em;
}
.txt24 {
	font-size: 24px;
	line-height: 1.2em;
}
.txt26 {
	font-size: 26px;
	line-height: 1.2em;
}
.txt28 {
	font-size: 28px;
	line-height: 1.2em;
}
.txt30 {
	font-size: 30px;
	line-height: 1.2em;
}
.txt32 {
	font-size: 32px;
	line-height: 1.2em;
}
.txt34 {
	font-size: 34px;
	line-height: 1.2em;
}
.txt36 {
	font-size: 36px;
	line-height: 1.2em;
}
.txt38 {
	font-size: 38px;
	line-height: 1.2em;
}
.txt40 {
	font-size: 40px;
	line-height: 1.2em;
}
.txt50 {
	font-size: 50px;
	line-height: 1.2em;
}
.txt60 {
	font-size: 60px;
	line-height: 1.2em;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.space5 {
	margin-bottom: 5px;
}
.space10 {
	margin-bottom: 10px;
}
.space15 {
	margin-bottom: 15px;
}
.space20 {
	margin-bottom: 20px;
}
.space30 {
	margin-bottom: 30px;
}
.spaceTop5 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop20 {
	margin-top: 30px;
}
.spaceTop30 {
	margin-top: 30px;
}
.spaceTop40 {
	margin-top: 40px;
}
.spaceTop50 {
	margin-top: 50px;
}
.spaceLeft20 {
	padding: 0 0 0 20px;
}
.spaceLeft10 {
	padding: 0 0 0 10px;
}
.spaceSide10 {
	padding: 0 10px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.clear {
	clear: both;
}
.width_300 {
	width: 300px;
}
.width_400 {
	width: 400px;
}
.width_500 {
	width: 500px;
}
.width_550 {
	width: 550px;
}
.width_600 {
	width: 600px;
}
.width_650 {
	width: 650px;
}
/* ------------------------------------------------------------
layout
------------------------------------------------------------ */
#pagebody {
	width: 980px;
	margin: 0 auto;
}
/* ------------------------------------------------------------
header
------------------------------------------------------------ */
#header {
	background: url(../images/header.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 80px;
	float: left;
}
#header h1 {
	margin: 19px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#header h1 a {
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background: url(../images/logo.gif);
	width: 90px;
	height: 41px;
}
#header h2 {
	width: 200px;
	height: 35px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
}
#header p {
	width: 511px;
	height: 35px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
}
#header_navi {
	float: right;
	width: 711px;
	height: 22px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#header_navi #a {
	width: 175px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/header_navi_a.jpg);
}
#header_navi #b {
	width: 82px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/header_navi_b.jpg);
}
#header_navi #c {
	width: 129px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/header_navi_c.jpg);
}
#header_navi #d {
	width: 118px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/header_navi_d.jpg);
}
#header_navi #e {
	width: 124px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/header_navi_e.jpg);
}
#header_navi #f {
	width: 83px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/header_navi_f.jpg);
}

ul#header_navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
ul#header_navi li a {
	text-decoration: none;
	display: block;
	float: left;
}
#header_navi a:link {
	text-decoration: none;
}
#header_navi a:visited {
	text-decoration: none;
}
#header_navi a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
	background: #fff;
}
#header_navi a:active {
	text-decoration: none;
}
/* ------------------------------------------------------------
main_image
------------------------------------------------------------ */
#main_image {
	width: 960px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#top_left {
	width: 580px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#top_left2 {
	width: 580px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(/common/images/main_image/01.jpg) no-repeat;
}
#top_right {
	width: 380px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#map {
	width: 370px;
	height: 230px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#map_button {
	width: 160px;
	height: 35px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: right;
}
/*
#map {
	width: 380px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(../images/illust_map.jpg);
}
#map p {
	text-indent: -9999px;
}
#map_button {
	width: 160px;
	height: 35px;
	margin: 208px 0px 0px 220px;
	padding: 0px 0px 0px 0px;
}
*/
/* ------------------------------------------------------------
side 
------------------------------------------------------------ */
#side {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#side #hr {
	float: left;
	width: 230px;
	height: 1px;
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
.side_menu {
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	line-height: 1.1em;
}
.side_menu #title {
	width: 230px;
	height: 15px;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
ul.side_menu li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left
}
ul.side_menu li a {
	text-decoration: none;
	display: block;
	float: left;
}
#btnBox_lab {
	width: 230px;
	float: left;
	margin: 5px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background: #F2F2F2;
}
#btnBox_lab img {
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#btnBox_lab p {
	line-height: 1.4;
	margin: 0 15px 0px 15px;
	padding: 5px 5px 5px 8px;
	background: url(../images/link_mark.gif) no-repeat left 0.9em;
	border-bottom: 1px dotted #CCCCCC;
	color: #000040;
}
#btnBox_lab p a {
	color: #000040;
}
#tabaneru {
	float: left;
	width: 230px;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#tabaneru #tabaneru01 {
	height: 100px;
	width: 90px;
	background-image: url(../images/btn_tabaneru01.jpg);
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left;
}
#tabaneru #tabaneru02 {
	height: 50px;
	width: 140px;
	background-image: url(../images/btn_tabaneru02.jpg);
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#tabaneru #tabaneru02_new {
	height: 50px;
	width: 140px;
	background-image: url(../images/btn_tabaneru02_new.jpg);
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#tabaneru #tabaneru03 {
	height: 50px;
	width: 140px;
	background-image: url(../images/btn_tabaneru03.jpg);
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
ul#tabaneru li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
ul#tabaneru li a {
	text-decoration: none;
	display: block;
	float: left;
}
#tabaneru a:link {
	text-decoration: none;
}
#tabaneru a:visited {
	text-decoration: none;
}
#tabaneru a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
	background: #fff;
}
#tabaneru a:active {
	text-decoration: none;
}
/* ------------------------------------------------------------
contents 
------------------------------------------------------------ */
#contents {
	width: 980px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#main_contents {
	width: 700px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
/* ------------------------------------------------------------
footer 
------------------------------------------------------------ */
#page_top {
	width: 960px;
	float: left;
	text-align: right;
	padding: 20px 20px 20px 0px;
	margin: 0px 0px 0px 0px;
}
#footer_navi {
	font-size: 8px;
	line-height: 1.1em;
	float: right;
	width: 401px;
	height: 11px;
	padding: 20px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer_navi #a {
	width: 88px;
	height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/footer_navi_a.jpg);
}
#footer_navi #b {
	width: 88px;
	height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/footer_navi_b.jpg);
}
#footer_navi #c {
	width: 128px;
	height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/footer_navi_c.jpg);
}
#footer_navi #d {
	width: 97px;
	height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: inline;
	background: url(../images/footer_navi_d.jpg);
}
ul#footer_navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
ul#footer_navi li a {
	text-decoration: none;
	display: block;
	float: left;
}
#footer_navi a:link {
	text-decoration: none;
}
#footer_navi a:visited {
	text-decoration: none;
}
#footer_navi a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
	background: #fff;
}
#footer_navi a:active {
	text-decoration: none;
}
#footer {
	width: 980px;
	height: 110px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/footer.jpg) no-repeat left bottom;
	background-color: #BFD0D9;
}
#footer p {
	text-indent: -9999px;
}
/* ------------------------------------------------------------
common 
------------------------------------------------------------ */
.smallTxt {
	font-size: 85%;
}
.txtLarge {
	font-size: 108%;
	font-weight: bold;
}
.red {
	color: #990000;
}
.orange {
	color: #f78113;
}
.space5 {
	margin-bottom: 5px;
}
.space10 {
	margin-bottom: 10px;
}
.space15 {
	margin-bottom: 15px;
}
.space20 {
	margin-bottom: 20px;
}
.space30 {
	margin-bottom: 30px;
}
.spaceTop5 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceLeft20 {
	padding: 0 0 0 20px;
}
.spaceLeft10 {
	padding: 0 0 0 10px;
}
.spaceSide10 {
	padding: 0 10px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.clearBox {
	clear: both;
}
.posRight {
	text-align: right;
}
.posCenter {
	text-align: center;
}
.clear {
	clear: both;
}
.pdg_5 {
	padding: 5px 0;
}
/* ------------------------------------------------------------
news
------------------------------------------------------------ */
#event_box {
	float: left;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#event_box .entry_box {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#event_title {
	height: 30px;
	width: 700px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/news_title.jpg);
	background-repeat: no-repeat;
}
#event_title h2 {
	height: 30px;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	float: left;
}
#event_title a {
	height: 30px;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#event_title_s {
	height: 30px;
	width: 455px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/news_title_s.jpg);
	background-repeat: no-repeat;
	float: left;
}
#event_title_s h2 {
	height: 30px;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	float: left;
}
#event_title_s a {
	height: 30px;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#nigiwai {
	height: 40px;
	width: 240px;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#facebook{
	height: 30px;
	width: 240px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	background-repeat: no-repeat;
	clear: both;
}
#nigiwai24070 a {
	height: 70px;
	width: 240px;
	margin: 20px 0px 30px 5px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(/common/images/nigiwai_banner_24070.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#news_krp a {
	height: 70px;
	width: 455px;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(/common/images/news_title_45570.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#event_box h3 {
	font-size: 13px;
	color: #C00;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
}
#event_box h4 {
	font-size: 18px;
	color: #900;
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 20px;
	border-left: 5px solid #F1A09D;
}
#event_box h5 {
	font-size: 13px;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
	font-weight: bold;
}
#event_box h6 {
	font-size: 12px;
	text-indent: 10px;
	line-height: 1.2em;
	background-image: url(/cmsdesigner/common/images/link.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 10px 15px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	display: block;
}
#event_box p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#event_box hr {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#link_navi {
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 0px 0px;
}
#news_box {
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 345px;
}
#news_box h3 {
	height: 30px;
	width: 345px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/title_new.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#news_box .entry_box {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 15px;
	border-bottom: 1px solid #CC0000;
	background: url(/cmsdesigner/common/images/red.jpg) no-repeat 0px 4px;
}
#krpeople_box {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 345px;
}
#krpeople_box h3 {
	height: 30px;
	width: 345px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/title_news.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#krpeople_box .entry_box {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 15px;
	border-bottom: 1px solid #F90;
	background: url(/cmsdesigner/common/images/orange.jpg) no-repeat 0px 4px;
}
/* ------------------------------------------------------------
cms_list
------------------------------------------------------------ */
#cms_list {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 670px;
}
#cms_list h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
#cms_list h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#cms_list ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCC;
}
#cms_list li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}
#cms_menu {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 220px;
}
#cms_menu h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	float: left;
}
#menu_navi {
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	font-size: 16px;
}
ul#menu_navi li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
	width: 220px;
}
ul#menu_navi li a {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	text-decoration: none;
	display: block;
}
#menu_navi a:link {
	color: #333333;
	text-decoration: none;
}
#menu_navi a:visited {
	color: #333333;
	text-decoration: none;
}
#menu_navi a:hover, a:active {
	color: #F33;
	text-decoration: underline;
}