@charset "utf-8";

/*
	* Name: sightseeing.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.sightseeing {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.sightseeing #main h3 {
		color: #ec412f;
	}

	body.sightseeing #main h4 {
		color: #ec412f;
	}

	body.sightseeing #main h4.line > span.line {
		background-color: #ec412f;
	}

	body.sightseeing #main a {
		color: #ec412f;
	}

	body.sightseeing #main ul.linklist > li > h6 {
		color: #ec412f;
	}

	body.sightseeing.article #main div.staff.message > div.message > div.message {
		background-color: #ec412f;
	}

	body.sightseeing.article #main div.staff.message > div.message {
		background-image: url("../../../sightseeing/img/icon_arrow_balloon.png");
	}

}