/***************************************/
/* リンク */
a:link,a:visited,a:active{
color:#126;
text-decoration:none;
}
a:hover{
color:#78b;
text-decoration:none;
}
/***************************************/
/* ページ全体+テーブル設定 */
body{
margin:20px 40px 40px 40px;
padding:0px;
color:#333;
font-size:9pt;
font-family:Arial,MS UI Gothic;
line-height:170%;
background-color:#fff;
}
table{
font-size:9pt;
line-height:170%;
}
/***************************************/
/* スクロールバー */
html{
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-highlight-color:#A70E0E;
scrollbar-3dlight-color:#fff;
scrollbar-shadow-color:#A70E0E;
scrollbar-darkshadow-color:#fff;
scrollbar-arrow-color:#A70E0E;
}
/***************************************/
/* ボタン+箇状+水平線 */
form{
margin:0px;
}
input,textarea,select{
margin-bottom:2px;
color:#333;
font-size:9pt;
font-family:Arial,MS UI Gothic;
}
ul{
margin:0px;
padding:0px 0px 0px 20px;
list-style-type:circle;
}
hr{
height:0px;
border:0px;
border-bottom:1px solid #445;
}
/***************************************/
/* 見出し */
/* 大タイトル */
h1{
margin:0px;
padding:0px 0px 20px 0px;
color:#126;
font-size:16pt;
text-align:center;
font-family:Lucida Sans Unicode,MS UI Gothic;
}
/* 全体メニュー */
h2{
margin:0px;
padding:3px 5px;
color:#fff;
font-size:9pt;
background-color:#A70E0E;
}
/* 太文字 */
h3{
margin:0px;
padding:0px;
color:#A70E0E;
font-size:9pt;
}
/***************************************/
/* テキスト+ペイント設定 */
.txt{
margin:10px 0px 40px 0px;
}
.mark{
font-family:MS UI Gothic;
}