@charset "utf-8";

/* CSS Document */

/* TITLE
************************************************************************/

h1 {
	width: 800px;
	height: 20px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	text-align: left;
	color: #FFF;
	
}


h2 {
	height: 20px;
	margin: 0px;
	padding: 0px 6px 0px 3px;
	margin: 0px auto 0px auto;
	color: #ffffff font-size: 14px;
	text-align: left;
}

h3 {
	margin: 0px;
	padding-bottom: 0px;
@color: #0A81FE font-size: 12px;
	text-align: left;}
h4 {
	width: 635px;
	height: 24px;
	margin-bottom: 15px;
	padding: 5px 10px 0px 15px;
	background: url(../img_common/bg_h4.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

h5 {
	width: 633px;
	height: 23px;
	margin-bottom: 15px;
	padding: 4px 10px 0px 18px;
	background: url(../img_common/bg_h5.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h6 {
	width: 645px;
	margin-bottom: 15px;
	padding: 3px 10px 3px 6px;
	background-color: #F1F1F1;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* TEXT
************************************************************************/
.small {
	font-size: 80%;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.small_b {
	font-weight: bold;
	font-size: 80%;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.medium {
	font-size: 100%;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.medium_b {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	padding: 3px;
	color: #FFF;
}

.text10{
	font-size: 10px;
	line-height: 16px;
}

.text12{
	font-size: 12px;
	line-height: 18px;
}

.text10_white{
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
}

.text12_white{
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

.text12b{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.text12b_red{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#FF3300
}

.text12b_blue{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#1EAEF9
}

.text12_news{
	font-size: 12px;
	line-height: 18px;
}



/* LINK
************************************************************************/
a:link {
	color: #2288BB;
	text-decoration: none;
}

a:visited {
	color: #2288BB;
	text-decoration: none;
}

a:active {
	color: #2288BB;
	text-decoration: none;
}

a:hover {
	color: #44AADD;
	text-decoration: underline;
}