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

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

/* H
----------------------------------------------------*/
h1{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:21px;
}

h2 {
	font-size:18px;
	/*font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;*/
}


h3 {
	font-size:14px;
	color:#0f1b40;
	margin-bottom:3px;
	padding-top: 6px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

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

h5 {
	font-size:13px;
	color:#FF6600;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

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

p {
	margin:7px 4px;
}

#pankuzu {
	font-size:94%;
}

/* font_size
-----------------------------------------------------------*/
.font_m img {
	visibility: hidden;
}
 
 
.font_m {
	background-image: url(../images/font_size_m_over.gif);
	background-position:top;
	background-repeat: no-repeat;	
}
 
.font_l {
	background-image: url(../images/font_size_l.gif);
	background-position:top;
	background-repeat: no-repeat;	
}



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

.green_s {
	font-size: 11px;
	color: #6db82d;
}

.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;
}

.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;
}

