BODY,TD,DIV{/* 全体のフォント*/
font-size : 12px;
font-family : "MS UI Gothic",monospace;
color : #999999;
}
.line{/* 水色の短い線*/
border-width : 0px 2px 1px 0px;
border-color : #ddddff;
border-style : none solid dotted none;
width : 138px;
padding : 8px auto 0px 8px;
margin : 0px;
}
.line1{/* 水色の長い線*/
border-width : 0px 2px 1px 0px;
border-color : #ddddff;
border-style : none solid dotted none;
width : 346px;
padding : 8px auto auto 8px;
margin : 0px;
}
.line2{/* ピンクの短い線*/
border-width : 0px 2px 1px 0px;
border-color : #ffcee7;
border-style : none solid dotted none;
width : 138px;
padding : 8px auto 0px 8px;
margin : 0px;
}
.line3{/*　ピンクの長い線*/
border-width : 0px 2px 1px 0px;
border-color : #ffcee7;
border-style : none solid dotted none;
width : 346px;
padding : 8px auto auto 8px;
margin : 0px;
}
.box{/* グレーの枠線*/
padding : 10px;
border : solid #f2f2f2 1px;
margin : 30px auto auto 200px;
width : 375px;
}
A{/* リンクしてある文字*/
color : #999999;
text-decoration : none;
}
A:HOVER{/* マウスが触れたときの文字*/
color : #ddddff;
text-decoration : none;
}
.title{/* Linkの文字 */
font-size : 30px;
font-weight : bold;
color : #e6e6e6;
margin-left : 200px;
font-family : serif;
}
strong {
color : #999999;
font-size : 12pt;
}
