@charset "UTF-8";

/* *********************************************************
 *
 *	main contents style
 *
 * *********************************************************
 */
/* ======================== 目次 ==========================
	更新日：2006/07/09
	
	[01]:各要素リセット
	[02]:基本レイアウト
	[03]:リンク
	[04]:ヘッダ
	[05]:ナビゲーション
	[06]:メインコンテンツ
	[07]:サイドバー
	[08]:フッタ
	[09]:テーブル
	[10]:フォーム
	[11]:アクセシビリティ関連
	[12]:その他
	
======================================================== */


/* ========================================================
	[06]:メインコンテンツ
======================================================== */
	/*** sub_title_style ***/
	/****** id指定 ******/
	#event_contents{
		width: 525px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	/****** class指定 ******/
	.user_event_bg{
		margin-top: 10px;
		background-image: url(/img/event/user_event_bg.gif);
		background-repeat: no-repeat;
		width: 540px;
		text-align: left;
		margin-bottom: 30px;
	}
	.shop_event_bg{
		margin-top: 10px;
		background-image: url(/img/event/shop_event_bg.gif);
		background-repeat: no-repeat;
		width: 540px;
		text-align: left;
		margin-bottom: 30px;
	}
	.event_photo{
		display: block;
		float: right;
		padding: 16px 18px 20px 0px;
	}
	.event_stitle{
		font-size: 16px;
		color: #663300;
		line-height: 20px;
		padding: 50px 5px 0px 20px;
		width: 250px;
	}
	.event_sstitle{
		font-size: 12px;
		color: #663300;
		padding: 10px 10px 0px 20px;
		width: 250px;
	}
	.event_text{
		font-size: 12px;
		padding: 15px 15px 15px 20px;
		margin-top: 10px;
		line-height: 18px;
	}
	.dotted{
		background-image: url(/img/event/dotted.gif);
		background-repeat: repeat-x;
		height: 1px;
		width: 540px;
	}
	.event_bt{
		background-image: url(/img/event/event_bt.gif);
		background-repeat: no-repeat;
		display: block;
		width: 161px;
		height: 29px;
		text-indent: -5555px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}


