@charset "UTF-8";
/*@import "font.css";*/

body{
	font-size:100%;
	/**font-size:small;
	*font:x-small;*/
}

h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}

dt, dd, li, p{
	font-size: 92%
}

.sTxt{ font-size: 80%}


/* リンク
------------------------------------- */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: underline;
	color: #F60;
}
/* -------------------------------------------

	モジュール

------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.text_left{
	text-align:left;
}
.center{
	text-align:center;
}
.space{
	height:20px;
	clear:both;
}
.block{
	display:block;
}
img{
	vertical-align: bottom;
}


/*ぱんくずリスト*/
#topicPath_08 {
	margin:10px 0;
	font-size:x-small;
	margin-left:20px;
}
#topicPath_08 li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#topicPath_08 li a {
	color:#5D8B00;
}