/* support.css */

BODY {
FONT-SIZE: 100%;
background-color: #ffffff;
color:#000000;
margin: 0px;
}

a img { border: 0; }

IMG.Border0 {
border-width:0px;
}

/* リスト */
LI{
/*	line-height: 12pt;	*/
	margin-bottom: 15px;
}

ul.mark{
	list-style-image: url(/support/img/mark.gif);
	font-size: 10pt;
	line-height: 15pt;
	text-align: left;
/*	margin-top: 0px; */
/*	margin-bottom: 20px; */
/*	margin-left: 40px; */
/*	width: 502px; */
	vertical-align:middle;
}


ul.navi_mark{
	font-size: 10pt;
	line-height: 15pt;
	text-align: left;
	vertical-align:middle;
}

UL.mark_left {
	margin: 20px; margin-top: 5px; margin-bottom: 0px; margin-right: 0px;
	list-style-image: url(/support/img/mark.gif);
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	vertical-align:middle;
}

/* 文字サイズ */
.XXLText {
font-size: 112.5%; line-height: 130%;
}
.XLText {
font-size: 100%; line-height: 130%;
}
.LText {
font-size: 87.5%; line-height: 130%;
}
.MText {
font-size: 75%; line-height: 130%;
}
.SText {
font-size: 62.5%; line-height: 130%;
}

/* パン屑ナビゲーション */
A.LinkStatus:link {
color: #000000; text-decoration: none;
}
A.LinkStatus:visited {
text-decoration: none; color: #000000;
}
A.LinkStatus:active {
text-decoration: underline; color: #6666FF;
}
A.LinkStatus:hover {
text-decoration: underline; color: #6666FF;
}
DIV.StatusNavi {
font-size: 75%; padding-top: 5px; padding-bottom: 5px;
}
TD.StatusLine {
background-color: #999999;
}