/* Y's Text用スタイルシート*/

body {background-color: #ffffff; margin:0 }

a:link {text-decoration:none; color: #0000EE}
a:visited {text-decoration:yes; color: #6053BA}
a:active {text-decoration:none; color: #6053BA}
a:hover {color: #ff0000}

/* 目次章タイトル */
h1 {font-family: メイリオ; margin: 0 0 0 100px; color: #333333; font-size: 16px; padding: 2px;}
h2 {font-family: メイリオ; margin: 10px 0 5px 100px; color: #333333; font-size: 16px; padding: 2px;}
h3 {font-family: メイリオ; margin: 10px 0 5px 100px; color: #333333; font-size: 16px; padding: 2px; background-color: #F2F0E5}

p {font-family: メイリオ; margin: 0; color: #222222; font-size: 16px; line-height: 24px; padding: 2px;}
.white {color: #ffffff; font-weight: bold}
.bold {font-weight: bold}
.s100 {margin-left: 100px}
.s124 {margin-left: 124px}
.s148 {margin-left: 148px; line-height:20px}
.sb100 {margin-left: 100px; font-weight: bold}
.ss100 {margin-left: 100px; font-size: 12px; line-height:16px}
.note {margin: 10px 0 10px 100px; background-color: #eeeeee; font-size: 13px; line-height: 18px; padding: 5px}
.small {font-size: 13px; line-height: 16px}
.smalls12 {font-size: 13px; line-height: 16px; margin-left: 12px}
.smallbold {font-size: 13px; line-height: 16px; font-weight: bold}
.mini {font-size: 11px; line-height: 14px}

/* リスト */
.list {font-family: メイリオ; margin: 0 0 0 0px; font-size: 12px}

.disk {margin: 0 0 0 0px; list-style-type: disk}
.num {margin: 0 0 0 0px; list-style-type: decimal; font-size: 12px}
.nums30 {margin: 0 0 0 30px; list-style-type: decimal; font-size: 12px}
.alpha {margin: 0 0 0 0px; list-style-type: lower-latin; font-size: 12px}

/* 参考文献添え字 */
.jyou {font-size: 14px; font-weight: normal}
.bunken {color: #ff6347; font-size: 14px; font-weight: normal}





/* テーブル */
table {border-width: 0px; border-spacing: 0px}
.tab1 {margin-left: 100px; border-spacing: 1px}
.tab2 {margin-left: 50px; border-spacing: 1px}


