@import "baseLayout.css";
@import "head.css";
@import "left.css";
@import "center.css";
@import "foot.css";
@import "other.css";

/* -- --------------default-------------- --*/

* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;

	margin: 0px;

	padding: 0px;

}

body {
	background-image: url(../img/base/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;

	margin: 0px 0px 0px 0px;

	text-align: left;
	font-size:small;
	line-heigt:120%;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #CE3000;
}
a:hover {
	text-decoration: none;
	color: #CE3000;
}

h1, h2, h3, h4, p, li, a{
	line-height: 1.7em;
	font-weight: normal;
}

h1, h2, h4 {
	clear:both;
}


ul,li {
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
}

.mini {
	font-size:x-small;
}

.txtGyB {
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.txtWhiB {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.txtRedB {
	font-size:12px;
	color:#FF1715;
	font-weight:bold;
}

a:link .txtRedB,
a:visited .txtRedB,
a:active .txtRedB {
	text-decoration: underline;
	color: #FF1715;
	margin:2px 0px 2px 0px;
}
a:hover .txtRedB {
	text-decoration: none;
	color: #FF1715;
	margin:2px 0px 2px 0px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* \*/
* html.clearfix { height:1%; }
.clearfix{
   display:block;
}










