@charset "utf-8";

/* CSS Document */
/* body */
body { color:#333; font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro, Osaka", "MS P Gothic, Verdana", "Arial", "Helvetica, sans-serif"; background-color:#fff; }
/* link */
a { color : #006699; text-decoration : none; }
a:visited { color : #29017E; text-decoration : none; }
a:hover { color : #CC0000; text-decoration : underline; }
a:active { color : #CC0000; text-decoration : none; }
a:focus { outline:none; }
/* header */
header { margin:0; }
div#header { margin:0; padding:0; background: transparent url("../../img/common/back_body.jpg") repeat-x 0 0;height:177px;}
/* container */
div#container { clear:both; width: 960px; margin: 0 auto; background: #FFF; }
/* wrapper */
div#wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#wrapper { display: inline-table; min-height: 1%; }
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */
/* content */
div#content { float: right; width: 700px; padding:16px 0 30px 0; }
/* sidebar */
div#sidebar { float: left; width: 230px; padding-bottom:30px; }
/* footer */
footer { clear:both; margin:0; }
div#footer { clear:both; margin:0;padding:0;background: transparent url("../../img/common/back_footer.jpg") repeat-x 0 0;height:370px; }