@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, p{
	margin:0;
	padding:0;
}
body {
	background-image: url(../img_base/back.gif);
	text-align: center;
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a:link,a:visited {
	color: #060;
	text-decoration: none;
}
a:active,a:hover {
	color: #060;
	text-decoration: underline;
}
#fnavi ul {
	display:inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#fnavi li {
	display:inline;
	padding-left:10px;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#pt {
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
	font-size: 12px;
}
.kakomi {
	background: #FFFFCC;
	margin: 0px;
	padding: 10px;
	border: 1px dotted #CC9966;
	font-size: 14px;
	line-height: 22px;
}
.rightimg {
	float: right;
}
.leftimg {
	float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
	overflow: hidden;
}
.sitemap dt {
	font-size: 90%;
	margin-top: 1em;
	padding-left: 15px;
	margin-left: 1em;
	background: url(../img_base/arrow01.gif) no-repeat left center;
}
.sitemap dd {
	font-size: 90%;
	margin-left: 4em;
	padding-left: 15px;
	background: url(../img_base/arrow02.gif) no-repeat left center;
}
.bg_w {
background-color:#FFFFFF;
padding:5px 5px;
}
.comment {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.name {
	font-size: 13px;
	font-weight: bold;
	color: #336;
}