@charset "utf-8";
/* CSS Document */

/*======================================

　　全体で14pxを基準にしたフォントサイズパーセント表記

    Font-size Adjustment
 	 75% = 11px	
     84% = 12px	|	134% = 18px	|	184% = 22px
     92% = 13px	|	142% = 19px	|	192% = 23px
    100% = 14px |	150% = 10px	|	200% = 24px
    109% = 15px	|	159% = 19px	|	209% = 25px
    117% = 16px	|	167% = 20px	|	217% = 26px
    125% = 17px	|	175% = 21px	|

=======================================*/
/*--- font */





body,p,th,td,dt,dd {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

body{font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* for IE6 */

* html body {
    font-size: 75%;
}









/*body {
    font-size: 14px;
    font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
    color:#666666;
}
*/

/* for IE7 */

/**:first-child+html body {
    font-size: 75%;
}
*/
/*--- default */
body {
	background: #fff;
	color: #666666;
	line-height: 1.5;
}

a {
	color:#00cbbb;
	text-decoration:none;
}
