@charset "UTF-8";



body {
	background: #f2f2f2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	
p {
	line-height: 1.3em;
	margin: 0;
	padding: 2px 0;
	}
	
dl {
	clear: both;
	line-height: 2em;
	}
	
dt {
	clear: both;
	float: left;
	width: 6em;
	}
	
dd {
	margin-left: 6em;
	}
	
.dl_bottom {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	}
	

h1,h2,h3,h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
#content a, a:link {
	color:  #00C;
	text-decoration: none;
	}
	
#content a:hover {
	color: #F60;
	text-decoration: underline;
	}
	
#header a, a:link {
	color:  #fff;
	text-decoration: none;
	}
	
#header a:hover {
	color: #FFF;
	text-decoration: underline;
	}		
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}
	
.img_border {
	border: 1px solid #635B8A;
	}
	
#wrapper {
	margin: 0 auto;
	width: 810px;
	}
	
#header {
	background: url(../img/header_bg.gif) no-repeat;
	height: 112px;
	padding-right: 15px;
	text-align: right;
	}
	
#content_wrap {
	background: url(../img/content_bg.gif) repeat-y;
	text-align: left;
	}
	
#content_wrap2 {
	text-align: left;
	background: url(../img/content_bg2.gif) repeat-y;
	}
	
#footer {
	clear: both;
	color: #FFF;
	height: 32px;
	padding: 8px 14px 0;
	text-align: center;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	}
	
	
/*　========== HEADER ===========　*/
	
#header h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 15px 0;
	}
	
#header div {
	margin: 25px 0 0;
	}


/*　=====================menubar==========　*/

#menubar {
	margin: 0 0 0 10px;
	background:url(../img/menubar_bg.gif) no-repeat;
	}
	
#menubar a {
	color: #114982;
	display: block;
	float: left;
	font-size: 11px;
	height: 45px;
	padding: 10px 0 0 30px;
	background-image: url(../img/btn_bk.gif);
	background-repeat: no-repeat;
	}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	}
	
#menubar h2 {
	color: #000;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	}
	
.menu_a {
	width: 102px;
	}
	
.menu_b {
	width: 104px;
	}
	
/*　========================content=======　*/


#content {
	padding: 15px 10px;
	}
	
#cont_right {
	float: right;
	margin-right: 15px;
	width: 530px;
	}
	
#content_main h3 {
	background: url(../img/h_bg_01.gif) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px;
	}
	

.content_h3 {
	background: url(../img/h_bg_01.gif) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px;
	}
	
#content_main h4 {
	color: #FFF;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding: 10px 10px 0 0;
	}
	
#content_main ul {	list-style-type: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 15px 10px;
	}
	
#content_main p {
	line-height: 2em;
	}
	

#content_title h3 {
	background: url(../img/title_02_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	margin-bottom: 15px;
	padding: 15px 0 0 15px;
	}

#content_title h4 {
	color: #635b8a;
	font-size: 10px;
	font-weight: normal;
	margin-top: -53px;
	margin-bottom: 40px;
	padding: 15px 10px 0 0;
	text-align: right;
	}
	

	
#cont_left {
	float: left;
	width: 225px;
	}

#cont_left h2 {
	background: url(../img/navi_title_bg.gif) no-repeat top center;
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 12px 0 0;
	text-align:center;
	color: #FFF;
	}
	
#cont_left ul {
	list-style-type: none;
	margin: 0 20px 15px 20px;
	padding: 0 0 5px;
	}
	
#cont_left li {
	background: url(../img/navi_li_bullet.gif) no-repeat 0 5px;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding: 5px 0 5px 30px;
	}

	
/*　========= TOP ============　*/
#news{
	float: left;
	width: 360px;
}
#news dl {
	border-top: 1px dotted #CCC;
	margin-left: 10px;
	}

#news dt {
	color: #D46E00;
	width: 8em;
	border-bottom: 1px dotted #CCC;
	}
	
#news dd {
	margin-left: 8em;
	border-bottom: 1px dotted #CCC;
	}
#info{
	float: right;
	width: 360px;
	margin-left: 5px;
}

#info dl {
	border-top: 1px dotted #CCC;
	margin-left: 10px;
	}

#info dt {
	color: #D46E00;
	width: 8em;
	border-bottom: 1px dotted #CCC;
	}
	
#info dd {
	margin-left: 8em;
	border-bottom: 1px dotted #CCC;
	}


	
/* ==========牧師から ============= */

.pastor{
	margin: 10px;
	border: 1px dotted #000033;
	padding: 5px;
	}

.pastor p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 10px;
	}
	

/*　==========ACCESS===========　*/

#access dl {
	line-height: 2em;
	border-top: dotted 1px #CCC;
	}

#access dt {
	border-bottom: dotted 1px #CCC;
	width: 8em;
	padding-left: 10px;
	}
	
#access dd {
	margin-left: 8em;
	border-bottom: dotted 1px #CCC;
	}

/*　==========メッセージ===========　*/	

#message .box{
	width: 500px;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
#message  p {
	line-height: 2em;
	}

/*　==========リンク===========　*/	
#link .left{
	float: left;
	width: 250px;
}

#link .right{
	float: right;
	width: 250px;
	margin-right: 20px;
}

#link h3 {
	background: url(../img/h_bg_01.gif) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px;
	}
	
#link ul{
}
#link li{
	list-style-position: outside;
	list-style-image: url(../../img/op-cross-g8.gif);
	list-style-type: none;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 350px;
	width: 800px;
	clear: left;
	margin-bottom: 10px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
