﻿@charset "UTF-8";

/* ****************************
	Font Size Class
******************************* */
.txt_size01 {font-size:70%;}
.txt_size02 {font-size:80%;}
.txt_size03 {font-size:90%;}
.txt_size04 {font-size:100%;}
.txt_size05 {font-size:110%;}
.txt_size06 {font-size:120%;}
.txt_size07 {font-size:130%;}
.txt_size08 {font-size:140%;}

/* IE6 Hack */
* html .txt_size01 {font-size:59%;}
/* IE7 Hack */
*:first-child+html .txt_size01 {font-size:59%;}
/* IE8 Hack */
html>/**/body .txt_size01 {
	font-size /*\**/: 57%\9;
}


/* ****************************
	Common Class
******************************* */
.red {color:#f00;}
.d-red {color:#a81c1a;}
.orange {color:#f60;}

.bold {font-weight:bold;}

