@charset "Shift_JIS";

/********************* basic ***********************/
body {
margin:0px;
padding:0px;
background:url(../image/bg_header.gif) repeat-x #fff;
font-size:12px;
line-height:21px;
color:#333;
}

a:link {color:#0174b7;text-decoration:none;}
a:visited {color:#0174b7;text-decoration:none;}
a:hover {color:#0174b7;text-decoration:underline;}
a:active {color:#0174b7;text-decoration:underline;}

a img {border:none;}



/********************* index ***********************/
.indexTitle{
margin:0px 0px 10px 0px;
font-size:14px;
font-weight:bold;
letter-spacing:1px;
color:#333;
}

.indexTxt{
margin:0px 0px 3px 0px;
padding:0px 0px 0px 15px;
background:url(../image/dotline_footerindex.gif) left top no-repeat;
font-size:11px;
letter-spacing:1px;
color:#0a74b1;
}



/********************* footer ***********************/
.footerCopyright{
margin:10px 0px 0px 0px;
font-size:10px;
letter-spacing:1px;
color:#b4b4b4;
}

.footerTxt{
margin:0px 10px 0px 0px;
font-size:12px;
color:#323232;
}

.footerTxt a:link {color:#b4b4b4;text-decoration:none;}
.footerTxt a:visited {color:#b4b4b4;text-decoration:none;}
.footerTxt a:hover {color:#606060;text-decoration:none;}
.footerTxt a:active {color:#606060;text-decoration:none;}




