body
{
	margin: 0;
	padding: 0;
	background: white url(./body_bg.jpg);
	color: black;
}

a
{
	text-decoration: none;
}

a:link
{
	color: blue;
}

a:visited
{
	color: blue;
}

a:active
{
}

a:hover
{
	text-decoration: underline;
}

h1
{
	display: none;
}

h2
{
	margin: 16px 0;
	padding: 0 0 0 16px;
	font-size: 120%;
	line-height: 1.5em;
	display: none;
}

h3
{
	margin: 8px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.25em;
	color: #cccccc;
}

img
{
	border: 0;
}

table
{
	border: 0;
	border-collapse: collapse;
}

.clearboth
{
	clear: both;
	height: 0;
}

#container
{
	position: absolute;
	left: 0;
	top: 152px;
	width: 100%;
	height: auto;
}

#header_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: black;
}

#header
{
	width: 960px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(./header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header ul
{
	margin: 8px 0;
	float: right;
}

#header ul li
{
	padding: 0 8px;
	float: left;
	font-size: 80%;
	list-style-type: none;
	border-right: 1px solid white;
}

#header ul li a
{
	color: white;
}

#header ul ul
{
	display: none;
}

#title
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
	line-height: 48px;
}

#body
{
	width: 960px;
	margin: 0 auto;
}

#body li
{
	margin-top: 1ex;
	padding-left: 28px;
	list-style-type: none;
	background-image: url(http://www.kiyokawa.furuyu.jp/leaf.gif);
	background-position: left center;
	background-repeat: no-repeat;
	/*list-style-image: url(http://www.kiyokawa.furuyu.jp/leaf.gif);*/
}

#mainmenu
{
	width: 100%;
	height: auto;
	background: #CADE97 url(./menu_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 80%;
}

#mainmenu ul
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#mainmenu ul li
{
	position: relative;
	float: left;
	width: 136px;
	height: auto;
	line-height: 32px;
	list-style-type: none;
	border-right: 1px solid #333333;
	vertical-align: bottom;
}

#mainmenu ul li a
{
	width: 136px;
	display: block;
	color: black;
}

#mainmenu ul li table
{
	border-collapse: collapse;
	border: none;
	margin: -1px 0 0 0;
	padding: 0;
}

#mainmenu ul ul
{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 32px;
	left: -1px;
	width: 190px;
	height: 0;
	text-align: left;
	border: 1px solid black;
	background-color: #cccccc;
}

#mainmenu ul ul li
{
	width: 190px;
	height: auto;
	border: 0;
	background-image: none;
}

#mainmenu ul ul li a
{
	padding: 0 0 0 8px;
	width: 182px;
	display: block;
	color: black;
}

#mainmenu ul li a:hover
{
	position: relative;
	text-decoration: none;
}

#mainmenu ul li:hover ul ,
#mainmenu ul li a:hover ul
{
	visibility: visible;
	overflow: visible;
	height: auto;
}

#mainmenu ul ul ul
{
	display: none;
	top: -1px;
	left: 190px;
}

#mainmenu ul ul li:hover ul ,
#mainmenu ul ul li a:hover ul
{
	display: block;
	overflow: visible;
	height: auto;
}

#photo_gallery
{
	float: left;
	margin: 16px 0 0 16px;
	padding: 0;
	width: 472px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

#toppage_contents
{
	float: left;
	margin: 16px 0 0 0;
	padding: 16px;
	width: 440px;
	background: white;
	line-height: 1.5em;
	letter-spacing: 1px;
}

#contents
{
	margin: 16px 0 0 0;
	padding: 16px;
	width: 928px;
	background: white;
	line-height: 1.5em;
	letter-spacing: 1px;
}

#breadcrumbslist
{
	width: 896px;
	height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dashed #cccccc;
	color: white;
	line-height: 1.5em;
	font-size: 80%;
}

#breadcrumbslist ul
{
	margin: 0;
	padding: 0;
}

#breadcrumbslist ul li
{
	float: left;
	margin: 0 2px;
	list-style-type: none;
}

#footer
{
	width: 100%;
	margin: 1ex 0;
	text-align: center;
}

#footer ul
{
	margin: 0 0 1ex 0;
	padding: 0;
}

#footer ul li
{
	padding: 0 8px;
	list-style-type: none;
	display: inline;
	border-right: 1px solid blue;
	line-height: 2em;
	font-size: 80%;
}

#footer ul ul
{
	display: none;
}
