@charset "utf-8";

/*
	* Name: template.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 領域設定 - レイアウト -
	    - 07. 領域設定 - Main -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.template {
	}


	/* ========================================
	   * 07. 領域設定 - Main -
	======================================== */

	body.template #main h2 {
		background: url("../../../img/pc/template/bg_title.gif");
		border-bottom: 2px solid #2575AF;
		border-top: 2px solid #2575AF;
		color: #FFFFFF;
		font-weight: normal;
		margin-bottom: ;
		padding-bottom: 18px;
		padding-top: 18px;
		text-align: center;
	}

	body.template #main div.frame648 div.container {
		padding-top: 12px;
	}

	body.template #main div.frame648 div.container div.shadow {
		background: none;
	}

}