body, select
{
	font: 13px/20px Gulim, verdana;
	color: #555;
	background: #eae8d6; 
}

div.banner{
margin-bottom: 10px;
padding-bottom: 10px;
}

/* content */
#content
{
	margin-top: 0px;
	text-align: left;
	font: 12px/20px;
	background :#fff;
}

#subb
{
	margin-top: 10px;
}

#content
{
	/* width: 635px; */

	/* padding: 0px 7px 7px 8px; */
	text-align: left;
	/*border: 1px dashed black;*/
	padding: 20px;
	width: 600px;
	
}


#content2
{
	/* width: 635px; */
	margin-top: -11px;
	text-align: left;
	font: 12px/20px;
	background: #eae8d6;
	background: white;
}

#content p
{
	margin: 10px 0px;
	line-height: 22px;
}

#content h2
{
	font-size: 13px;
	padding: 6px 12px;
	border-bottom: 1px solid gray;
	color: gray;
}

#content h3
{
	font-size: 13px;
	margin: 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
}

/* logo */
#logo span
{
	display: none;
}

/* top navi */
#select_lang
{
	margin-right: 10px;
	visibility: hidden;
}

/* footer */
#footer
{
	margin: 0px auto;
	margin-top: 0px;
	width: 750px;
	color: #777;
	font: 12px/16px Arial;
}

a.mnc
{
	color: #777;
	font: 12px/16px Arial;
	text-decoration: none;
}

a.mnc:hover
{
	color: #777;
	font: 12px/16px Arial;
	text-decoration: none;
}

#footer p
{
	margin: 10px 0px;
	text-align: justify;
}

#footer img
{
	float:right;
}

/* ahref */
a
{
	color: #00f;
	text-decoration: none;
}
a:hover
{
	color: #00f;
	text-decoration: underline;
}

/* floaters */
img.picLeft
{
	display: block;
	float: left;
	margin: 10px 15px 10px 5px;
}

img.picRight
{
	display: block;
	float: right;
	margin: 5px 5px 10px 15px;
}

/* background elements */
body
{
	background: #eae8d6;
}

div.xa, div.xc, table.xbw
{
	margin: 0px auto;
	width: 700px;
}

td.xb
{
	background: #fff;
}

div.xa
{
	height: 25px;
	background: url(../images/bg_body_top.png) no-repeat;
}

div.xc
{
	height: 25px;
	background: url(../images/bg_body_bot.png) no-repeat;
}



td.cat{
	background: #96B9D2;
}

td.rank{
	background: #BFBFBF;
}

td.address{
	padding: 7px 7px 0px 0px;
}


/* vertical align */
html { overflow: -moz-scrollbars-vertical; }
body.va { margin: 0px auto; text-align: center; margin-top: 12px;}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
