@charset "utf-8";

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


/* Load External Files */

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


/* Stylesheet Document */

@media screen {

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

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


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

	#main div.container p a.detail {
		background: url("../img/icon_arrow02.gif") 4px center no-repeat;
		padding: 0 0 0 28px;
	}

}
