@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-color: #ffffff;
}

a:link {
  color: #69821b;
  font-size: 12px;
}

a:hover {
  color: #99ab4e;
  font-size: 12px;
}

a:visited {
  color: #69821b;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
  background-color: #ffffff;
}


#main img.head_photo {
  margin: 6px 0 0 0;
}


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

#header {
  margin: 0;
  width: 900px	;
  height: 80px;
  border-bottom: solid 3px #99ab4e;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.gif);
}

#header h2 {
  margin: 0;
  padding: 5px 5px 5px 5px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}

/*     table    
#table-left{
  text-align: left;
  font-size: 14px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 14px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
*/

/*   table    */
table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}

th.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 12px 14px 8px 14px;
  font-weight: bold;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 12px 14px 8px 14px;
}
/*   終わりtable　　*/

#header-menu {
  width: 885px;
  height: 20px;
  background-color: #333333;
  margin: 0px;
  padding: 11px 0 5px 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 16px;
  padding-right: 10px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  font-size: 13px;
  color: #cccccc;
}


/*---------- コンテンツ ----------*/

#container {
  width: 900px;
  margin: 0px;
  padding: 6px 0 6px 0;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 4px 0 10px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  width: 640px;
}

#contents h2 {
  margin: 0 0 7px 0;
  padding: 12px 0 12px 20px;
  line-height: 110%;
  font-size: 14px;
  color: #69821b;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 0 0 0 0;
  padding: 0px 15px 0 15px;
  line-height: 110%;
  font-size: 13px;
  font-weight: bold;
  color: #191970;
}

#contents h4 {
  margin: 0 0 0 0;
  padding: 0px 15px 10px  20px;
  line-height: 110%;
  font-size: 13px;
  font-weight: bold;
  color: #191970;
}

#contents p {
  margin: 5px 0 10px 0;
  padding: 0 15px 0 15px;
  line-height: 160%;
  letter-spacing: 2px;
  font-size: 14px;
}

#contents a {
  color: #69821b;
  font-size: 12px;
}

#contents a:hover {
  color: #99ab4e;
  font-size: 12px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

#contents img.center{
  display: block;
  margin: 0 auto 15px auto;
}

.center{
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}  

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 3px 0 15px 0;
  padding: 0;
  width: 230px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

#menu h2 {
  margin: 0 0 2px 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 14px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #69821b;
  display: block;
  border-bottom: solid 1px #999999;
  padding: 11px 0 8px 24px;
  font-size: 14px;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #99ab4e;
  text-decoration: underline;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  letter-spacing: 1px;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 203px;
  padding: 6px 0 5px 0;
  font-size: 12px;
 }

.menu_free a:hover{
  color: #99ab4e;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}


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

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #69821b;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 13px;
 }

#footer a:hover {
  color: #333333; 
}

/*---------- 画像の回り込み ----------*/
/*---画像が左のときがleft -----*/
.mawaru-left,
.mawaru-right {
    overflow: hidden;
    height: auto;
    margin: 5px 0 10px 0;
    padding: 0 15px 0 15px;
    line-height: 160%;
    letter-spacing: 2px;
    font-size: 14px;
}

.mawaru-left img {
    float: left;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.mawaru-right img {
    float: right;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.mawaru-left p,
.mawaru-right p {
    overflow: hidden;
    height: auto;
   
}
/*---------- 画像の回り込み終わり ----------*/

/*---------- table-death----------*/
.death {
    margin: 1px auto 20px auto;
    border-collapse: collapse;
    font-size: 14px;
  
}

.death th {
    border:1px solid #BFBFBF;
    padding: 5px;
	text-align: center;
}

.death td {
    border:1px solid #BFBFBF;
    padding: 5px 15px 5px 15px;
	text-align: left;
}
/*---------- table-death終わり----------*/

/*---------- tableオブレートの集い----------*/
.tudoi {
    margin: 1px auto 20px auto;
    font-size: 14px;
}

.tudoi th {
    /*border:1px solid #BFBFBF;*/
    padding: 5px;
	  text-align: center;
}

.tudoi td {
   /* border:1px solid #BFBFBF;*/
    padding: 5px 15px 5px 15px;
	  text-align: left;
}
/*---------- tableオブレートの集い終わり----------*/

/*---------- table修道院の予定----------*/
.yotei {
    margin: 1px auto 20px auto;
    border-collapse: collapse;
		font-size: 14px;
}

.yotei td {
   /* border:1px solid #BFBFBF;*/
    padding: 5px 15px 5px 15px;
	  text-align: left;
}
/*---------- table修道院の予定終わり----------*/

/*---------- イエス----------*/
.jesus {
	margin: -10px auto 20px auto;
}

/*----------  写真の回り込みと写真の下に説明を入れる ----------*/
/*---------- 画像が右----------*/
div.imagebox_right{
	float: right;
	padding: 0 5px 5px 5px;
}

.imagebox_right span{
	display: block;
	ffont-size: 12px;
	text-align: center;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

/*---------- 画像が左----------*/
div.imagebox_left{
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span{
	display: block;
	font-size: 12px;
	text-align: center;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
/*----------  写真の回り込みと写真の下に説明を入れる 終わり----------*/





