@charset "UTF-8";

/* ---------------
oneshot.css
今日のワンショット用スタイルシート
--------------- */

/* コンテンツ囲み */
.singleColumn #contents {
	padding: 30px 80px 80px;
}

/* ワンショット画像囲み */
#oneshotVisual {
	position: relative;
	padding-top: 7px;
	padding-bottom: 1px;
	background: url(../images/oneshot/bgOneshotVisual.gif) repeat-x 0 top;
}

/* ワンショット画像のテキスト */
#oneshotTxt{
	position: absolute;
		top: 401px;
		left: 82px;
	width: 614px;
	padding: 5px 10px;
	background: url(../images/oneshot/bgPhoto.png) repeat left top;
}

/* お知らせヘッドライン */

/* タイトル */
#oneshot h2 {
	margin-bottom: 15px;
}

/* ----- 管理用：ワンショット写真一覧 ----- */
/* ワンショット一覧囲み */
#oneshotList {
	margin: 0 0 10px 0;
}

/* ワンショット一覧サムネイル囲み */
.oneshotItem {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
}