/* BODY部 */
body		{font-size: 9pt; line-height: 12pt; color: white; letter-spacing: 1px; background-color: #ffffff;
scrollbar-3dlight-color:#ededed;
scrollbar-track-color:#adadad;
scrollbar-darkshadow-color:#ededed;
scrollbar-face-color:#efefef;
scrollbar-highlight-color:black;
scrollbar-shadow-color:black;
scrollbar-arrow-color:black;}

/* A 基本設定 */
a:link	{color:#555555;text-decoration:underline;font-size:10pt;}
a:visited	{color:#555555;text-decoration:underline;font-size:10pt;}
a:active	{color:#555555;text-decoration:none;font-size:10pt;}



/* Table 基本設定 */
td		{color: #333333; font-size: 9pt; line-height: 150%; letter-spacing: 1px;}


/* P 基本設定 */
p {margin-left:10pt;}
div {margin-left:15pt;}
div.a1 {margin-left:5pt;}

/* 文字設定 */
.type1	{font-size:11pt;font-weight:600;color:#303030;}　/*大見出し*/
.type2	{font-size:12pt;font-weight:600;line-height:20pt;color:#404040;}　/*中見出し*/
.type3	{font-size:11pt;line-height:14pt;color:#303030;}　/*通常フォント*/
.type4	{font-size:9pt;line-height: 150%;color:#ffffff;}　/*白抜き*/
.type5	{font-size:9pt;line-height:11pt;color:#666666;}　/*小フォント*/
.type6	{font-size:8pt;line-height:9pt;color:#303030;}　/*小フォント*/
.type7	{font-size:8pt;line-height:10pt;color:#303030;}　/*小さい文字・更新情報・注意書き用*/
.type8	{font-size:8pt;line-height:9pt;font-weight:600;color:#ffffff;}　/*白抜き*/
.check	{font-size:10pt;color:#b30127;}　/*文字を赤にする*/
.line {text-decoration:line-through} /*取消し線を引く*/

.ruby	{font-size:8pt;text-align:center;} /*ルビ指定*/
.name	{font-size:10pt;font-weight:600;text-align:center;}
hr.a1{height:2;width:800;text-align:center;color:#ccd3d9}/*水平線の指定*/

