@charset "utf-8";

body {
	_zoom: 1;  
	overflow: hidden;  
}

/* clearfix */
.pkg:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .pkg {
	display:inline-block;
	}

	/* for IE7 */
	*+html .pkg {
	display:inline-block;
	}

.Left {
	float:left;
}

.Right {
	float:right;
}

.Clear {
	clear:both;
}


/*** yomei edit ***/

.MarginBottom10 {
	margin-bottom:10px;
}

.MarginBottom20 {
	margin-bottom:20px;
}

.MarginRight10 {
	margin-right:10px;
}

a {
	text-decoration:none;
}

a:link {
	color:#555555;
}

a:visited {
	color:#555555;
}

a:hover {
	color:#00a0e9;
}

a:active {
	color:#00a0e9;
}

ul li {
	list-style-type:none;
	list-style-image:none;
	text-decoration:none;
}

.Bold {
	font-weight:bold;
}

b a {
	color:#333;
}

.Smallcap {
	font-size:80%;
}
