@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
/*====================================*/

/* contents */
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:#EA609E; }

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

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

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

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

.wrapper { width:800px; margin:0 auto; background:url(/img/common/wrapper_back.jpg); }

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

ul#menu li {
	width: 190px;
	height: 50px;
	overflow: hidden;
}

/*====================================*/
/* sub_menu
/*====================================*/

.sub_menu { float:left; margin-top:30px;}

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

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

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

.main_contents { width:580px; float:right; }

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

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

/* area */
.area_stt img { margin:10px; }
.area_b { width:560px; background:#000; margin:0 10px; padding-bottom: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 #111; border-right:1px solid #333; }
.qr { display:inline; float:left; margin-right:5px; }

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

.side { width:190px; margin-top:8px; background:url(/img/common/main_back.png) repeat-x; float:left; }

/* side_b */
.side_b { overflow:hidden; background:url(/img/common/main_back.png) repeat-x; margin-top:10px; padding:10px; text-align:left; }
.side_b p { margin-top:5px; }
.side_b a { white-space:nowrap; }

/* side_bar */
.side_bar { width:170px; height:0; line-height:0; margin:5px auto; border-top:1px solid #111; border-bottom:1px solid #333; }

/* 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:#CCCCCC; line-height:40px; background-color:#013186; }
.copyright a { color:#FFF; }

