_div	{
border:solid 1px #666;
margin:2px;
}


/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336666;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336666;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

/* specific divs */

#container { 
	width: 850px; 
}

#header .title {
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
	font-size: 12px;
	height: 50px;
	background-color: #336666;
	text-align: right;
	color: #FFFFFF;
	padding: 5px;
	font-weight: lighter;
}

#main {
	padding: 0px 0px 0px 0px; 
}

#menu {
	margin: 0px 0px 0px 0px; 
	width: 260px; 
	float: left;
}

#menu p {
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
	font-size: 10px;
	font-weight: lighter;
}

#menu .bar {
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
	font-size: 10px;
	background-color: #336666;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	font-weight: lighter;
}

#body {
	float: right; 
	width: 570px; 
	padding: 0px 0px 0px 0px;
}

#body h2 {
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
	font-size: 13px;
	font-weight: lighter;
}

#body h3 {
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
	font-size: 10px;
	font-weight: lighter;
}
