@charset "UTF-8";
/* -----------------------------------------------------------
	CSS Information
	File name: default_text.css
	Author: mitsume
	Style Info: text
----------------------------------------------------------- */

body {
	font-size: 12px;
	line-height: 160%;
	/*font-family: Arial,Helvetica,sans-serif;*/
}

/* H
----------------------------------------------------*/
h1 {
	font-size:21px;
}

h2 {
	font-size:18px;
}

h3 {
	color:#444;
	margin-bottom:3px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h4 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h5 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h6{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}


/* font size
---------------------------------------------------- */
/* Green */
.green {
	color: #6db82d;
}
.green_ss {
	font-size: 10px;
	color: #6db82d;
}

.green_s {
	font-size: 11px;
	color: #6db82d;
	line-height:140%;
}

.green_sb {
	font-size: 11px;
	color: #6db82d;
	font-weight: bold;
}

.green_m {
	font-size: 12px;
	color: #6db82d;
	line-height: 17px;
}

.green_mb {
	font-size: 12px;
	color: #6db82d;
	font-weight: bold;
}

.green_l {
	margin:0 0 0 5px;
	font-size: 14px;
	color: #6db82d;
	line-height: 21px;
}

.green_lb {
	margin:0 0 0 5px;
	font-size: 14px;
	color: #6db82d;
	font-weight: bold;
	line-height: 24px;
}

.green_ll {
	font-size: 16px;
	color: #6db82d;
}

.green_llb {
	font-size: 16px;
	color: #6db82d;
	font-weight: bold;
	line-height: 26px;
}

/* ORANGE */
.orange {
	color: #ff6600;
}

.orange_ss {
	font-size: 10px;
	color: #ff6600;
}

.orange_s {
	font-size: 11px;
	color: #ff6600;
}

.orange_m {
	font-size: 12px;
	color: #ff6600;
}

.orange_mb {
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
}

.orange_l {
	margin:2px 0 2px 5px;
	font-size: 14px;
	color: #ff6600;
}

.orange_lb {
	margin:2px 0 2px 5px;
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}

.orange_ll {
	font-size: 16px;
	color: #ff6600;
	line-height: 24px;
	font-weight: bold;
}

/* Gray */
.gray_ss {
	font-size: 10px;
	color: #444444;
	line-height: 14px;
}

.gray_s {
	font-size: 11px;
	color: #444444;
	line-height:140%;
}

.gray_m {
	font-size: 12px;
	color: #444444;
	line-height: 17px;
}

.gray_m2 {
	font-size: 12px;
	color: #444444;
	line-height: 19px;
}

.gray_mb {
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	line-height: 16px;
}

.gray_l {
	font-size: 14px;
	color: #444444;
	line-height: 21px;
}

.gray_lb {
	font-size: 14px;
	color: #444444;
	line-height: 21px;
	font-weight: bold;
}

/* WHITE */
.white_s {
	font-size: 11px;
	color: #ffffff;
}

.white_sb {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.white_m {
	font-size: 12px;
	color: #ffffff;
}

.white_mb {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}


