@charset "utf-8";



/*=link
===================*/
a:link{
	color: #006666;
}
a:visited{
	color: #0066CC;
}
a:hover{
	color: #0099FF;
}
a:active{
	color: #CCCCCC;
}


/*=html
===================*/
html{
	font-size: 0.95em;
	line-height: 1.5em;
	font-family: 		
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}




/*=global-navigation
===================*/
div#site_information ul li {
	font-size: 0.7em;
}





/*=main
===================*/
h1 {
}


p {
	font-size: 0.95em;
}


ol li dl{
	font-size: 0.95em;
}

ul li{
	font-size: 0.95em;
}


/*=copyright
===================*/
#copy {
	font-size: 0.7em;
}
