@charset "utf-8";
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* mobile news */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
#news {
	width: 545px;
	text-align: left;
	vertical-align: top;
}
p.infomation {
	color: #323232;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/dotted_g.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: left;
	vertical-align: top;
}
p.infomation span {
	color: #5A4173;
	text-decoration: none;
}
p.infomation a {
	color: #9664AF;
	text-decoration: none;
	border-bottom: 1px dotted #9664AF;
}
p.infomation a:hover {
	color: #7D4B96;
	text-decoration: none;
	border-bottom: 1px solid #7D4B96;
}

body {
	scrollbar-face-color: #5A4173;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: #BEA5D7;
    scrollbar-3dlight-color: #8C73A5;
    scrollbar-highlight-color: #8C73A5;
    scrollbar-shadow-color: #41285A;
    scrollbar-darkshadow-color: #280F41;
	margin: 0;
	padding: 0;
}