@charset "EUC-JP";

/*=======================================================
 common.css                      Last Updated: 2009.06.18
 
 [01] reset
 [02] text
 [03] layout
=======================================================*/

/*-------------------------------------------------------
 [01] reset
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
}

body {
margin: 0;
padding: 0;
font-size: 10px;
color: #333;
line-height: 1.6em;
}

img {
border: 0;
}

ul,li,dl {
list-style-type: none;
}

hr {
display: none;
}

.dn {
display: none;
}

p {
margin: 0;
padding: 0;
}


/*-------------------------------------------------------
 [02] text
-------------------------------------------------------*/
a { color: #333; text-decoration: underline; }
a:link { color: #333; }
a:visited { color: #333; }
a:active { color: #000; }
a:hover { color: #000; text-decoration: underline; }

/*:: TxtColorSetting ::::::::::::::::::::::::::::::::::*/
.redText {
color: #930;
}

.orangeText {
margin-left: 5px;
color: #F60;
}


/*-------------------------------------------------------
 [03] layout
-------------------------------------------------------*/
body {
text-align: center;
}

div#container {
margin: 0 auto;
width: 990px;
text-align: left;
}