@charset "utf-8";
/* CSS Document */

/*========================================================================*/
/* reset css
/*========================================================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
html { overflow-y: scroll; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ol, ul { list-style:none; }
fieldset, img { border:0; }
caption, th { text-align:left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
li img { vertical-align:bottom; }

/*========================================================================*/
/* etc
/*========================================================================*/

/* link */
a:link    { color:#0af; text-decoration:none; outline:none; }
a:visited { color:#069; text-decoration:none; outline:none; }
a:active  { color:#0af; text-decoration:underline; outline:none; }
a:hover   { color:#0af; text-decoration:underline; outline:none; }

/* float */
.fl    { float:left; }
.fr    { float:right; }
.clear { clear:both; }

/* color */
.color1 { color:#333; }
.color2 { color:#ccbc9b; }
.red { color:#f00; }

/* td */
td { font-size:12px; }

/*========================================================================*/
/* body
/*========================================================================*/

body { color:#fff; font-size:12px; line-height:1.6em; background:#191919; text-align:center; }

/*========================================================================*/
/* wrapper
/*========================================================================*/

.wrapper { width:1000px; background:#000; margin:0 auto; box-shadow:0 0 20px #000; }

/*========================================================================*/
/* header
/*========================================================================*/

.header { width:100%; }
.header td { font-size:16px; text-align:center; }

/*========================================================================*/
/* menu
/*========================================================================*/

.menu { text-align:right; }

/*========================================================================*/
/* main
/*========================================================================*/

.main { width:980px; margin:0 10px; }

/*========================================================================*/
/* contents
/*========================================================================*/

/* contents */
.contents { margin-top:10px; background:url(/img/common/main_back.jpg) repeat-x; }

/* area */
.area_stt img { margin:10px; }
.area_b { overflow:hidden; padding:10px; }

/*========================================================================*/
/* copyright
/*========================================================================*/

.copyright { width:1000px; color:#999; background:#000; margin:0 auto; padding:10px 0; }
.copyright li { display:inline; }
.copyright a { color:#999; }

