@charset "UTF-8";

/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss




--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */

#harder_img{
	margin:0px 0 20px 0;
	}

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */

.section h2{
	padding:0 0 10px 0;
	margin:0 0 5px 0;
	background:url(../img/common/border.jpg) bottom center no-repeat;
}

.section .listgreen{
	padding:0 0 0 15px;
	background: url(../img/common/ic_green.gif) left center no-repeat;
	float:right;
	font-size:92%;
	margin:10px 0 0 0;
	}

.section .listgreen a:link,
.section .listgreen a:visited{
	color:#555;
	text-decoration:none;
}

.section .listgreen a:hover,
.section .list a:active{
	color:#6BB11D;
	text-decoration:underline;
}
