body
{
	color: black;
	background-color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img
{
	border: none;
	outline: none;
}

#container
{
	background-color: #cdc9ab;
	background-image: url('../image/filler.png');
	background-position: left;
	background-repeat: repeat-y;
	color: inherit;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	min-width: 98%;
}

#content
{
	background-color: #cdc9ab;
	color: inherit;
	margin-left: 170px;
	padding: 10px;
}

.sitetitle
{
	font-weight: bold;
	font-size: 16pt;
}

.top
{
	background-color: black;
	color: #B0A64F;
	background-image: url('../image/top-background.png');
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
}

.term
{
	margin-bottom: 10px;
}

.sectionTitle
{
	font-size: larger;
	font-weight: bold;
	margin-bottom: 5px;
}

.section
{
	margin: 10px;
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
}

.technique
{
	margin-left: 40px;
}

.question
{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

.answer
{

}

.reference
{
	font-style: italic;
}

.questionAnswerBox
{
	margin-top: 20px;
	margin-bottom: 20px;
	xborder: 1px solid black;
}


.point
{
	padding-bottom: 15px;
}

.itemlist li
{
	padding-bottom: 15px;
}

.name
{
	font-weight: bold;
}

#map
{
	border: 3px solid #666666;
	margin-left: 5px;
	width: 320px;
	height: 300px;
	float:left;
}

.date
{
	font-weight: bold;
	padding-right: 25px;
}

.newNews
{
	font-weight: bold;
	background-image: url('../image/new.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
}

.important
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.emphasis
{
	font-weight: bold;
}

.super
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.5em;
}

.price
{
	float: right;
	margin-right: 100px;
}

/* for understanding browsers */
#content 
{
	min-height:490px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content 
{
	height: 490px;
}
/**/

.requestpoint
{
	margin-bottom: 5px;
}