@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #3d72b9;
	text-decoration: none;
}
a:visited{
	color: #3d72b9;
	text-decoration: none;	
}
a:hover{
	color: #ffc105;
	text-decoration:underline;	
}
a:active{
	color: #3d72b9;
	text-decoration: none;	
}

.pageTitle {
	background: url(images/pageTitle.gif) no-repeat center top;
	width: 839px;
	height: 68px;
}

.categoryTitle {
	background: url(images/categoryTitle.gif) no-repeat left bottom;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 2em;
}


dl.outline {
	margin-bottom: 1em;
}
dl.outline dt {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 20px;
	width: 75px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
dl.outline dd {
	margin-left: 115px;
	margin-bottom: 5px;	
}

dl.outline02 dt {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 20px;
	width: 75px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
dl.outline02 dd {
	margin-left: 115px;
	margin-bottom: 10px;	
}
h4.map {
	margin-top: 5px;
	font-weight: bold;
}

#map_matsumoto {
	width: 420px;
	height: 325px;
	border: #b4b4b4 1px solid;
	margin-bottom: 2em;
}
#map_yamanashi {
	width: 420px;
	height: 325px;
	border: #b4b4b4 1px solid;
	margin-bottom: 2em;	
}

dl.policy dt {
	background: url(images/policyPoint.gif) no-repeat 0 0;
	padding-left: 16px;
	padding-bottom: 5px;
}
dl.policy dd {
	padding: 5px 30px 10px 16px;
}
.point {
	color: #FF0000;
}
.imgfix {
	margin: 0 3px;
	vertical-align: middle;
}
dl.inquiry {
	padding-top: 15px;
	margin-top: 15px;
	border-top: #b4b4b4 1px dotted;
}
dl.inquiry dt {
	width: 160px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
dl.inquiry dd {
	margin-left: 170px;
	margin-bottom: 10px;
}
dl.sitemap dt {

}
ul.sitemap li {
	background: url(images/sitemapPoint.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 5px;
}
ul.sitemap li ul li {
	background: url(images/sitemappoint02.gif) no-repeat 0 3px;
	margin-bottom: 0;
}

.hiLine {
	border-top: #333 1px dashed;
	height: 1px;
	margin: 1em 0;
}