@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2008-10-06
*/

/*==================================================

:: css for 쌴ec - official web site for txt
:: http://kawahara-tetsu.com/ ::

:: copyright (c) 2008 kawahara tetsu, all rights reserved.
:: author - sunny coding department

==================================================*/

/*========== heading ==========*/
h1,h2,h3,h4 {
font-weight: normal;
}

h1 {
}

h2 {
color: #ffffff;
font-size: 14px;
}

h2.bookTitle {
color: #ffffff;
font-size: 12px;
}

.alignL {
padding: 5px;
text-align: left;
background-color: #000000;
}

h3 {
margin-top: 5px;
margin-bottom: 5px;
color: #ffffff;
font-size: 14px;
text-align: center;
}

h3.lineheight_30 {
line-height: 30px;
color: #ff99cc;
font-size: 10pt;
}

h3.centerH3 {
line-height: 20px;
color: #ffffff;
font-size: 10pt;
text-align: center;
}

h4.large {
margin-top: 20px;
margin-bottom: 30px;
font-size: 16px;
text-align: center;
}

h5 {
margin-top: 12px;
color: #ffcc99;
font-size: 13px;
text-align: left;
}

/*========== paragraph ==========*/
p {
padding: 0 5px;
line-height: 20px;
}

p.spaceOut {
padding-top: 5px;
margin-bottom: 5px;
}

p.track {
margin-bottom: 5px;
font-size: 12px;
line-height: 15px;
text-align: left;
}

p.track2 {
margin-top: 15px;
font-size: 12px;
line-height: 0px;
text-align: center;
}

p.track3 {
margin-top: 15px;
font-size: 12px;
line-height: 15px;
text-align: left;
}

p.marginBottom {
margin-bottom: 15px;
font-size: 12px;
line-height: 20px;
text-align: left;
}

p.marginBottom2 {
margin-bottom: 30px;
font-size: 12px;
line-height: 20px;
text-align: left;
}

p.naviBottom {
margin-top: 15px;
font-size: 12px;
line-height: 20px;
text-align: right;
}


p.line {
font-size: 16px;
font-weight: 900;
line-height: 40px;
text-align: center;
}

span.day {
color: #ff99cc;
}

span.accesskey {
font-size: 9px;
text-decoration: none;
}

span.attention {
color: #ff0000;
text-decoration: none;
}

span.attention2 {
color: #ff99cc;
font-weight: bold;
}

span.large {
font-size: 13px;
}

span.small {
color: #ffffff;
font-size: 10px;
font-weight: normal;
}

span.italic {
color: #ffccff;
font-size: 14px;
font-style: italic;
}

strong {
font-weight: normal;
}

address {
font-style: normal;
}


/*========== end ==========*/