@charset "utf-8";

/*
	* Name: business.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 -
*/


/* Load External Files */

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


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-04. 領域設定 - Contents -
	======================================== */

	#contents div.container table tr td {
		padding: 10px 16px 10px 16px;
	}


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

	#contents div#topimage {
		background-image:  url("../img/img_comment.gif");
	}

	#contents h2 {
		background-image: url("../img/title_law.gif");
	}

}
