@chareset "Shift_JIS";

/* ページの基本設定 */

body {color:#333333;
	font-family:'MS P ゴシック';
	background-color:#ffffff;} /* contents.cssからの変更 */
h2, h3 {font-size:medium;}
p, li {font-size:14px;
	line-height:1.5em;}
#copyright {font-size:x-small;}

/* リンクの基本設定 */

a {color: #000000;
	text-decoration:underline;}
a:hover {color: #999999;
	text-decoration:none;}
