/* CSS Document */

/* Universal selecrtor */

*{	
	color: #666;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.5;
	font-style: normal;
 }


/* Structure Module */

body{
	background: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	font: x-small;
}

/* Text Module */

h1{	
	font-size: 12px;
	margin: 0.1em ;
	line-height: 1;
	font-weight: bold;
}

h2{	
	font-size: 16px;
	margin: 15px 0px 2px 5px;
	line-height: 1.2;
	font-weight: bold;
}

h3{
	margin: 0.8em 10px;
	line-height: 1.2;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.brown{
	color: #990000;
	font-weight: bold;
}

.black{
	color: #330000;
}

.small8{
	font-size: 10px;
}

dl{
	font-size: 13px;
	margin: 0.1em ;
	line-height: 0.8;
}

em{
	font-size: 14px;
	text-align:left;
}

div#map p,
div#metal p,
div#syaken p{
	width: 640px;
	margin: 20px 80px;
	text-align: left;
}

div$syaken li{
	text-align: left;
}

address{
	margin: 0.8em 10px;
}


/* List Module */

div#navi li a:link, a:visited{
	color: #000066;
}
div#navi li a:hover{
	color: #990000;
	padding-left: 5px;
}

div#hobby h3{
	font-size: 16px;
	margin: 0.1em ;
}
