@charset "utf-8";

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

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

	header div.container nav.font ul li.small a {
		background-position: left -42px;
	}


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

	#main {
		font-size: 120%;
	}

	#main articlelist li {
		background-position: 18px 25px;
	}

}