@charset "utf-8";

/* CSS Document */

/* COMMON
************************************************************************/
body {
	font: 100% verdana,arial,helvetica,'qMm Pro W3','Osaka','SVbN',sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #666; 
}

/*-------------------- h1 --------------------*/
h1{
	margin:0px;
        font:10px verdana,arial,helvetica,'qMmpS Pro W3','lr oSVbN',sans-serif;
	line-height:2.5em;
	color:#666;
}

/*-------------------- h2 --------------------*/
h2{
	margin:0px;
        font:12px verdana,arial,helvetica,'qMmpS Pro W3','lr oSVbN',sans-serif;
	font-weight:bold;
	line-height:2.0em;
	color:#666;
}

/*-------------------- TEXT --------------------*/

.text10 {  font-size: 10px; line-height: 14px; text-decoration: none;}
.text10t {  font-size: 10px; line-height: 12px; text-decoration: none;}
.text10b {  font-size: 10px; line-height: 14px; font-weight: bold;}
.text12 {  font-size: 14px; line-height: 18px; text-decoration: none;}
.text12t {  font-size: 12px; line-height: 14px; text-decoration: none;}
.text12w {  font-size: 12px; line-height: 24px; text-decoration: none;}
.text12b {  font-size: 12px; line-height: 18px; font-weight: bold;}
.text14b {  font-size: 14px; line-height: 18px; font-weight: bold;}

.text10_blue {  color: #4783CB ; font-size: 10px; line-height: 14px; text-decoration: none;}
.text10t_blue {  color: #4783CB ; font-size: 10px; line-height: 12px; text-decoration: none;}
.text10b_blue {  color: #4783CB ; font-size: 10px; line-height: 14px; font-weight: bold;}
.text12_blue{  color: #4783CB ; font-size: 14px; line-height: 18px; text-decoration: none;}
.text12t_blue {  color: #4783CB ; font-size: 12px; line-height: 14px; text-decoration: none;}
.text12w_blue {  color: #4783CB ; font-size: 12px; line-height: 24px; text-decoration: none;}
.text12b_blue {  color: #4783CB ; font-size: 12px; line-height: 18px; font-weight: bold;}
.text14b_blue {  color: #4783CB ; font-size: 14px; line-height: 18px; font-weight: bold;}
.text16b_blue {  color: #4783CB ; font-size: 16px; line-height: 20px; font-weight: bold;}
.text14_red {
	color: #F00;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.text10_white {  color: #FFF ; font-size: 10px; line-height: 14px; text-decoration: none;}
.text10t_white {  color: #FFF ; font-size: 10px; line-height: 12px; text-decoration: none;}
.text10b_white {  color: #FFF ; font-size: 10px; line-height: 14px; font-weight: bold;}
.text12_white{  color: #FFF ; font-size: 12px; line-height: 18px; text-decoration: none;}
.text12t_white {  color: #FFF ; font-size: 12px; line-height: 14px; text-decoration: none;}
.text12w_white {  color: #FFF ; font-size: 12px; line-height: 24px; text-decoration: none;}
.text12b_white {  color: #FFF ; font-size: 12px; line-height: 18px; font-weight: bold;}
.text14b_white {  color: #FFF ; font-size: 14px; line-height: 18px; font-weight: bold;}

.text10_orange {  color: #FF6600 ; font-size: 10px; line-height: 14px; text-decoration: none;}
.text10t_orange {  color: #FF6600 ; font-size: 10px; line-height: 12px; text-decoration: none;}
.text10b_orange {  color: #FF6600 ; font-size: 10px; line-height: 14px; font-weight: bold;}
.text12_orange{  color: #FF6600 ; font-size: 12px; line-height: 18px; text-decoration: none;}
.text12t_orange {  color: #FF6600 ; font-size: 12px; line-height: 14px; text-decoration: none;}
.text12w_orange {  color: #FF6600 ; font-size: 12px; line-height: 24px; text-decoration: none;}
.text12b_orange {  color: #FF6600 ; font-size: 12px; line-height: 18px; font-weight: bold;}
.text14b_orange {  color: #FF6600 ; font-size: 14px; line-height: 18px; font-weight: bold;}



/*-------------------- LINK --------------------*/

a:link    { color: #4783CB ; text-decoration: underline;}
a:visited { color: #4783CB ; text-decoration: underline;}
a:hover {  color: #4783CB ; text-decoration: underline;}

