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

*{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	color: #595757;
	line-height: 1.7em;
	font-size: 14px;
}
/* -------------------------a:link------------------------------------ */
a {
	text-decoration: underline;
	color: #679748;
}
a:visited {
	color: #679748;
	text-decoration: underline;
}
a:hover {
	color: #679748;
	text-decoration: none;
}

#menu_navi a{
	text-decoration: none;
	color: #595757;
}
#menu_navi a:visited {
	color: #595757;
	text-decoration: none;
}
#menu_navi a:hover {
	color: #FF66CC;
	text-decoration: none;
}
#menu_navi .on a { color: #5FB7E1;}
#menu_navi .on a:hover { color: #5FB7E1;}
/* -------------------------wrapper------------------------------------ */
#wrapper {
	margin: 0 auto;
}

#container {
	width: 980px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* -------------------------header------------------------------------- */
#header {
	width: 980px;
	height: 200px;
}

/*---------------------------pulldown menu------------------------------*/
#menu_box{
	width:980px;
	height:40px;
	margin-bottom:35px;
	z-index: 100;
}
ul,li{
	margin:0;
	padding:0;
}
ul#menu{
	width:980px;
	position:absolute;
	position:relative;
	margin: 0 auto;
}
ul#menu li{
	float:left;
	width:163px;
	height:40px;
	background-color:#fff;
	list-style:none;
	text-align:center;
}
ul#menu li a{
	display:block;
	width:161px;
	height:100%;
	line-height:40px;
	color:#89898A;
	text-decoration:none;
	border-left:1px solid #89898A;
	border-top:1px solid #89898A;
	border-right:1px solid #89898A;
	border-bottom:1px solid #89898A;
}
ul#menu li a:hover{
	display:block;
	width:161px;
	height:100%;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	background-color:#89898A;
	border-left:1px solid #89898A;
	border-top:1px solid #89898A;
	border-right:1px solid #89898A;
	border-bottom:1px solid #89898A;
}
ul#sub li{
	float:none;
	width: 163px;
}
ul#sub{
	display:none;
}
.sub a{
	background-color: #FFFFFF;
	border-left:1px solid #89898A;
	border-top:1px solid #89898A;
	border-right:1px solid #89898A;
	border-bottom:1px solid #89898A;
}
/* --------------------------main-------------------------------------- */
#main {
	width: 980px;
	height: 100%;
}
#main_inner {
	width: 730px;
	float: left;
	text-align: left;
}
/*main_titleの中にh2設定があります*/
.main_title {
	width:695px;
	height: 40px;
	background-image: url(../images/title_back.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
h2 {
	color:#FFFFFF;
	font-size: 19px;
	font-weight: bold;
}
.main_title2 {
	width:695px;
	height: 40px;
	background-image: url(../images/title_back2.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size: 19px;
	font-weight: bold;
	padding-left: 25px;
}
.main_content {
	width:695px;
	margin-top: 35px;
	padding-left: 25px;
	margin-bottom: 40px;
}
.main_midashi {
	width:670px;
	height: 32px;
	margin-top: 30px;
	padding-left: 25px;
	background-image: url(../images/title_small.gif);
	background-repeat: no-repeat;
}
h3 {
	font-size: 20px;
	font-weight: bold;
} 
.main_midashi2 {
	width:670px;
	height: 32px;
	margin-top: 20px;
	padding-left: 25px;
	background: url(../images/title_small2.gif) no-repeat;
	font-size: 20px;
	font-weight: bold;
}
.main_midashi3 {
	width:670px;
	height: 32px;
	margin-top: 20px;
	padding-left: 25px;
	background: url(../images/title_small3.gif) no-repeat;
	font-size: 20px;
	font-weight: bold;
}
.main_naiyo {
	width:670px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-left: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.pagetop {
	width:670px;
	height: 30px;
	padding-left: 25px;
	text-align:right;
}
/* --------------------------menu-------------------------------------- */
#menu_right {
	width: 230px;
	float: right;
	margin-bottom: 30px;
}

#menu_navi {
	width: 100%;
	font-size: 13px;
	color: #595757;
	text-align:left;
}
#menu_navi ul li {
	list-style-type: none;
	line-height: 24px;
	border-bottom: solid 1px #666666;
}
#menu_button {
	width:230px;
}
/* -----------------------FOOTER------------------------- */
#footer {
	width: 940px;
	height: 80px;
	padding: 20px;
	clear: both;
	background-color: #F3E1D2;
	position: relative; /*テキストの下揃えに必要*/
}

#footer2 {
	width: 380px;
	float: left;
	text-align: left;
	line-height: 1.5em;
	position: absolute; /*テキストの下揃えに必要*/
	bottom: 10px; /*下の空きスペースの高さ指定*/
}

#footer_copy {
	width: 570px;
	height: 20px;
	float: right;
	text-align: right;
	line-height:1.5em;
	position: absolute;
	bottom: 10px; /*下の空きスペースの高さ指定*/
	left: 400px; /*#footer BOXの左空きスペースの幅*/
}

#hensyu{
     width: 980px;
	 clear: both;
	 font-size: 10px;
	 color: #3E3A39;
	 text-align: right;
}

.clear {
   clear: both;
   height: 0px;
   line-height: 0;
   zoom: 1;
}

/* -----------------------GAIYOU------------------------- */
.gaiyou_hyou {
	line-height:25px;
	border-top:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
}
.gaiyou_hyou td {
	height: 0px;
	padding-right:8px;
	padding-left:12px;
	border-left:1px solid #C4C4C4;
	background-image: url(../images/profile_back.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}

.nyuen_hyou {
	line-height:25px;
	border-top:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
}
.nyuen_hyou td {
	height: 0px;
	padding-right:8px;
	padding-left:12px;
	border-left:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
}

/*カレンダー用*/
.gaiyou_hyou2 {
	line-height:28px;
	border: none;
}
.gaiyou_hyou2 td {
	height:0px;
	padding-right:8px;
	padding-left:12px;
	border: none;
}

.gaiyou_seru {
	background-color: #F2F6D5;
}

/*年間行事用*/
#nenkan table{
	border-collapse: collapse;
}
#nenkan tr td{
	font-size: 13px;
	padding:5px;
	border: 1px solid #99CC33;
}
.nenkan-img {
	text-align: center;
}

/*h1〜設定*/
h1 {
	margin: 0;
	padding:0;
}
