@charset "UTF-8";
@import "reset.css"; /* Reset CSS */

/*

・『 whatsnew.html 』専用のcssです。
・『 pc_info.html 』は base.css に記述しています。

*/


/*=======================================================
 一括指定
=======================================================*/

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


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

/*-------------------------------------------------------
 レイアウト
-------------------------------------------------------*/

div.info-new ul {
	margin-top: 0;
	font-size: 80%;
}
div.info-new ul li {
	margin: 4px;
	margin-left: 20px;
	list-style: disc;
}
