﻿/* 文字 */
/* 文字共通 */
body, td, th { font-size: 11pt;color:#000000;line-height:150%;}

/* 大きさ指定 */
.t07 { font-size: 7pt; color: #555555;}
.t08 { font-size: 8pt; color: #555555;}
.t09 { font-size: 9pt; color: #555555;}
.t10 { font-size: 10pt; color: #555555;}
.t11 { font-size: 11pt; color: #555555;}
.t12 { font-size: 12pt; color: #555555;}
.t13 { font-size: 13pt; color: #555555;}
.t14 { font-size: 14pt; color: #555555;}


/* 文字指定 */
.ctitle { font-size: 12pt;color:#66cc00;font-weight: bold;padding: 0px 0px 0px 20px;}



/* イメージ */
/* 画像枠0 */
img {border: none;}

/* 画像Alpha */
a:hover img#A2 { filter: Alpha(opacity=20); }
a:hover img#A3 { filter: Alpha(opacity=30); }
a:hover img#A4 { filter: Alpha(opacity=40); }
a:hover img#A5 { filter: Alpha(opacity=50); }
a:hover img#A6 { filter: Alpha(opacity=60); }
a:hover img#A7 { filter: Alpha(opacity=70); }
a:hover img#A8 { filter: Alpha(opacity=80); }
a:hover img#A9 { filter: Alpha(opacity=90); }


/* リンク */
/* 共通リンク */
a:link { color: #1f5994; text-decoration: underline; font-size: 11pt;padding: 5px 0px 5px 0px;} 
a:visited { color: #1f5994; text-decoration: underline; font-size: 11pt;padding: 5px 0px 5px 0px;} 
a:hover { color: #ff9900; text-decoration:  none; font-size: 11pt;padding: 5px 0px 5px 0px;} 
a:active { color: #1f5994; text-decoration: underline; font-size: 11pt;padding: 5px 0px 5px 0px;} 



/* リンク指定 */
/* 基本リンク-1 */
a.sma1a:link { color: #1f5994; text-decoration: underline; font-size: 10pt;padding: 5px 0px 5px 0px;} 
a.sma1a:visited { color: #1f5994; text-decoration: underline; font-size: 10pt;padding: 5px 0px 5px 0px;} 
a.sma1a:hover { color: #ff9900; text-decoration:  none; font-size: 10pt;padding: 5px 0px 5px 0px;} 
a.sma1a:active { color: #1f5994; text-decoration: underline; font-size: 10pt;padding: 5px 0px 5px 0px;} 

/* フッター */
a.foot01:link { color: #ffffff; text-decoration: none; font-size: 9pt;padding: 5px 10px 5px 10px;} 
a.foot01:visited { color: #ffffff; text-decoration: none; font-size: 9pt;padding: 5px 10px 5px 10px;} 
a.foot01:hover { color: #ffffff; text-decoration: underline; font-size: 9pt;padding: 5px 10px 5px 10px;} 
a.foot01:active { color: #ffffff; text-decoration: none; font-size: 9pt;padding: 5px 10px 5px 10px;} 



/* スクロールバー共通 */
Body{
scrollbar-arrow-color:#808080;
scrollbar-base-color:#efefef;
scrollbar-darkshadow-color:#808080;
scrollbar-highlight-color:#fcfcfc;
scrollbar-shadow-color:#c0c0c0;
scrollbar-track-color:#fcfcfc;
}



/* 区切り線 */
/* 共通点線 */
hr {
 color: #cccccc;
 border-bottom: dotted;
 size:1;
 width:95%;
}

/* 色付緑点線 */
.hr1 {
 color: #99cc66;
 border-bottom: dotted;
 size:1;
}

/* 色付橙点線 */
.hr2 {
 color: #ff9900;
 border-bottom: dotted;
 size:1;
}

/* 区切り線 */
/* 共通点線 */
.hr3 {
 color: #cccccc;
 border-bottom: dotted;
 size:1;
 width:50%;
}


/* テーブル枠 */
/* 基本枠 */
table { border:0px ;}


/* 基本枠 */
.waku { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
} 

/* ↑なし */
.wakutop { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 0; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
} 

/* ↓なし */
.wakubottom { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 0px; 
border-left-width: 1px; 
} 

/* →なし */
.wakuright { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
} 


/* ←なし */
.wakuleft { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 0px; 
} 


/* ←→なし */
.wakucenter { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px; 
} 

/* ↑↓ */
.wakumiddle { 
border-color: #cccccc; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 1px; 
border-bottom-width: 0px; 
border-left-width: 1px; 
} 


/* 枠なし */
.wakunot { 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px; 
padding: 3px 10px 3px 10px
} 


/* コメント枠 */
.com{
border-color: #81c531; 
border-style: dashed; 
border-top-width: 0px; 
border-right-width: 2px; 
border-bottom-width: 2px; 
border-left-width: 2px; 
background-color : #ffffff ;
padding: 3px 5px 3px 5px; 
} 