@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


body {
	color: #000;
}

#container {
	position: relative;
	clear: both;
	width: 930px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/bg.png);
	background-repeat: repeat-y;
}

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	height: 150px;
	width: 930px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	color: #000;
	background-image: url(../imgs/header_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header h1 {
	padding: 0px;
	margin: 0px;
}

#header h1 a{
	width:360px;/*画像の横*/
	height:115px;/*画像の縦*/
	display:block;
	position:absolute;
	text-indent:-9999px;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#header_menu {
	height: 15px;
	width: 330px;
	padding-top: 15px;
	padding-left: 600px;
}

#header_menu ul {
	padding: 0px;
	margin: 0px;
}
#header_menu li {
	display: inline;
	list-style-type: none;
}
#header_menu li a {
	float: left;
	width: 80px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
}

#header_menu li a:hover {
	color: #C03;
}

/* ---------------------------------------------------------------- *
	メニュー
 * ---------------------------------------------------------------- */
#menu {
	position: absolute;
	float: left;
	clear: both;
	height: 30px;
	width: 910px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 9px;
	z-index: 1;
	background-image: url(../imgs/menu_bg.png);
	background-repeat: no-repeat;
}

#homebtn {
	height: 20px;
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 10px;
}

#pan {
	width: 880px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}


/* ---------------------------------------------------------------- *
	各ページ見出し
 * ---------------------------------------------------------------- */
 #title {
	width: 900px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

 #title_left {
	float: left;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

 #title_right {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* ---------------------------------------------------------------- *
	index.html
 * ---------------------------------------------------------------- */
 
#indexmain {
	width: 860px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-left: 35px;
}

#indexmain_left {
	float: left;
	width: 425px;
}

#indexmain_right {
	float: right;
	width: 425px;
}
 
/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */
#main {
	position: relative;
	width: 880px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin: 0px;
}

.maintxt {
	position: relative;
	width: 860px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#title {
	position: relative;
	clear: both;
	height: 30px;
	width: 905px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.main_left {
	float: left;
	width: 410px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.main_right {
	float: right;
	width: 415px;
	padding-left: 10px;
	border-left-color: #999;
	border-left-style: dotted;
	border-left-width: 1px;
}
 
#main_photo {
	position: relative;
	height: 398px;
	width: 898px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #E8E8E8;
}

.main_flat {
	position: relative;
	float: none;
	width: 890px;
	padding-right: 5px;
	padding-left: 0px;
}

.pageTop {
	clear: both;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}


/* ---------------------------------------------------------------- *
	アクセス礼拝
 * ---------------------------------------------------------------- */
 
#access_menu {
	height: 25px;
	width: 900px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#access_menu ul {
	padding: 0px;
	margin: 0px;
}
#access_menu li {
	display: inline;
	list-style-type: none;
}
#access_menu li a {
	float: left;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	text-indent: -9999em;
}
/*------off*/
#access_menu li.menu01 a {
	width: 145px;
	background-image: url(../access/imgs/menu.png);
	background-position: -0px 0px;
	background-repeat: no-repeat;
}
#access_menu li.menu02 a {
	width: 90px;
	background-image: url(../access/imgs/menu.png);
	background-position: -145px 0px;
	background-repeat: no-repeat;
}
#access_menu li.menu03 a {
	width: 100px;
	background-image: url(../access/imgs/menu.png);
	background-position: -235px 0px;
	background-repeat: no-repeat;
}
#access_menu li.menu04 a {
	width: 95px;
	background-image: url(../access/imgs/menu.png);
	background-position: -335px 0px;
	background-repeat: no-repeat;
}
#access_menu li.menu05 a {
	width: 130px;
	background-image: url(../access/imgs/menu.png);
	background-position: -430px 0px;
	background-repeat: no-repeat;
}
#access_menu li.menu06 a {
	width: 70px;
	background-image: url(../access/imgs/menu.png);
	background-position: -560px 0px;
	background-repeat: no-repeat;
}
#access_menu li.menu07 a {
	width: 95px;
	background-image: url(../access/imgs/menu.png);
	background-position: -630px 0px;
	background-repeat: no-repeat;
}



/*------hover*/
#access_menu li.menu01 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -0px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu02 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -145px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu03 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -235px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu04 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -335px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu05 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -430px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu06 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -560px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu07 a:hover {
	background-image: url(../access/imgs/menu.png);
	background-position: -630px -20px;
	background-repeat: no-repeat;
}

/*------on*/
#access_menu li.menu01_on a {
	width: 145px;
	background-image: url(../access/imgs/menu.png);
	background-position: -0px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu02_on a {
	width: 90px;
	background-image: url(../access/imgs/menu.png);
	background-position: -145px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu03_on a {
	width: 100px;
	background-image: url(../access/imgs/menu.png);
	background-position: -235px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu04_on a {
	width: 95px;
	background-image: url(../access/imgs/menu.png);
	background-position: -335px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu05_on a {
	width: 130px;
	background-image: url(../access/imgs/menu.png);
	background-position: -430px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu06_on a {
	width: 70px;
	background-image: url(../access/imgs/menu.png);
	background-position: -560px -20px;
	background-repeat: no-repeat;
}
#access_menu li.menu07_on a {
	width: 95px;
	background-image: url(../access/imgs/menu.png);
	background-position: -630px -20px;
	background-repeat: no-repeat;
}

#access_main {
	width: 860px;
	padding: 10px;
	margin: 10px;
}

.access_block {
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-color: #369;
	border-top-style: none;
	border-top-width: 1px;
	border-right-color: #369;
	border-right-style: none;
	border-bottom-color: #369;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #369;
	border-left-style: none;
}

.access_block_left {
	position: relative;
	float: left;
	width: 440px;
}

.access_block_right {
	position: relative;
	float: right;
	width: 350px;
	padding-top: 40px;
}



 
/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#pagetop {
	width: 860px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-align: right;
	background-color: transparent;
}

#bottom_menu {
	width: 860px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #CCC;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	text-align: center;
	background-color: transparent;
}

#footer {
	float: left;
	clear: both;
	height: 45px;
	width: 930px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333;
	text-align: center;
	background-color: #FFF;
	background-image: url(../imgs/bg_bottom.png);
	background-repeat: no-repeat;
}

#footer ul {
	padding: 0;
	margin-bottom: 4px;
	border-left: 1px solid #CCCCCC;
}

#footer ul li {
	padding: 0 5px;
	margin: 0;
	border-right: 1px solid #CCCCCC;
	background-image: none;
}

/* ---------------------------------------------------------------- *
	table
 * ---------------------------------------------------------------- */


	table.main {
	width: 860px;
	padding: 0px;
	margin: 0px;
	border-top-color: #E8E8E8;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #E8E8E8;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 12px;
	line-height: 130%;
}

	table.main th {
	width: 150px;
	padding: 10px;
	margin: 0px;
	border-right-color: #E8E8E8;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E8E8E8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	text-align: center;
	background-color: #F2F2F2;
}

	table.main td{
	padding: 10px;
	margin: 0px;
	border-right-color: #E8E8E8;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E8E8E8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	line-height: 100%;
}

	table.sc {
	width: 860px;
	padding: 0px;
	margin: 0px;
	border-top-color: #E8E8E8;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #E8E8E8;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 12px;
	line-height: 130%;
}

	table.sc th {
	padding: 10px;
	margin: 0px;
	border-right-color: #E8E8E8;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E8E8E8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	background-color: #F2F2F2;
}

	table.sc td{
	height: 150px;
	padding: 10px;
	margin: 0px;
	border-right-color: #E8E8E8;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E8E8E8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	line-height: 100%;
}

