@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
------------------------------------------------------------------------------ */
body {
background: url(../img/body_bg.jpg) repeat-x center top;
}
#wrap {
font-size: 93%;/*13px→12px*/
line-height: 1.6;
}
#cont {
width: 844px;
margin-right: auto;
margin-left: auto;
}
#copyright {
background: #27749C;
text-align: center;
padding-top: 20px;
padding-bottom: 100px;
}
/*ページトップヘ*/
.toTop {
text-align: right;
}

/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/* main内メニュー */
#oneColumnBg {
background: #FFF;
width: 810px;
margin-right: 2px;
margin-left: 2px;
text-align: left;
padding-right: 15px;
padding-left: 15px;
}
.returnTop {
text-align: right;
}

