@charset "utf-8";
/* Standard stylesheet (For Kofu Meiden)
	Copyright (C) 2001 Sofrosune http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version:1.00, March 3, 2006.
*/

/* top,right,bottom,left */
/* top/bottom, right/left */

.dummy {}

/* === sitemap style === */

.setemap_general {
	background-color: #ffffff;
	/*border: 1px solid #dddddd;*/
}

.setemap_general_title {
}

.setemap_member {
	background-color: #f0faf0;
	border: 1px solid #dddddd;
}

.setemap_member_title {
	padding: 4px 4px 2px 8px; /* top,right,bottom,left */
	font-weight: bold;
	color: #0050b2;
	background-color: #ddf0dd;
}

.sitemap_base {
}

.sitemap_title {
	padding: 4px 4px 2px 12px; /* top,right,bottom,left */
	font-size: 13px; /*114%*/
	font-weight: bold;
	color: #0050b2;
	background-color: #ffeeaa; /* eeeeff */
	border:1px solid #dddddd;
/*	border-bottom: 1px solid #7184e9;*/
	background-repeat: no-repeat;
	background-position: left center;
/*	background-image: url("images/tag-section-blue.png");*/
	background-image: url("images/tag-section-red.png");
/*	background-image: url("images/menu-chap-norm.png");*/
/*	background-image: url("images/menu-chap-down.png");*/
/*	background-image: url("images/menu-bull-norm.png");*/
/*	background-image: url("images/menu-bull-down.png");*/
/*	background-image: url("images/prodmenu-bull-down.png");*/
}

.sitemap_title a {
	padding-right: 20px;
}

.sitemap_title a:hover {
	padding-right: 20px;
	text-decoration:none;
	background: url(images/check-mark.png) no-repeat right center;
}

.sitemap_body {
	background-color: #fafafa;
	border:1px solid #dddddd;
}

.sitemap_body ul {
	margin-left:0px;
	padding-left:0px;
}

.sitemap_body li {
	list-style-type: none;
}

.sitemap_body li a{
	font-size: 12px; /*114%*/
	padding-left: 24px;
	color:#0000ff;
	text-decoration:none;
	background: url(images/check-norm.png) no-repeat left center;
}

.sitemap_body li a:hover {
	padding-left: 24px;
	color:#ff0000;
	text-decoration:none;
	background: url(images/check-down.png) no-repeat left center;
}

/* end of style */
