/* --------------------------------------global CSS reset-------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr, iframe { margin: 0; padding: 0; }
fieldset, img { border: 0; }
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
code, kbd, samp, tt { font-size: 100%; }
input, button, textarea, select { *font-size: 100%; }
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333;}
ol, ul { list-style: none; }
p { line-height:160%; text-align:justify; margin-bottom:10px; }
hr { color: #fff; background:transparent; margin: 0 0 10px 0; _margin: 0 0 5px 0; *margin: 0 0 5px 0; padding: 0 0 5px 0; border:0; border-bottom: 1px #ccc solid; }
table { border-collapse: collapse; border-spacing: 0; }
td { padding:6px; }
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }
:link, :visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
.clearfix { display: block; height: 0px; clear: both; visibility: hidden; overflow:hidden; font-size:0; }

/* --------------------------------------blank-------------------------------------- */
.blank_05 { height:5px; font-size:0; }
.blank_10 { height:10px; font-size:0; }
.blank_15 { height:15px; font-size:0; }
.blank_20 { height:20px; font-size:0; }
.blank_30 { height:30px; font-size:0; }

/* --------------------------------------a_link-------------------------------------- */
a:link, a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:underline; color:#333; }
a.a_link_white:link, a.a_link_white:visited{ color:#fff; }
a.a_link_white:hover { color:#FFCC00; }
a.a_link_red:link, a.a_link_red:visited{ color:#990000; text-decoration:underline; }
a.a_link_red:hover { color:#990000; text-decoration:underline; }

/* --------------------------------------font-------------------------------------- */
h1 { font-size:14px; font-weight:bold; color:#ab1c1c; margin-bottom:10px; }
h1 img { vertical-align: bottom; }
h1.h1_bgred { font-size:12px; font-weight:bold; color:#fff; background: url(../images/bg_title_red.gif) no-repeat; line-height:24px; text-indent:6px; margin-bottom:10px; }
h2 { font-size:12px; font-weight:bold; color:#ab1c1c; margin-bottom:6px; }
.font_red12 { font-size:12px; color:#ab1c1c; }
.font_red12_b { font-size:12px; font-weight:bold; color:#ab1c1c; }


/* --------------------------------------images-------------------------------------- */


/* --------------------------------------div-------------------------------------- */
.div_ct{ width:960px; margin:0 auto;}
.div_lt { float:left;}
.div_rt { float:right;}
.div_p10 { padding:10px; }
.div_p8 { padding:8px; }
.div_b1 { border:1px #999 solid; }
.div_w215_lt10 { width:215px; float:left; margin-left:10px; }
.div_w473_lt_b1{ width:473px; float:left; border:1px #999 solid; }
.div_w473_lt10_b1{ width:473px; float:left; margin-left:10px; border:1px #999 solid; }


/* --------------------------------------table-------------------------------------- */
table td.td_pb0 { padding-bottom:0; }
table td.td_ct { text-align:center;}
table td.td_rt { text-align:right;}


/* --------------------------------------btn-------------------------------------- */
a.btn_normal { background:url(../images/btn_normal_lt.gif) no-repeat 0 -30px; padding-left:30px; line-height:30px; float:left; color:#fff; text-decoration:none;}
a.btn_normal span { background:url(../images/btn_normal_rt.gif) no-repeat right -30px; display:block; padding:0 12px 0 6px; float:left; cursor:pointer; font-size:14px; font-weight:bold; color:#fff; text-decoration:none;}
