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

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

/* color */
.color1 { color:#333; }
.color2 { color:#DC3C3C; }

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

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

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

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

.wrapper { width:800px; background:#FFF; margin:0 auto; }

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

.menu { display:block; overflow:hidden; }
.menu li { float:left; }

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

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

/*========================================================================*/
/* main_contents
/*========================================================================*/

.main_contents { width:780px; float:left; }

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

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

/* area */
.area_stt img { margin:10px; }
.area_b { width:760px; background:#FFF; margin:0 10px; }

/*========================================================================*/
/* mobile
/*========================================================================*/

.mobile { margin:0 auto; }
.mobile td { text-align:left; vertical-align:top; }
.mobile td p { margin-bottom:10px; }
.mobile td p strong { font-size:18px; font-weight:bold; }
.mobile td.td_line { width:0; border-left:1px solid #DDD; border-right:1px solid #EEE; }
.nowrap { white-space:nowrap; }

/*========================================================================*/
/* side
/*========================================================================*/

.side { width:190px; margin-top:10px; background:url(/img/common/main_back.jpg) repeat-x; float:right; }

/* side_b */
.side_b { width:170px; margin:10px; text-align:left; overflow:hidden; }
.side_b a { white-space:nowrap; }

/* side_bar */
.side_bar { width:170px; height:0; line-height:0; margin:10px auto; border-top:1px solid #DDD; border-bottom:1px solid #EEE; }

/* side_img */
.side_img { float:left; margin-right:5px; }

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

.footer { padding:40px 0 20px; }
.footer li { display:inline; }
.footer p { color:#999; }

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

.copyright { color:#FFF; background:#C61A22; line-height:60px; }
.copyright a { color:#FFF; }

