

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.style1 {
font-size: 15px;
color: #FF0000;
}


A:link {color:#003366; text-decoration:none}
A:visited {color:#003366; text-decoration:none}
A:active {color:#003366; text-decoration:none}
A:hover {color:#003366; text-decoration:underline}


/*bologin_error画面のタイトルバー*/
h1 {
width:85%;
height:40px;
line-height:40px;
margin: 0 auto;
color: #FFFFFF;
font-size:20px;
text-align: center;
background-color: #336699;
}

/*mblogin_error画面のタイトルバー*/
h2 {
width:85%;
height:40px;
line-height:40px;
margin: 0 auto;
color: #FFFFFF;
font-size:20px;
text-align: center;
background-color: #4a7f8f;
}


/*枠なしテーブル*/

table.waku {
width: 85%;
font-size: 15px;
text-align: center;
table-layout: fixed;
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
background-color: #FFFFFF;
}



/*説明テーブル*/

table.set{
width: 85%;
margin: 0 auto;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}

table.set th{
padding: 6px;
text-align: left;
font-size: 15px;
vertical-align: top;
background-color: #E6E6E6;
border: 1px solid #CCCCCC;
}

table.set td{
padding: 6px;
text-align: left;
font-size: 15px;
background-color: #fff;
border: 1px solid #CCCCCC;
}




