body,td,th {
	font-size: 13px;
}

.test_box {
    font-family:  'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;  /* フォントの種類指定 */
    font-size:  13px;       /* 文字サイズ指定 */
    margin:  5px;          /* 空白指定 */
    line-height: 1.5
}
.font_test {
    font-family:  serif;    /* フォントの種類指定 */
}


a{ text-decoration:none; }

a:link{ color:#000000; text-decoration:underline;}
a:active { color:white; text-decoration:underline;}
a:visited{ color:#000000; text-decoration:underline;}
a:hover{ color:white; text-decoration:underline;}

body{
background-image: url(); 
background-attachment: fixed;
}

body,td{ 
letter-spacing : 1px;
line-height : 13px;
}


@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */

.test_box {
    font-family:  'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;  /* フォントの種類指定 */
    font-size:  13px;       /* 文字サイズ指定 */
    margin:  5px;          /* 空白指定 */
    line-height: 1.5
}
.font_test {
    font-family:  serif;    /* フォントの種類指定 */
}



a{ text-decoration:none; }

a:link{ color:#000000; text-decoration:underline;}
a:active { color:white; text-decoration:underline;}
a:visited{ color:#000000; text-decoration:underline;}
a:hover{ color:white; text-decoration:underline;}

body{
background-image: url(); 
background-attachment: fixed;
}

body,td{ 
letter-spacing : 1px;
line-height : 13px;
}

}


&nbsp;&nbsp;

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

.test_box {
    font-family:  'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;  /* フォントの種類指定 */
    font-size:  13px;       /* 文字サイズ指定 */
    margin:  5px;          /* 空白指定 */
    line-height: 1.5

    color: 333333
}
.font_test {
    font-family:  serif;    /* フォントの種類指定 */
}


a:link{ color:#000000; text-decoration:underline;}
a:active { color:white; text-decoration:underline;}
a:visited{ color:#000000; text-decoration:underline;}
a:hover{ color:white; text-decoration:underline;}

body{
scrollbar-face-color: white;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: black;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;}

body{
background-image: url(); 
background-attachment: fixed;
}

body,td{ 
letter-spacing : 13px;
line-height : 13px;}

}