@charset "utf-8";
/* CSS Document */

/* LinkColor */
a:link {
color: #00F;
text-decoration: none;
}
a:visited {
color: #600;
text-decoration: none;
}
a:hover, a:focus {
color: #090;
text-decoration: none;
}
a:active {
color: #FF0;
text-decoration: none;
}
/* ------------------------------------------------------------------------------
top
------------------------------------------------------------------------------ */
#wrap {
font-size: 93%;/*13px→12px*/
line-height: 1.6;/*DefaultLine-height*/
background: url(../img_common/bg.gif) repeat-x;
width: 100%;
text-align: center;
margin-right: auto;
margin-left: auto;
}
#cont {
width: 1000px;
text-align: center;
margin-right: auto;
margin-left: auto;
}

