* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
html, body	{height: 100%;}
ul {list-style-type: none;}
img			{border: 0;}

a {text-decoration: none;}
a:link		{color: #555555;}
a:visited	{color: #555555;}
a:hover		{color: #cc6700;}
a:active	{color: #ff3333;}

body {
	text-align: center;
	line-height: 1.4em;
	font-size: 73%;
	color: #555555;
}
#container {
	width: 655px;
	margin: auto;
	text-align: left;
}

/* global layout
------------------------------------------------------------*/

#header {
	height: 60px;
}
#header h1, #header #logo {
	margin-top: 3px;
}



#header #header-navi{display: none;}
ul#navigation		{display: none;}



#contents {
	clear: both;
	margin-top: 10px;
	background: none;
}



#footer {display: none;}

/* base format
------------------------------------------------------------*/

#main-content {
	width: 655px;
}
#main-content ul#location {display: none;}

#main-content h1 {
	margin: 10px 0;
	padding: 0 0 3px 20px;
	background-color: #f1f0eb;
	background: #f1f0eb url("../../common/images/marker.gif") 8px center no-repeat;
	border-top: 2px solid #a3a097;
	font-weight: normal;
	font-size: 110%;
}
#main-content strong {
	margin-right: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #544f32;
}
#main-content h2 {
	margin: 10px 0 5px;
	font-size: 130%;
	color: #544f32;
}



#goto-top	{display: none;}
#side-navi	{display: none;}

/* global style
------------------------------------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}