@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:#ccc; text-decoration:none; outline:none; }
a:visited { color:#ccc; text-decoration:none; outline:none; }
a:active  { color:#ccc; text-decoration:underline; outline:none; }
a:hover   { color:#ccc; text-decoration:underline; outline:none; }

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

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

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

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

body { color:#ccc; font-size:12px; line-height:1.6em; background:url(/img/common/back.jpg) center top repeat; text-align:center; }

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

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

/* ti */
.ti { line-height:0; text-indent:-9999px; }

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

.menu { height:40px; overflow:hidden; }
.menu a { float:left; }

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

.main { width:780px; margin:0 10px; text-align:left; }

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

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

/*========================================================================*/
/* area
/*========================================================================*/

.area_stt img { margin:5px 10px; }
.area_b { width:760px; margin:0 10px; background:#000; }

/*========================================================================*/
/* footer
/*========================================================================*/

.footer { padding:20px 0; }
.footer p { color:#999; }

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

.copyright { color:#fff; background:#ff82c2; line-height:50px; }
.copyright a { color:#fff; }

