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



/*=======================================
　　　　　　　基本CSS指定
=======================================*/
#wrap {
	height: auto;
	min-height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center 0%;
}
#main {
	width: 1000px;
	height: 699px;
	float: left;
}
#bottan {
	width: 1008px;
	height: 83px;
	background-image: url(../new_images/bar.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	float: left;
	padding-top: 30px;
}

#box01 {
	width: 1005px;
	height: auto;
	float: left;
	color: rgba(255,255,255,1.00);
	font-size: 12px;
}
.box_02 {
	width: 740px;
	height: 230px;
	float: left;
	background-color: rgba(255,255,255,0.80);
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box_03 {
	width: 740px;
	height: 330px;
	float: left;
	background-color: rgba(255,255,255,0.80);
	overflow-y:scroll;
	max-height: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box_melmaga {
	width: 740px;
	height: 330px;
	float: left;
	background-color: rgba(255,255,255,0.80);
	overflow-y:scroll;
	max-height: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




#main img {
	width: 250px;
	height: 699px;
	float: left;
}



#header {
	width: 1000px;
	height: 122px;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: auto;
	float: left;
}


#contents {
	height: auto;
	width: 1000px;
	background-image: url(../images/mainback.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	z-index: 0;
	position: relative;
	float: left;
}
#left ul li {
	width: 230px;
	height: auto;
	float: left;
	margin-top: 10px;
}

#contents #left {
	width: 230px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#right #menu01 {
	width: 190px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#contents #box01 {
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10pt;
}

.tit01 {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 14pt;
	border-right: thin solid rgba(255,255,255,1.00);
	width: 60px;
	margin-right: 25px;
	float: left;
	height: 120px;
	vertical-align: middle;
}




#tit01 {
	float: left;
	font-size: 32px;
	color: #BB7AE7;
	font-weight: bold;
	height: 50px;
	width: 740px;
	background-image: url(../new_images/sub/tit.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 2px 2px 0px rgba(134,0,75,1.00);
}
#tit02 {
	float: left;
	font-size: 32px;
	color: #BB7AE7;
	font-weight: bold;
	height: 50px;
	width: 740px;
	background-image: url(../new_images/sub/tit.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 2px 2px 0px rgba(134,0,75,1.00);
}



#map {
	float: left;
	height: 300px;
	width: 700px;
}


/*=======================================
　　　　　　　　MENU
=======================================*/
#cssmenu{
	width: 500px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 33px;
	height: auto;
	float: right;
	font-size: 10pt;
}


#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	float: left;
	display: block;
	width: 120px;
	text-align: center;
	font-size: 12px;
	color: #221515;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 11.92%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 11.92%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 11.92%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(231,231,231,1.00) 11.92%);
	margin-right: 5px;
	height: 22px;
	margin-bottom: 5px;
}

#cssmenu > ul > li > a{
	outline:none;
	display:block;
	text-decoration:none;
	margin-top: 4px;
}

#cssmenu > ul > li > a:hover{
	outline: none;
	display: block;
	text-decoration: underline;
	margin-top: 4px;
	border-radius: 5px;
	background-color: rgba(255,255,255,1.00);
}



/*=======================================
　　　　　　　　フッター
=======================================*/
#footer {
	width: 1000px;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px  2px  5px  #75746F;
	-webkit-box-shadow: 0px  2px  5px  #75746F;
	box-shadow: 0px  2px  5px  #75746F;*/
	height: auto;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer #logo2 {
	width: 176px;
	height: 105px;
	margin-right: 20px;
	float: left;
}
#footer #add {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 0px;
}

#footer ul {
	width: 420px;
	float: right;
}


#footer ul li {
	float: left;
	margin-left: 20px;
	color: rgba(255,255,255,1.00);
	line-height: 15px;
}

#footer p {
	margin-top: 40px;
	font-size: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,1.00);
	text-align: center;
}
#footer a:visited{
	text-decoration: none;
	color: #fff;
}
#footer a:link{
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
	color: #fff;
}
#footer a:active{
	text-decoration: none;
	color: #fff;
}

.line {
	background-image: url(http://nomiya-hp.or.jp/modx/content/images/line.png);
	background-repeat: repeat-y;
	float: left;
	height: 28px;
	width: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.line2 {
	background-image: url(http://nomiya-hp.or.jp/modx/content/images/line2.png);
	background-repeat: no-repeat;
	float: left;
	height: 6px;
	width: 900px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.line3 {
	float: left;
	height: 1px;
	margin-bottom: 10px;
	border-bottom-color: rgba(0,0,0,1.00);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 100%;
	margin-top: 10px;
}


.w01 {
	font-size: 25px;
	color: #FFF;
}

.w02 {
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

.w03 {
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
	margin-top: -25px;
	height: auto;
}
.w04 {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	margin-top: -25px;
	height: auto;
	font-weight: bold;
}



/*=======================================
　　　　　　　ボタンマウスオーバー指定
=======================================*/
a:hover img{
        opacity:0.7;
        filter: alpha(opacity=70);
}
a:hover img.nobright{
        opacity:1.0;
        filter: alpha(opacity=100);
}
.consent {
	font-weight: bold;
	color: #F00;
}



#w01 {
	font-size: 20px;
	text-height: 2em;
	border: 0px;
	font-weight: bold;
	float: left;
	margin-top: 40px;
}
#w02 {
	font-size:14px;
	text-height:2em;
	border:0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	float: right;
}
#contents #right {
	width: 760px;
	height: auto;
	float: left;
}
