@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;
}
/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
#wrap {
font-size: 93%;/*13px→12px*/
line-height: 1.6;/*DefaultLine-height*/
width: 100%;
text-align:center;
}
#cont {
width: 1024px;
margin-right: auto;
margin-left: auto;
}

