@charset "utf-8";

/* CSS Document */

/* TITLE
************************************************************************/
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	width: 940px;
	height: 46px;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	margin: 0px auto 0px auto;
	background: url(../img_common/bg_title.gif) no-repeat;
}

h3 {
	width: 660px;
	height: 42px;
	margin: 0px;
	padding-bottom: 18px;
}

h4 {
	width: 635px;
	height: 24px;
	margin-bottom: 15px;
	padding: 5px 10px 0px 15px;
	background: url(../img_common/bg_h4.gif) no-repeat;
	font-size: 120%;
	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: 100%;
	font-weight: bold;
	color: #333333;
}

h6 {
	width: 645px;
	margin-bottom: 15px;
	padding: 3px 10px 3px 6px;
	background-color: #F1F1F1;
	font-size: 100%;
	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: 100%;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

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

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

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

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

.text12{
	font-size: 12px;
}

.red_text{
font-size:100%;
color:#FF0000;
}	

/* 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;
}