@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.9em;
	color: #333333;
	background-color: #b4e0dc;
	background-image: url(img/common/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border:none;
	padding: 0px;
	vertical-align: middle;
}


ul {
	margin: 0px 0px 0px 0px;
}

div, td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

a { color: #666666; text-decoration: underline; }
a:link		{ color: #333333; text-decoration: underline; }
a:visited	{ color: #333333; text-decoration: underline; }
a:active	{
	color: #B4E0DC;
	text-decoration: underline;
}
a:hover		{
	color: #B4E0DC;
	text-decoration: underline;
}

a.green:link    { color: #336666; text-decoration: underline; }
a.green:visited { color: #336666; text-decoration: underline; }
a.green:active  { color: #336699; text-decoration: underline; }
a.green:hover   { color: #336699; text-decoration: underline; }

a.orange:link    { color: #ff6633; text-decoration: underline; }
a.orange:visited { color: #ff6633; text-decoration: underline; }
a.orange:active  { color: #ff6633; text-decoration: underline; }
a.orange:hover   {
	color: #FF9933;
	text-decoration: underline;
}

.nurie {
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}


/* =================================== */
/* レイアウト */
/* =================================== */

#wrapper {
	width: 650px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(img/common/container_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
	padding-top: 40px;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/
#wrapper_top {
	width: 650px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(img/common/container_bg2.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
	padding-top: 20px;
}

#wrapper_top:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper_top {
    height: 1em;
    overflow: visible;
}
/**/

#wrapper_top_t {
	width: 730px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(img/common/container_bg2top.jpg);
	height: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 100%;
	height: 106px;
	background-image: url(img/common/headerbg.gif);
	background-repeat: repeat-x;
 }
 
#header_top {
	width: 100%;
	height: 485px;
	background-image: url(img/common/headerbg.gif);
	background-repeat: repeat-x;
	padding-top: 35px;
 }
 
#left {
	float: left;
	width: 310px;
	text-align: left;
	background-color: #f7f7ef;
	border: 1px solid #CCCCCC;
	height: 102px;
	padding: 10px;
}


#right {
	width: 312px;
	float: right;
}





/* =================================== */
/* メニュー */
/* =================================== */

#navi {
	width: 720px;
	height: 39px;
	background-image: url(img/common/menu.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

	#navi li{
	float: left;
	list-style-type: none;
	}

	#navi01 a {
	width: 76px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi01 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -0px -39px;
	}


	#navi02 a {
	width: 86px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi02 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -76px -39px;
	}

	#navi03 a {
	width: 88px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi03 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -162px -39px;
	}

	#navi04 a {
	width: 70px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi04 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -250px -39px;
	}
	
	#navi05 a {
	width: 72px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi05 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -320px -39px;
	}

	#navi06 a {
	width: 81px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi06 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -392px -39px;
	}
	
	#navi07 a {
	width: 70px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi07 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -473px -39px;
	}
	
	#navi08 a {
	width: 63px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi08 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -543px -39px;
	}
	
	#navi09 a {
	width: 114px;
	height: 39px;
	display: block;
	text-decoration: none;
	}

	#navi09 a:hover {
	background-image: url(img/common/menu.jpg);
	background-position: -606px -39px;
	}
	
body#goyuisho li#navi01 a { background: url(img/common/menu.jpg) -0px -39px no-repeat; }
body#gyoji li#navi02 a { background: url(img/common/menu.jpg) -76px -39px no-repeat; }
body#girei li#navi03 a { background: url(img/common/menu.jpg) -162px -39px no-repeat; }
body#gokitou li#navi04 a { background: url(img/common/menu.jpg) -250px -39px no-repeat; }
body#kekkon li#navi05 a { background: url(img/common/menu.jpg) -320px -39px no-repeat; }
body#access li#navi06 a { background: url(img/common/menu.jpg) -392px -39px no-repeat; }
body#kamishibai li#navi07 a { background: url(img/common/menu.jpgf) -473px -39px no-repeat; }
body#link li#navi08 a { background: url(img/common/menu.jpg) -543px -39px no-repeat; }
body#toiawase li#navi09 a { background: url(img/common/menu.jpg) -606px -39px no-repeat; }

/*  hidden

==============================================*/
#navi {
	text-indent: -9999px ;
	
/*  MacIE 5 \*/
overflow: hidden;
/*  MacIE 5 end */

	}


#footer {
	width: 650px;
	text-align: center;
}

#btm {
	width: 730px;
	height: 18px;
	background-image: url(img/common/container_btm.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}


/* =================================== */
/* 記事レイアウト*/
/* =================================== */

#totop {
	height: 22px;
	float: right;
	font-size: 10px;
	background-image: url(img/common/icon_totop.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
	padding-left: 20px;
}

#topinfo {
	float: left;
	width: 310px;
	text-align: left;
	background-color: #f7f7ef;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
	
.topinfotext {
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.sikisidai {
	padding-left: 34px;
	padding-bottom: 10px;
}

.midashi {
	background-image: url(img/common/icon_midashi.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0px 0px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
}
.komidashi {
	background-image: url(img/common/icon_komidashi.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 3px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #316c61;
}

.stylered16 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.style14 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

.linktext {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#frame_t {
	background-image: url(img/common/frame_t.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 650px;
}
#frame_m {
	background-image: url(img/common/frame_m.gif);
	background-repeat: repeat-y;
	width: 630px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#frame_b {
	background-image: url(img/common/frame_b.gif);
	height: 12px;
	width: 650px;
}
#linkmidashi {
	background-image: url(img/common/icon_komidashi.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px0px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #316c61;
}

/* =================================== */
/* ご由緒 */
/* =================================== */

#goyuisho_ta {
	width:650px;
	margin:0px;
}

#goyuisho_taleft {
	width:380px;
	margin:0px;
	float:left;
}

#goyuisho_taright {
	width:265px;
	margin:0px;
	float:left;
}

#clear {
	clear:left;
}

/* =================================== */
/* 行事 */
/* =================================== */

#gyoji_ta {
	width:650px;
	margin:0px;
}


