
/* 文字・スクロールバー------------------------------------- */

body,td {
font-size : 10px;
color : #5a5a5a;
font-family : Verdana,Osaka,MS UI Gothic;
line-height : 17px;
scrollbar-arrow-color: #5a5a5a; 
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;}

/* リンク--------------------------------------------------- */

a{text-decoration:none;}
a:link,a:visited{color:#5a5a5a;}
a:active{color:#aeb4c6;}
a:hover{color:#aeb4c6; position:relative;top:1px;left:1px;}

/* インプット・テキスト枠・ボタン--------------------------- */

.input{
font-size: 10px;
color: #5a5a5a;
line-height: 15px;
border-top:    1px solid #5a5a5a;
border-bottom: 1px solid #5a5a5a;
border-left:   1px solid #5a5a5a;
border-right:  1px solid #5a5a5a;
background-color : transparent;}

.bu{
font-size: 10px;
color:#ffffff;
background-color :#5a5a5a;
border-top:    1px solid #5a5a5a;
border-bottom: 1px solid #5a5a5a;
border-left:   1px solid #5a5a5a;
border-right:  1px solid #5a5a5a;}

.in{border-top:none;
border-bottom:none;
border-left:none;
border-right:none;}

/* 他------------------------------------------------------- */

/* 記事部分(文字の大きさ・行間・ノートラインの指定) */
.note1{font-size:10px; line-height:17px;
padding-left:5px;padding-right:5px;width:100%;
background-image:url("note4.gif");}

/* タイトル部分 */
.title{font-size:24px;color:#5a5a5a; font-family:IMPACT;
filter:dropshadow(color=#c0c0c0,positive=true,offx=5,offy=3);
width:200px;height:30px;}

.box1{width:100%;}
.icon{padding:10px;}
.back{padding-left:10px;padding-right:10px;}

/* --------------------------------------------------------- */


