/*
 *  mitsubishi-motors.css
 */
body {
    /* HTML全体の設定 */
    font-family: Arial, sans-serif;
    font-size: 10pt;
    background-color: #ffffff;
    color: #000000;
    margin:0px;padding:0px;
}

h1.header1 {
    /* 大見出しの設定 */
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
}

h2.header2 {
    /* 中見出しの設定 */
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
}

div.index1 {
    /* indexテキストの設定 */
    font-size: 12pt;
    font-weight: bold;
    color: #666666;
}

div.index2 {
    /* テキストの設定 */
    font-size: 11pt;
    font-weight: bold;
    color: #333333;
}


div.text1 {
    /* テキストの設定 */
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}

div.text2 {
    /* テキストの設定 */
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
}

div.text3 {
    /* テキストの設定 */
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

div.link1 {
    /* リンクの設定 */
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

table {
	/* 表の設定 */
    /* border-width: 0px; */
    /* background-color: #efefef; */
    font-size: 10pt;
}

/* anchor用クラス */
.link1 A {font-size:10pt;font-weight:bold;}
.link1 A:link{color:#000000;text-decoration:none;} 
.link1 A:active{color:#555555;text-decoration:none;} 
.link1 A:visited{color:#ABB8BA;text-decoration:none;} 
.link1 A:hover{color:#DF0024;text-decoration:none;}
.link2 A:link{color:#FFFFFF;text-decoration:none;} 
.link2 A:active{color:#555555;text-decoration:none;} 
.link2 A:visited{color:#ABB8BA;text-decoration:none;} 
.link2 A:hover{color:#DF0024;text-decoration:none;}

/*
a {font-size:10px;}
a:link {color:blue;text-decoration:none;}
a:visited {color:#9900CC;text-decoration:none;}
a:hover{color:red;text-decoration:none;}
*/


div.text_index1 {
    /* index.htmlの見出し文字列 */
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

div.text_index2 {
    /* index.htmlの本文 */
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}


/* フォントサイズ設定用クラス */
.f9{font-Size:9px}
.f10{font-size:10px}
.f12{font-size:12px}

.style1 {font-size: 10pt;}

/* search.html */
div.search_area { margin-top: 15px; }


.title_image {
    /* タイトル画像 */
    margin-bottom: 20px;
}

.title_image2 {
    /* タイトル画像2 */
    margin-bottom: 0px;
}
