
/******　　　表テーブル用　　　******/
.hyou table{border-collapse:collapse;
border:solid 1px #CCCCCC;
margin:0;
color:#333333;
width:794;
}
.hyou tr th {
	background: #999999;
	border:solid 1px #CCCCCC;
	padding:4px;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
.hyou tr td {
	background: #eaeaea;
	border:solid 1px #CCCCCC;
	padding:4px;
}
.hyou tr.alternate td {
	background: #ffffff;
	border:solid 1px #CCCCCC;
	padding:4px;
}

/******　　　td緑用　　　******/
#green{background: #caeaca;}





/* HEADER - ヘッダ */
td#topLogo {
	background-image: url(../../../themes/new/images/bg_top.jpg);
	width:800px;
	height:90px;
	vertical-align:top;
}
td#topLogo img {
	margin:4px 0 0 25px;
	padding:0px;
	border:none;
}
tr#searchBox td {
	background: url(../../../themes/new/images/bg_header_search.jpg) repeat-x;
	height:32px;
	vertical-align:top;
}
tr#searchBox td img{
	margin-top:6px;
	border:none;
}
/* Google Search */
tr#searchBox input {
	text-align:left;
	margin-top:3px;
}
tr#searchBox input.searchsubmit {
	padding:2px 2px 0 2px;
	width:40px;
	vertical-align:top;
}
td#search {
	border-left:1px solid #FFF;
}
td#sitemap {
	border-right:1px solid #FFF;
}

td#headerBottom {
	background: url(../../../themes/new/images/bg_header_bottom.jpg) repeat-x;
	width:800px;
	height:21px;
	vertical-align:top;
	margin:0;
	padding:0;
}

/* Topicpath - パンくず/ Menu - メニュー */
ol,ul,li {
	margin:0;
	padding:0;
}
div.topicpath,
div.menu {
	width:800px;
	clear:both;
	text-align:left;
	font-size:83%;
}
div.topicpath ol {
	margin:0 0 20px 15px;
} 

div.topicpath ol li,
div.menu ol li {
	display:inline;
}
div.topicpath ol li a,
div.menu ol li a {
	font-weight:normal;
	margin-right:10px;
}
div.contentsMenu {
	margin-left:15px;
	font-size:83%;
	margin-bottom:10px;
}
div.contentsMenu img {
	margin-bottom:5px;
}
span.current {
	background-color:#FFFF99;
	width:auto;
	margin:0;
	padding:0;
}

/* Footer - フッター */
div#footerNav {
	padding:15px 30px;
	text-align:center;
	font-size:83%;
	line-height:1.6;
	clear:both;
	border-top:1px solid #E1E1E1;
}

/*div#footerNav span {
	margin:0 0 0 2px;
}*/
tr#footerbar {
	text-align:center;
	background:url(../../../themes/default/hbar.gif) repeat-x;
}


/* Link - リンク
-------------------------------------------------------- */
a { /* Firefox */
	/*\*/
	overflow:hidden;
	/**/
	color:#2881DB;
	text-decoration: none;
}

a:link {
	color: #003296;
	text-decoration:none;
}
a:visited {

}
a:hover {
	color: #003296;
	text-decoration: underline;
}

































