@charset "utf-8";

/*ピックアップメニュー設定
-----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-color:#F7F7F7;
}

.news{
	width: auto;
	height: auto;
	padding: 0px 0px 3px 0.5em;
	margin: 5px 0px 5px 0em;
}

.news ul{
	width: auto;
	height: auto;
}

.news li{
	list-style:none;
	width: auto;
	text-align:left;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 4px 10px 0px 1.5em;
	background-image: url(../img/mt_bg02.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	}

/*基本カラー*/
a:link                     { color: #006DA2; text-decoration: underline; }
a:visited                  { color: #666666; text-decoration: underline; }
a:hover                    { color: #800000; text-decoration: underline; }

