@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.idea-h.net/
File name:		layout_sitemap.css
Summary:		base styles
Created:		2009-9-1
Last update:	2009-9-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

#sitemap_home {
	background: url(../images/sitemap_bg.gif) left top no-repeat;
	width: 665px;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#sitemap_home a:link,
#sitemap_home a:visited {
	color: #0044b1;
	text-decoration: none;
}

#sitemap_home a:hover,
#sitemap_home a:active {
	color: #0044b1;
	text-decoration: underline;
}

#sitemap {
	width: 670px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#sitemap_left {
	width: 380px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#sitemap_right {
	width: 270px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.bg {
	background-color: #007bde;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.bg a:link,
.bg a:visited {
	color: #fff;
	text-decoration: none;
}

.bg a:hover,
.bg a:active {
	color: #fff;
	text-decoration: underline;
}

.making_frame {
	width: 370px;
	margin: 0px auto;
	padding: 10px 0px;
	display: block;
	overflow: hidden;
	border-bottom: 1px #c8c8c8 dotted;
}

.making_frame .making_left {
	width: 130px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.making_frame .making_right {
	width: 220px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.link_text {
	padding: 0px 5px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}
