body {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background: #A8A8A8 ;
}

a:link {
	color: #3333CC;
}

a:active {
	color: #FFCC00;
}

a:visited {
	color: #6666CC;
}

a:hover {
	color: #FF9900;
}


td,th {
	font-size: 13px;
}

#company .td-1 {
	background-color: #FFFFFF;
	background-image : url(.../common/images/monkey.jpg);
	background-repeat: no-repeat;
}

#sitetitle {
	font-size: 1.2em;
	font-weight: bold;
}

#sitetitle a {
	text-decoration: none;
	color: #333333;
}

#sitetitle a:visited {
	color: #333333;
}

#footer a:link,#footer a:visited {
	color: #333333;
}

#footer a:hover {
	color: #FF9900;
}

#news a:link,#news a:visited {
	color: #333333;
}

#news a:hover {
	color: #FF9900;
}

