@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 85%;
	font-family: "メイリオ", Meiryo, Arial;
	background-color: #eeeeee;
	line-height: 1.4;
}
img {
	border: none;
}
a {
	color: #333366;
}
a:hover {
	color: #666699;
}
hr {
	color: #cccccc;
	clear: both;
	margin: 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 0px;
}
#header {
	height:100px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 950px;
	margin: 0px auto;
	border-left: 1px solid #dddddd;
	padding: 0px 20px;
	border-right: 1px solid #dddddd;
	background-color: #ffffff;
}
#wrapper {
	z-index: 1;
}
#bread {
	position: relative;
	margin: 15px 20px 10px 20px;
}

/*メインメニュー*/
#mainmenu {
	height: 30px;
	clear: both;
	width: 950px;
	background-image: url(../images/mainmenu/btn_m_back.jpg);
	background-repeat:no-repeat;
}
#mainmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu li {
	float: left;
}
#mainmenu a.products {
	background-image: url(../images/mainmenu/btn_m_products.jpg);
	display: block;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
}
#mainmenu a.products:hover {
	background-image: url(../images/mainmenu/btn_m_products_on.jpg);
}
#mainmenu a.business {
	background-image: url(../images/mainmenu/btn_m_business.jpg);
	display: block;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
}
#mainmenu a.business:hover {
	background-image: url(../images/mainmenu/btn_m_business_on.jpg);
}
#mainmenu a.company {
	background-image: url(../images/mainmenu/btn_m_company.jpg);
	display: block;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
}
#mainmenu a.company:hover {
	background-image: url(../images/mainmenu/btn_m_company_on.jpg);
}
#mainmenu a.inquiry {
	background-image: url(../images/mainmenu/btn_m_inquiry.jpg);
	display: block;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
}
#mainmenu a.inquiry:hover {
	background-image: url(../images/mainmenu/btn_m_inquiry_on.jpg);
}
#open_main1 {
}
#open_main1 .products_category  {
	list-style-type: none;
	position: relative;
	margin: 0px;
	width: 180px;
	z-index: 100;
	padding: 5px 0px;
	left: 0px;
	background-color: #eeeeee;
}
#open_main1 .products_category li {
	margin: 0px 5px 0px 0px;
	background-color: #eeeeee;
	display: block;
	width: 160px;
	height: 12px;
	text-indent: 17px;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/sidemenu/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 5px 10px 5px 5px;
	font-size: 10.5px;
	overflow: hidden;
	white-space: nowrap;
}
#open_main2 {
}
#open_main2 .products_category  {
	list-style-type: none;
	position: relative;
	margin: 0px;
	width: 180px;
	z-index: 2;
	padding: 5px 0px;
	left: 540px;
	background-color: #eeeeee;
}
#open_main2 .products_category li {
	margin: 0px 5px 0px 0px;
	background-color: #eeeeee;
	display: block;
	width: 160px;
	height: 12px;
	text-indent: 17px;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/sidemenu/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 5px 10px 5px 5px;
	font-size: 10.5px;
	overflow: hidden;
	white-space: nowrap;
}
.pulldown_main{
	visibility:hidden;
	list-style-type: none;
	height:0px;
	z-index: 2;
}
.pulldown_side {
	visibility:hidden;
	list-style-type: none;
	z-index: 2;
}

/*サイドメニュー*/
#sidemenu {
	float: left;
	margin: 0px 0px 15px 0px;
	position: relative;
}
#sidemenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
}
#sidemenu li {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 0px;
	line-height: 0;
}
#sidemenu a.direct {
	background-image: url(../images/sidemenu/btn_direct.jpg);
	display: block;
	width: 180px;
	height: 85px;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#sidemenu a.direct:hover {
	background-image: url(../images/sidemenu/btn_direct_on.jpg);
}
#sidemenu a.products {
	background-image: url(../images/sidemenu/btn_s_products.jpg);
	display: block;
	width: 180px;
	height: 40px;
	text-indent: -9999px;
}
#sidemenu a.products:hover {
	background-image: url(../images/sidemenu/btn_s_products_on.jpg);
}
#sidemenu a.business {
	background-image: url(../images/sidemenu/btn_s_business.jpg);
	display: block;
	width: 180px;
	height: 40px;
	text-indent: -9999px;
}
#sidemenu a.business:hover {
	background-image: url(../images/sidemenu/btn_s_business_on.jpg);
}
#sidemenu a.company {
	background-image: url(../images/sidemenu/btn_s_company.jpg);
	display: block;
	width: 180px;
	height: 40px;
	text-indent: -9999px;
}
#sidemenu a.company:hover {
	background-image: url(../images/sidemenu/btn_s_company_on.jpg);
}
#sidemenu a.inquiry {
	background-image: url(../images/sidemenu/btn_s_inquiry.jpg);
	display: block;
	width: 180px;
	height: 40px;
	text-indent: -9999px;
}
#sidemenu a.inquiry:hover {
	background-image: url(../images/sidemenu/btn_s_inquiry_on.jpg);
}
#sidemenu .products_category ul {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	background-repeat: repeat-y;
	background-image: url(../images/sidemenu/sidemenu_back.jpg);
	width: 180px;
}
#sidemenu .products_category ul li {
	font-size: 10.5px;
	margin: 0px 8px;
	background-image: url(../images/sidemenu/icon_arrow.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
#sidemenu .products_category .full_category {
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#sidemenu .products_category .full_category li {
	background-image: url(none);
	height: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-indent: 15px;
}



/*サブメニュー*/
#submenu {
	width: 200px;
	float: right;
	top: 45px;
	position: relative;
}
#submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#submenu li {
	float: left;
	margin: 0px;
}
#submenu a.privacy {
	height: 20px;
	width: 120px;
	display: block;
	float: left;
	background-image: url(../images/submenu/btn_privacy.jpg);
	text-indent: -9999px;
}
#submenu a.privacy:hover {
	background-image: url(../images/submenu/btn_privacy_on.jpg);
}
#submenu a.sitemap {
	height: 20px;
	width: 80px;
	display: block;
	float: left;
	background-image: url(../images/submenu/btn_sitemap.jpg);
	text-indent: -9999px;
}
#submenu a.sitemap:hover {
	background-image: url(../images/submenu/btn_sitemap_on.jpg);
}


/*フォントサイズ変更*/
#fontsize {
	position: relative;
	float: right;
	top: 45px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	width: 120px;
	background-image: url(../images/submenu/fontsize.jpg);
}
#fontsize  ul {
	list-style-type: none;
	padding: 0px 0px 0px 65px;
	margin: 0px;
}
#fontsize  li {
	float: left;
	margin: 0px 5px 0px 0px;
}
#contents {
	width: 570px;
	margin: 0px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	left: 10px;
}
#contents .newslist dl {
	margin: 0px;
	padding: 5px 10px;
}
#contents .newslist dt {
	color: #CC0000;
	padding: 5px 0px 0px 0px;
}
#contents .newslist dd {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #cccccc;
}
#contents .newslist .newsicon {
	margin: 0px 5px -5px 0px;
	float: left;
}
#contents .newsdetail {
	border-bottom: 1px solid #cccccc;
}
#contents .newsdetail dl {
	margin: 0px;
	padding: 5px 10px;
}
#contents .newsdetail dt {
	color: #CC0000;
	padding: 5px 0px 5px 0px;
	font-size: 110%;
}
#contents .newsdetail dd {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#contents .newsdetail .newsicon {
	margin: 0px 5px -5px 0px;
	float: left;
}
#contents .newsdetail .title {
	font-weight: bold;
	font-size: 110%;
}
#contents .newsbacknumber {
	font-size: 110%;
	padding: 5px 0px;
	margin: 10px 10px 0px 10px;
	border-bottom: 1px solid #cccccc;
}
#contents a.backnumber {
	display: block;
	width: 90px;
	height: 15px;
	text-indent: -9999px;
	float: right;
	background-image: url(../images/btn/btn_backnumber.gif);
	background-repeat: no-repeat;
	margin: 0px 10px;
}
#contents a.backnumber:hover {
	background-image: url(../images/btn/btn_backnumber_on.gif);
}
#contents .text {
	padding: 0px 5px;
	margin: 0px;
	font-size: 90%;
}
#contents .text_b {
	margin: 5px 10px;
	padding: 0px;
	clear:both;
}
#contents  .text_b  p {
	padding: 0px 10px;
	margin: 0px;
}
#contents  .text_b10 {
	padding: 0px 0px 10px 0px;
}
#contents .text_tb10 {
	padding: 10px 0px;
}
#contents .privacylist  {
	padding: 0px;
	margin: 0px;
}
#contents .privacylist dt {
	margin: 0px 10px;
	padding: 5px 0px 8px 0px;
	color: #333366;
}
#contents .privacylist dd {
	margin: 0px 10px;
	font-size: 90%;
	padding: 0px 0px 15px 0px;
}
#contents .cp5list  {
	padding: 0px;
	margin: 0px;
}
#contents .cp5list dt {
	margin: 0px 10px;
	padding: 5px 0px 8px 0px;
	color: #333366;
}
#contents .cp5list dd {
	margin: 0px 10px;
	font-size: 90%;
	padding: 0px 0px 15px 0px;
}
#contents .dllist  {
	padding: 0px;
	margin: 0px;
	float: left;
}
#contents .dllist dt {
	margin: 0px 10px;
	padding: 5px 0px 3px 0px;
	color: #333366;
}
#contents .dllist dd {
	margin: 0px 10px;
	font-size: 100%;
	padding: 0px 0px 10px 0px;
}
#contents .dllist_s  {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 270px;
	float: left;
	height: 190px;
	background-image: url(../images/index/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contents .dllist_s dt {
	margin: 0px 10px;
	padding: 5px 0px 3px 0px;
	color: #333366;
}
#contents .dllist_s dd {
	margin: 0px 10px;
	font-size: 90%;
	padding: 0px 0px 20px 0px;
}
#contents  ul {
	list-style-type: upper-roman;
	margin: 0px;
	padding: 0px 15px 0px 25px;
}
#contents li {
}
#contents li .tb10 {
	margin: 5px 0px;
}
#contents .decimal {
	list-style-type: decimal;
}
#contents .eco {
	list-style-type: decimal;
}
#contents .eco li {
	margin:0px 0px 10px 0px;
}
#contents .note {
	color: #CC0000;
	margin: 0px 20px;
	padding: 5px 0px;
	font-size: 90%;
}
#contents .midashi  {
	padding: 0px;
	color: #333366;
	font-weight: bold;
	border-bottom: 1px solid #aab0ce;
	border-left: 10px solid #8189b4;
	margin: 0px 10px 20px 10px;
	height:40px;
	font-size: 115%;
	position:relative;
	top:10px;
	clear:both;
	line-height: 40px;
	display: block;
	text-indent: 10px;
}
#contents .komidashi {
	margin: -5px 0px 0px 0px;
	padding: 10px 5px;
	background-image: url(../images/sidemenu/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 17px;
	text-indent: 15px;
	color: #cc0000;
	font-size: 110%;
	font-weight: bold;
	clear: both;
	height:30px;
	line-height:30px;
}
#contents .komidashi_b {
	margin: 0px;
	padding: 10px 5px;
	background-image: url(../images/sitemap/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	text-indent: 15px;
	color: #333366;
	font-size: 110%;
	font-weight: bold;
	clear: both;
	height:20px;
	line-height:20px;
}
#contents .minimidashi {
	border-bottom: 3px solid #cccccc;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color: #333366;
	clear: both;
	height:25px;
	line-height:28px;
	text-indent:5px;
	background-color:#eeeeee;
}
#contents .listtypenone {
	list-style-type: none;
	margin: -5px 0px 15px 0px;
	font-size: 90%;
	padding: 0px 0px 0px 5px;
}
#contents .company {
	margin: 10px;
}
#contents .company   th  {
	width: 130px;
	text-align: center;
	background-color: #eeeeee;
}
#contents .company  td {
	width: 390px;
	padding: 10px;
}
#contents .history dl {
}
#contents .history dt {
	width: 80px;
	padding: 5px 10px 5px 10px;
	background-image: url(../images/index/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 10px;
	color: #CC0000;
	white-space: nowrap;
	float: left;
	text-align: center;
}
#contents .history dd {
	padding: 5px 0px;
	background-image: url(../images/index/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 420px;
	clear: none;
	margin: 0px 0px 0px 100px;
}
#contents .mapimg {
	padding: 10px 0px 10px 0px;
}
#contents .square {
	list-style-type: square;
	padding: 0px 20px;
}
#contents .disc {
	list-style-type: disc;
	padding: 0px 20px;
	margin: 0px 0px 10px 0px;
}
#contents .w150block {
	width: 150px;
	float: left;
	display: block;
	margin: 0px 15px 15px 0px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#contents .w150block img {
	margin: 0px 0px 10px 0px;
}
#contents .w150block p  {
	padding: 10px;
	margin: 0px;
	text-align: justify;
	background-color: #e7f0f9;
	height: 100px;
}
#contents .w530block {
	height: 80px;
	padding: 0px;
}
#contents .w530block img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#contents .w530block p {
	height: 60px;
	vertical-align: middle;
	margin: 0px 10px;
	padding: 10px 0px;
	background-image: url(../images/index/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#eyecatch {
	padding: 10px 0px;
}
#bannerspace {
	margin: 0px;
	width: 170px;
	float: right;
	position: relative;
}
#bannerspace ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bannerspace li {
	margin: 0px 0px 5px 0px;
}
#footer {
	border-top: 1px solid #cccccc;
	height: 100px;
	clear: both;
	margin: 20px 0px;
}
address {
	letter-spacing: 0.1em;
	font-style: normal;
	text-align: center;
	padding: 10px 0px;
	font-size: 9.5px;
}
.logo {
	width: 230px;
	height: 60px;
	margin: 5px 0px;
	float: left;
}
.ttl {
	margin: 0px 0px 10px 0px;
}
.ttl_business {
	display: block;
	width: 570px;
	height: 30px;
	background-image: url(../images/ttl/ttl_business.jpg);
}
.products_indextitle {
	display: block;
	border-left: 5px solid #333366;
	border-bottom: 1px solid #9999cc;
	line-height: 30px;
	text-indent: 7px;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 10px;
	height: 30px;
}
.products_index  {
	margin: 0px 5px 10px 0px;
	float: left;
	/*background-image: url(../images/products/products_index_back.jpg);*/
	padding: 0px;
	background-repeat: repeat-y;
}
.products_index_detail {
	width: 105px;
	padding: 0px 5px 5px 5px;
	margin: 0px 10px;
	font-size: 10.5px;
	line-height:13.5px;
	display:block;
	height:21px;
	overflow:hidden;
}
.products_index_detail_2 {
	width: 105px;
	border-top: 1px dotted #cccccc;
	padding: 5px 5px;
	margin: 5px 10px;
	font-size: 9.5px;
	line-height:12.5px;
	display:block;
}
.products_pt_s img {
	height: 140px;
	margin: 5px 15px;
	width: 105px;
	border:1px solid #cccccc
}
.products_detail {
}
.products_detail_left {
	width: 255px;
	float: left;
	margin: 0px 0px 20px 0px;
}
.products_pt {
	float: left;
	height: 340px;
	width: 255px;
	border: 1px solid #cccccc;
	margin: 10px 0px;
}
.products_thum {
	width: 255px;
}
#contents .products_thum ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px 0px 0px 3px;
}
.products_thum li  {
	float: left;
	font-size: 0px;
}
.products_thum  .thumbnail  {
	height: 70px;
	border: 1px solid #cccccc;
	margin: 0px 4px 4px 0px;
	width: 56px;
}
.products_detail_right {
	float: left;
	width: 290px;
	margin: 15px 0px 20px 15px;
}
.products_title  {
	display: block;
	border-left: 5px solid #333366;
	line-height: 30px;
	text-indent: 7px;
	font-size: 11.5px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	height: 30px;
	border-bottom: 1px solid #9999cc;
	overflow:hidden;
	clear: both;
}
.products_subtitle  {
	display: block;
	border-left: 5px solid #666699;
	line-height: 20px;
	text-indent: 7px;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	height: 20px;
	border-bottom: 1px solid #9999cc;
	overflow:hidden;
	clear: both;
}
.products_detail_right table {
	margin: 5px 0px 20px 0px;
	width: 290px;
}
.products_detail_right table th {
	background-color: #999999;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
}
.products_detail_right table td {
	background-color: #eeeeee;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
}
#btn {
	clear: both;
}
#btn a.toproduct {
	display: block;
	width: 130px;
	height: 15px;
	float: right;
	text-indent: -9999px;
	background-image: url(../images/products/btn_tocategory.gif);
	margin: 5px 0px 0px 0px;
	background-repeat:no-repeat;
}
#btn a.toproduct:hover {
	background-image: url(../images/products/btn_tocategory_on.gif);
}
#btn a.toindex {
	display: block;
	width: 90px;
	height: 15px;
	float: right;
	text-indent: -9999px;
	background-image: url(../images/products/btn_toindex.gif);
	margin: 5px 0px 0px 0px;
	background-repeat:no-repeat;
}
#btn a.toindex:hover {
	background-image: url(../images/products/btn_toindex_on.gif);
}
#btn a.totop {
	display: block;
	width: 100px;
	height: 15px;
	float: right;
	text-indent: -9999px;
	background-image: url(../images/btn/btn_totop.jpg);
	margin: 5px 0px 0px 0px;
	background-repeat:no-repeat;
}
#btn a.totop:hover {
	background-image: url(../images/btn/btn_totop_on.jpg);
}
#contents .products_categoryindex {
	margin: 15px 0px 0px 0px;
}
#contents .products_categoryindex ul {
	margin: 0px 10px;
	list-style-type: none;
	padding: 0px;
	line-height: 13px;
}
#contents .products_categoryindex li {
	float: left;
	margin: 0px 3px 0px 0px;
}
.series {
	margin: 5px 0px 0px 5px;
	padding: 15px 0px 0px 0px;
	border-top: #cccccc 1px solid;
}
.series .series_thumbnail {
	width:56px;
	height: 70px;
	margin:0px 4px 4px 0px;
	float:left;
	border:1px solid #cccccc;
}
.series .series_thumbnail img  {
	width: 56px;
	height: 70px;
}
.series_title {
	border-left: 3px solid #333366;
	border-bottom: 1px solid #9999cc;
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	font-weight: bold;
	font-size: 10.5px;
}
#pager {
	clear: both;
	padding: 5px;
	margin: 0px;
	text-align: right;
	border-top: 1px solid #cccccc;
	position: relative;
	top: 5px;
}
.clear {
	clear: both;
}
.p_menu{
	width:160;
	height:20;
	color:#999988;
	text-align:center;
	font-size: 130%;
	background-color:#eeeedd;
	border:2px outset #ffffee;
	cursor:pointer;
}
.detailtable th {
	width: 90px;
}
.detailtable td {
	width: 200px;
}
.products_lead {
	margin: 10px 0px 20px 5px;
}
.lineuptable {
	width: 570px;
	font-size: 10.5px;
	margin: 5px 0px 10px 0px;
}
.lineuptable th {
	background-color: #999999;
	color: #ffffff;
	padding: 5px;
}
.lineuptable td {
	background-color: #eeeeee;
	padding: 5px;
}
.imgalign_r {
	float: right;
}
.fulltxt_w100 {
	width: 96px;
	float: left;
	padding: 10px 5px;
	border-top: 1px;
	margin: 0px 2px 20px 2px;
	background-color: #ecf4de;
	height: 120px;
	font-size: 90%;
}
.fulltxt_w120 {
	width: 123px;
	float: left;
	padding: 10px 5px;
	border-top: 1px;
	margin: 0px 2px 20px 2px;
	background-color: #f5e0e0;
	height: 120px;
	font-size: 90%;
}
.fulltxt_w180 {
	float: left;
	padding: 5px 5px;
	border-top: 1px;
	margin: 0px 2px 0px 2px;
	background-color: #eeeeee;
	width: 169px;
	height: 74px;
	font-size: 90%;
}
.fulltxt_w360 {
	float: right;
	padding: 5px;
	border-top: 1px;
	margin: 0px 2px 20px 2px;
	background-color: #eeeeee;
	height: 180px;
	width: 352px;
	font-size: 90%;
}
.fullmidashi {
	background-color: #999999;
	padding: 2px;
	margin: 0px 2px 1px 2px;
	width: 175px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	float: left;
}
.fullmidashi_l {
	background-color: #999999;
	padding: 2px;
	margin: 0px 2px 1px 2px;
	width: 358px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	float: right;
}
.notes {
	color: #CC0000;
	font-size: 90%;
	font-weight: normal;
}
.error {
	color: #CC0000;
	padding: 0px 10px 0px 10px;
	font-size: 90%;
}
.error p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.errorB10 {
	color: #CC0000;
	margin:-10px 0px 10px 0px;
	padding: 0px 20px;
	font-size: 90%;
}
.inquirytable {
	padding: 0px 10px;
	font-size:90%;
	margin: 0px 0px 10px 0px;
}
.inquirytable .tableleft {
	width: 150px;
	padding: 5px;
	text-align: center;
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
	white-space:nowrap;
}
.inquirytable .tableright    {
	background-color: #eeeeee;
	padding: 5px;
}
.spacerh10 {
	height: 10px;
	clear: both;
	display: block;
}
.spacerh20 {
	clear: both;
	display: block;
	height: 20px;
}
#contents .sitemapfull {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.alignR {
	text-align: right;
}
