

/*タイトル*/

em.stitletree {
	font-size:12px;
	font-style:normal;
	color: #6c4524;
	background-image:url(/img/common/head_tree.gif);
	background-repeat:no-repeat;
	padding:2px 0px 3px 20px;
	line-height:17px;
	font-weight:bold;
	display:block;
}
em.stitleleaf {
	font-size:12px;
	font-style:normal;
	color: #6c4524;
	background-image:url(/img/common/head_leaf.gif);
	background-repeat:no-repeat;
	padding:2px 0px 3px 20px;
	line-height:17px;
	font-weight:bold;
	display:block;
}
em.stitleclover {
	font-size:12px;
	font-style:normal;
	color: #6c4524;
	background-image:url(/img/common/head_clover.gif);
	background-repeat:no-repeat;
	padding:0px 0px 3px 25px;
	line-height:17px;
	font-weight:bold;
	display:block;
}
em.stitlebird {
	font-size:12px;
	font-style:normal;
	color: #6c4524;
	background-image:url(/img/common/head_bird.gif);
	background-repeat:no-repeat;
	padding:0px 0px 3px 25px;
	line-height:17px;
	font-weight:bold;
	display:block;
}


/*矢印つきテキストボタン*/

span.textlink a{
	font-size:10px;
	color: #6c4524;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	line-height:13px;
	background-image:url(/img/common/arrow_orenge.gif);
	text-decoration:none;
	float:right;
	display:block;
}
span.textlink a:hover{
	color: #d26c47;
	text-decoration:underline;
}
/*コンテナ*/
table tr td.stitle{
	background-image:url(/img/common/line_stitle.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
/*テキストのエリア*/
td.text{
	font-size:12px;
	text-align:left;
	color: #554c45;
	text-decoration:none;
	line-height:18px;
}
td.text a{
	color: #6c4524;
	text-decoration:none;
}
td.text a:hover {
	color: #d26c47;
	text-decoration:underline;
}

/*sテキストのエリア*/
td.texts{
	font-size:10px;
	text-align:left;
	color: #554c45;
	text-decoration:none;
	line-height:16px;
}
td.texts a{
	color: #6c4524;
	text-decoration:none;
}
td.texts a:hover {
	color: #d26c47;
	text-decoration:underline;
}

td.dotline{
	border-bottom:1px dotted #475D67;
}
/*アスタリスク付タイトル文字*/
td.select {
	font-size:12px;
	font-style:normal;
	text-align:left;
	color: #795538;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
}
td.select span.orenge{
	color: #e66740;
	font-size:120%;
	vertical-align:middle;
}

/*リストのエリア*/
ul.list{
	text-decoration:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.list li a{
	width:146px;
	font-size:10px;
	text-align:left;
	color: #6c4524;
	text-decoration:none;
}
ul.list li a:hover{
	color: #d26c47;
	text-decoration:underline;
}

/*画像のマージン*/
img.spbottom{
	margin-bottom:15px;
}
img.linkbanner{
	margin:5px 0px;;
}