@charset "utf-8";

/*********************************
aki@sps
*********************************/

dl,dt,dd,p,ul,li {
	font-size:90%;
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	list-style:none;
	font-weight:normal;
	line-height:140%;
}

table,tr,th,td{
	font-size:90%;
}
.mtop{
	margin-top:10px;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}
.bold {
	font-weight:bold;
}
.red {
	color:#d75b75;
}
.green {
	color:#73ae90;
}
.yellow {
	color:#db9a56;
}
.orange {
	color:#e87913;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/*---------------------------base--*/

.bg{
	font-weight:normal;
}

.bg a {
	text-decoration:none;
	color:#333333;
}

.bg a:link {
	text-decoration:none;
	color:#333333;
}

.bg a:visited {
	text-decoration:none;
	color:#888888;
}

.bg a:hover {
	text-decoration:underline;
	color:#333333;
}

.bg a:active {
	text-decoration:none;
	color:#333333;
}
