body {
	margin:0px;
	background: #ccc url(base_bk.jpg) repeat;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#body {
	width: 900px;
	background: #fff;
	padding: 0px;
	text-align: left;
	border-left: #99c 1px solid;
	border-right: #99c 1px solid;
	border-bottom: #99c 1px solid;
}

h1 {
	margin: 2px 0px 0px 5px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

h2 {
	height: 20px;
	margin-bottom: 10px;
	border-left: 5px groove #f90;
	padding-left: 5px;
	font-size: 100%;
	font-weight: bold;
}

#header {
	margin: 0px 0px 0px 0px;
	width: ;
	height: 295px;
	background: #101227;
	padding: 0px;
	font-size: 12px;
}

#title {
	float: left;
	margin: 20px 0px 0px 20px;
}

#amari_name {
}

#amari_image {
	float: right;
	margin: 0px;
}

#description {
	margin: 15px 0px 0px 0px;
	width: 257px;
	text-align: center;
	color: #ccc;
	font-size: 14pt;
	font-weight: bold;
	line-height: 150%;
}

#c_left {
	float: left;
	width: 260px;
	height: ;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	text-align: center;
}

#c_right {
	float: right;
	width: 608px;
	height: ;
	border-left: 1px solid #66f;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#footer {
	clear: both;
	width: 900px;
	border-top: 3px double #006;
}

#office {
	margin: 10px 0px 20px 0px;
	text-align: left;
	font-size: 80%;
	line-height: 130%;
}

#jasrac {
	float: left;
	margin: 5px;
	width: 200px;
	text-align: left;
	font-size: 80%;
}

#copyright {
	float: right;
	margin: 5px;
	text-align: right;
	font-size: 85%;
}

div.menu_base {
	width: ;
	height: 31px;
	background: #333;
	text-align: center;
	padding: 0px;
}
ul.menu {
	margin: 0px 0px 0px -40px;
	width: ;
	list-style: none;
}
ul.menu li {
	float: left;
	margin: 0px 0px 0px 1px;
	background: url(submenu_bottom.jpg) bottom left no-repeat;
	padding: 0px 0px 7px 0px;
}
ul.menu li a{
	display: block;
	width: 148px;
	height: 24px;
	background: url(menu_bk.jpg) left top no-repeat;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	color: black;
}

ul.menu li div.submenu {
	margin: 0px;
	z-index: 3;
	visibility: hidden;
	position: absolute;
	background: url(submenu_bottom.jpg) bottom left no-repeat;
	padding-bottom: 8px;
	text-align: left;
}
ul.menu li div.submenu a{
	display: block;
	width: 100%;
	height:24px;
	margin: 0px;
	background:url(submenu_bk.jpg) left top no-repeat;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	padding: 3px 3px 2px 20px;
	text-align: left;
	font-size: 15px;
	color: black;
}
ul.menu li div.submenu a:hover{
	background:url(submenu_bk_hilight.jpg) left top no-repeat;
}

ul.menu2 {
	display: block;
	width: ;
	margin: -13px 5px 0px 0px;
	list-style: none;
}

ul.menu2 li {
	display: block;
	float: right;
	margin-left: 3px;
}

ul.menu2 li a{
	display: block;
	border: 1px #fff solid;
	background: #ccc;
	padding: 2px 5px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

ul.menu2 li a:hover{
	background: #333;
	color: #ccf;
}

div.spec {
	border: 1px #666 solid;
	margin: 10px;
	text-align: left;
}

div.spec p{
	margin: 3px;
	font-size:11pt;
}

div.spec a{
	display: block;
	margin: 3px;
	font-size: 11pt;
}

div.diet_list_base {
	height: 200px;
	overflow: auto;
}

div.act_list_base {
	height: 300px;
	overflow: auto;
}

div.info_list_base {
	height: 370px;
	overflow: auto;
}

table.list {
	border: none;

}
table.list th {
	border-bottom: 1px dotted #ccc;
	background:url(list_dot.gif) left center no-repeat;
	padding: 4px 2px 2px 10px;
	text-align: right;
	font-size: 90%;
	color: #009;
	font-weight: normal;
	letter-spacing: 0.05em;
}
table.list th .year {
	font-size: 80%;
}
table.list td {
	border-bottom: 1px dotted #ccc;
	padding: 4px 2px 2px 15px;
	font-size: 90%;
	line-height: 140%;
}
table.list td a {
	color: #009;
}

@media print{
	#c_right {
		height: auto;
	}
	div.act_list_base {
		height: auto;
		overflow: visible;
	}
	div.info_list_base {
		height: auto;
		overflow: visible;
	}
}
