/* tips8.css */

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

a img { border: 0; }


/* カラー */
.ColorRed {
color: #FF0000;
}

.ColorLightGray {
color: #666666;
}

TABLE.tipsspace {
border: 1px solid #D6E0EB;
}

TABLE.tipsspace TD{
padding-left: 15px;
padding-right: 15px;
}

TABLE.tipsspacesub TD{
padding: 0px;
}


/* 見出し */
H1.MidashiI {
margin-top: 0px;
margin-bottom: 0px;
}

H2.MidashiI {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #0066CC;
	/* デフォルトの設定を上書き */
	background: none;
	border: none;
	height: auto;
	line-height: auto;
	padding: 0;
}

H2.subtitle {
margin-top: 10px;
margin-bottom: 15px;
padding: 5px;
background-color: #D6E7F5;
font-size: 100%;
color: #2974B1;
border-bottom: 1px solid #2974B1;
}

/* トップ　見出しリスト */

TABLE.mainimg a IMG {
	margin: 0px;
}

ul.subtitle {
 list-style-type: none;
 margin: 0px 5px 0px 5px;
 padding: 0px;
}

ul.subtitle li {
 background: url("/support/mifes/img_t8/top/list_yaji.gif") no-repeat;
 padding-left: 15px;
 padding-bottom:5px;
}

ul.subtitle A:link {
text-decoration: underline;
}
ul.subtitle A:active {
text-decoration: underline; 
}
ul.subtitle A:visited {
text-decoration: underline;
}
ul.subtitle A:hover	{
text-decoration: underline;
}