@charset "shift_jis";

/*　共通レイアウトスタイル　≪追記・編集とも禁止！！≫
----------------------------------------------- */

.rightArea .inner{
	margin-top:10px;
	font-size:80%;
	letter-spacing:0.1em;
	color:#363435;
}
/* up */
.but_up {
	width:100%;
	/*font-size:70%;*/
	margin-top:20px;
	margin-bottom:10px;
}
.but_up a{
	display:block;
	text-indent:-5000px;
	/*overflow:hidden;*/
	background-image: url(../images/global/but_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 10px;
	height:10px;
	float:right;
}
.but_up a:hover {
	background-image: url(../images/global/but_up.gif);
	background-repeat: no-repeat;
	background-position: -10px 0px;
	width: 10px;
	height:10px;
}


.link_green {
	/*font-size:75%;*/
}
.link_green a:link {
	color: #157939;
	text-decoration: underline;
} 
.link_green a:visited {
	color: #157939;
	text-decoration: underline;
}
.link_green a:hover {
	color: #157939;
	text-decoration: none;
} 
.link_green a:active { 
	color: #157939; 
	text-decoration: underline;
}