/*---------
CSS Setting
-----------*/
*{margin:0px padding:0px;}
body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka",sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/index/bg.gif);
	background-repeat: repeat-x;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;}
img{border:0px;}
/*----------
font setting
-----------*/
.px12{font-size: 12px;}
.px12bld{
	font-size: 12px;
	font-weight: bold;
}
.px12ff0000{
	font-size: 12px;
	color: #FF0000;
}
.px120000ff{
	font-size: 12px;
	color: #0000FF;
}
.px12bldff0000{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.px14{
	font-size: 14px;
}
.px14ff0000{
	font-size: 14px;
	color: #FF0000;
}
.px14bld{
	font-size: 14px;
	font-weight: bold;
}
.px14bldff0000{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.px10{
	font-size: 10px;
}
.px10bld{
	font-size: 10px;
	font-weight: bold;
}
.px10ff0000{
	font-size: 10px;
	color: #FF0000;
}
.px10bldff0000{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

/*----------
ancher
-----------*/
a:link{
	color: #006699;
	text-decoration: none;
}
a:visited{
	color: #CC3333;
	text-decoration: none;
}
a:hover{
	color: #006699;
	text-decoration: underline;
}
a:active{
	color: #006699;
	text-decoration: underline;
}
/*----------
bgcolor
----------*/
.bg999999{
	background-color: #999999;
}
.bgffffff{
	background-color: #ffffff;
}
.bg0099ff {
	background-color: #0099ff;
}
.bgcccccc {
	background-color: #cccccc;
}
/*-----------
redefine
------------*/
h1{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 5px;

}
h2{
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
h3{}
h4{}
h5{}
h6{}
