@charset "utf-8";

html>/**/body {
	font-size: 13px; /* Except IE */
	font-family:'AxisStd-Light 1189101';
}

body {
    font-size: small;
    font: x-small;
    color: #666;
}

#menu{    
    color: #000;
}


/*======================================

	Font setting
	
=======================================*/
p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

li {
	list-style-type: none;
}

a:link, a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#999;
	text-decoration:none;
}

#menu a:link,#menu a:visited {
    color: #000;
}

#menu a:hover {
    color:#999;
}
	

/*======================================

	Structure Module
	
=======================================*/
* {
	margin: 0px;
}
html, body {
	text-align: left;
	height: 100%;
}

.clear { clear:both; }  
.clear hr { display:none; } 

img {
border : none;
}

.void_5 {
	height: 5px;
}
.void_10 {
	height: 10px;
}
.void_15 {
	height: 15px;
}
.void_20 {
	height: 20px;
}
.void_25 {
	height: 25px;
}
.void_50 {
	height: 50px;
}