/* Base body
----------------------------------------------- */
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	border: none;
}
img {
	border: none;
}

p {
	font-size: 14px;
	line-height: 17px;
}
ul {
	font-size: 12px;
	line-height: 16px;
}
td {
	font-size: 12px;
	line-height: 16px;
}


/* Basic Fonts
----------------------------------------------- */

.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text10g {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.text10-12 {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-top: 2px;
}
.text11 {
	font-size: 11px;
	line-height: 13px;
}
.text11g {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}
.text12 {
	font-size: 12px;
	line-height: 16px;
}
.text12w {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.text12b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #000000;
}
.text14b {
	font-size: 14px;
	line-height: 18px;
	color: #333399;
	font-weight: bold;
}
.text16b {
	font-size: 16px;
	line-height: 20px;
	color: #666633;
	font-weight: bold;
}


/* Extend Fonts
----------------------------------------------- */
.text18 {
	font-size: 18px;
	line-height: 22px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}
.text24 {
	font-size: 24px;
	line-height: 26px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-weight: bold;
	color: #000000;
}

.block-10g {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
	text-align: center;
}
.block-left10g {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
	text-align: left;
}

.bor_line {
	font-size:140%;
	color:#000000;
	line-height:140%;
	margin:10px 20px 5px 5px;
	padding:0px 0px 2px 5px;
	border-left:10px solid #CCCC99;
	position: static;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}

