@charset "utf-8";

/*
	* Name: common.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:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - 文字 -
	  - 02. 領域設定 - ブロック -
	    - 02-01. 領域設定 - コンテナ -
	    - 02-04. 領域設定 - Contents -
	      - 02-04-01. 領域設定 - Title -
*/


/* Load External Files */

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


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-01. 初期設定 - 文字 -
	======================================== */

	p {
		margin-bottom: 12px;
	}


	/* ========================================
	   * 02-01. 領域設定 - コンテナ -
	======================================== */

	.paragraph {
		margin-bottom: 0;
	}


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

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

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


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

	#main div.container ol.relateditems {
		margin-top: 0;
	}

}
