@charset "utf-8";

/** set **/
body
	{
	margin: 15px 0 20px 0;
	padding: 0px;
	background-color: #cbdfff;
	background-image: url(../images/bg_lay.gif);
	background-repeat: repeat;
	}

img
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

p
	{
	margin: 0px;
	padding: 0px;
	}

/** header **/
#header
	{
	margin: 0px auto 0 auto;
	padding: 0px 20px 0 20px;
	width: 910px;
	height: 100px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}

h1
	{
	margin: 0px;
	padding: 35px 0 0 0;
	width: 245px;
	height: 45px;
	float: left;
	}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active
	{
	width: 245px;
	height: 45px;
	font: normal normal 1px/1px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFFFFF;
	display: block;
	}

/*menu */
ul#menu
	{
	margin: 0px;
	padding: 10px 0 0 0;
	width: 600px;
	height: 70px;
	list-style-type: none;
	text-align: right;
	float: right;
	}

ul#menu li
	{
	margin: 0px;
	padding: 0px 0 0 15px;
	font: normal normal 12px/18px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000000;
	display: inline;
	}

/** contents **/
#main
	{
	margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	width: 910px;
	font: normal normal 1px/1px Century Gothic, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_body_02.gif);
	background-repeat: repeat-y;
	clear: both;
	}

#cont_box
	{
	margin: 0px;
	padding: 0px;
	width: 695px;
	font: normal normal 1px/1px Century Gothic, Arial, Helvetica, sans-serif;
	float: left;
	}

#side_box
	{
	margin: 0px;
	padding: 0px;
	width: 200px;
	font: normal normal 1px/1px Century Gothic, Arial, Helvetica, sans-serif;
	float: right;
	}

	/** ad **/
p#mb_info
	{
	margin: 15px auto 0 auto;
	padding: 0px;
	width: 200px;
	height: 200px;
	font: normal normal 1px/1px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFFFFF;
	background-image: url(../images/bg_mb.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}

ul#ad_list
	{
	margin: 0px auto 0 auto;
	padding: 0px;
	width: 200px;
	font: normal normal 1px/1px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	list-style-type: none;
	}

ul#ad_list li
	{
	margin: 0px;
	padding: 0px 0 2px 0;
	text-align: center;
	}

/** footer **/
#footer
	{
	margin: 0px auto 0 auto;
	padding: 0x 0 0 0px;
	width: 950px;
	height: 30px;
	background-image: url(../images/bg_body_03.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	clear: both;
	}

p#check_txt
	{
	margin: 0px;
	padding: 0px;
	font: normal normal 10px/14px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	}

p#check_txt a:link,p#check_txt a:visited
	{
	color: #666666;
	text-decoration: none;
	}

p#check_txt a:hover,p#check_txt a:active
	{
	color: #00CCCC;
	text-decoration: underline;
	}

p#copy_right
	{
	margin: 0px;
	padding: 10px 0 0 0;
	font: normal normal 10px/14px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	}
