@charset "utf-8";

/*
	* Name: church.css
	* License: MIT License
	  - http://www.opensource.org/licenses/mit-license.php
	* Author: Hiroaki Nakagawa
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com

	* Contents:
	  - 02. 領域設定 - ブロック -
	    - 02-04. 領域設定 - Contents -
	      - 02-04-01. 領域設定 - Title -
	    - 02-06. 領域設定 - Main -
	    - 02-09. 領域設定 - Right Side -
*/


/* Load External Files */

@import url('../../common/css/import.css');


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-04-01. 領域設定 - Title -
	======================================== */

	#contents h2#title_church {
		background-image: url("../img/title_church.gif");
		margin-bottom: 26px;
	}


	/* ========================================
	   * 02-06. 領域設定 - Main -
	======================================== */

	#main div.wrapper {
		margin-bottom: -22px;
	}


	/* ========================================
	   * 02-09. 領域設定 - Right Side -
	======================================== */

	#rightside table tr th {
		width: 200px;
	}

}
