@charset "euc-jp";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         東邦大学メディアセンター
 Style Info:     基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background-color: #ffffff;
	color: #333333;
	font-size: small;
	font-family: Arial, sans-serif;
/*	line-height: 1.5;
	text-align: center;*/
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color:#0b4f95;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover,a:active {
	color:#0b4f95;
	text-decoration:underline;
}

