@charset "EUC-JP";


/****************************** layout ******************************/

body.template_words .main_contents{
	position:relative;
	padding:15px;
	background-image:url(/image/joshibu/bg_joshibu_frame_tape_001.png),
			 url(/image/joshibu/bg_joshibu_frame_tape_002.png),
			 url(/image/joshibu/bg_joshibu_frame_tape_003.png),
			 url(/image/joshibu/bg_joshibu_frame_top_news.png),
			 url(/image/joshibu/bg_joshibu_frame_bottom_news.png),
			 url(/image/joshibu/bg_joshibu_frame_side.png),
			 url(/image/joshibu/bg_joshibu_frame_news.png);
	background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat;
	background-position:left 200px, left bottom, right 1300px, center top, center bottom, center top, center top;
}


/********** favorite button **********/

.add_favorite,
.del_favorite{
	display:block;
	position:absolute;
	left:20px;
	margin-top:-46px;
	margin-top:-51px;
	font-size:11px;
	line-height:15px;
}

.add_favorite a,
.del_favorite a{
	display:block;
	padding:2px;
	padding-left:19px;
	padding-right:5px;
	text-decoration:none;
	border:1px solid #ddd;
	border:3px solid #fff;
	box-shadow:0px 0px 0px 1px #eee;
	border-radius:4px;
}

.add_favorite a{
	color:#b65887;
	background:url(/image/joshibu/icon_joshibu_already.png) no-repeat 3px 2px/13px 13px;
	background-color:#ffedff;
}

.del_favorite a{
	color:#b65887;
	background:url(/image/joshibu/icon_joshibu_favorite.png) no-repeat 3px 2px/13px 13px;
	background-color:#ffedff;
}

