@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_content.css";
@import "unit_layout_noside.css";
@import "unit_menu.css";
@import "unit_dropdown.css";


/*
ニュース用
*/

#mainArea{
	padding-top:	10px;
	padding-bottom:	20px;
}


.file{
	width:			630px;
}
.file-foot{
	background:		url("../img/episode/file_foot.gif") left top no-repeat;
	height:			5px;
}
.file-body{
	position:		relative;
	background:		url("../img/episode/file_body.gif") left top repeat-y;
}

/* ナビ */
.navi{
	padding-right:	30px;
	height:			15px;
	text-align:		right;
}

.navi li{
	display:		inline;
	list-style-type:	none;
}

/* 本文：幅560px */
.value{
	padding:		20px 30px 20px 40px;
}

.cut-main{
	float:			right;
	padding-left:	1em;
	padding-bottom:	1em;
}

.cut-sub{
	margin-top:		10px;
	clear:			both;
}

.sweets{
	width:			560px;
	padding-top:	10px;
	position:		relative;
}
.sweets .sweets-btn{
	position:		absolute;
	right:			0;
	bottom:			5px;
}

