@charset "utf-8";
/*----------------------------------------------------------

Text Style Sheet
1.Hypertext
2.Basetext
3.size
4.clor
5.align
6.list

-----------------------------------------------------------*/

/*----------------------------------------------------------

1.Hypertext

-----------------------------------------------------------*/

a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*----------------------------------------------------------

2.Basetext

-----------------------------------------------------------*/

h3 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/h3_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 12px;
}
em {
	color: #FF0000;
}
strong {
	font-weight: bold;
}
p {
	line-height: 1.3;
	padding-bottom: 10px;
}
td, li, lo, dt, dd, div {
	line-height: 1.3;
}

/*----------------------------------------------------------

3.size

-----------------------------------------------------------*/

.m {
	font-size: 12px;
}
.l {
	font-size: 14px;
}
.l_bold {
	font-size: 14px;
	font-weight: bold;
}
.xl {
	font-size: 16px;
}
.xl_bold {
	font-size: 16px;
	font-weight: bold;
}
.xxl {
	font-size: 18px;
}
.xxl_bold {
	font-size: 18px;
	font-weight: bold;
}
.s {
	font-size: 11px;
}
.xs {
	font-size: 10px;
}
.xxs {
	font-size: 9px;
}
.bold {
	font-weight: bold;
}

/*----------------------------------------------------------

4.clor

-----------------------------------------------------------*/

.red {
	color: #FF0000;
}
.red_bold {
	color: #FF0000;
	font-weight: bold;
}
.red2_bold {
	color: #CC0000;
	font-weight: bold;
}
.blue {
	color: #293D72;
}
.blue_bold {
	color: #293D72;
	font-weight: bold;
}
.blue2_bold {
	color: #0099FF;
	font-weight: bold;
}
.blue_xl {
	font-size: 1.2em;
	color: #0066CC;
	font-weight: bold;
}
.green {
	color: #009900;
}
.white {
	color: #FFFFFF;
}
.white_bold {
	color: #FFFFFF;
	font-weight: bold;
}
.black {
	color: #000000;
}
.gray {
	color: #666666;
}
.orange {
	color: #FF6600;
}
.orange_xl {
	font-size: 1.2em;
	color: #FF6600;
	font-weight: bold;
}
.purple {
	color: #6600CC;
}

/*----------------------------------------------------------

5.align

-----------------------------------------------------------*/

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

/*----------------------------------------------------------

6.list

-----------------------------------------------------------*/

.list {
	padding-bottom: 10px;
}
.list li {
	list-style-position: outside;
	padding-bottom: 6px;
	margin-left: 20px;
}

