@charset "Shift_JIS" ;

@import "/css/k_other.css" ;		/* こまち関連共通CSS */

/* --------------------------------------------------------------------------------------------------
AUTHOR:			Tosa Mamico
CSS構成書:   	イベントページ専用
LAST MODIFIED:	2008.12.24	

■ 基本階層構造			（段組み） 		
----------------------------------------------------------------------------------------------------
	#wrapper			→ ヘッダー部画像差し替え用			
	   #header			→ 950px
	   #container		→ 950px
	   #footer			→ 950px
-------------------------------------------------------------------------------------------------- */ 


/* -------------------------------------------------------------------
            #container設定 【イベント専用】
-------------------------------------------------------------------- */
#container {  }



/* /////////////////////////////////////////////////////////////// 【 h3 】*/
h3 { margin : 0 0 30px ; }




/* /////////////////////////////////////////////////////////////// 【 イベント管理ボックス 】*/
.block { margin-bottom : 50px ; }

/* /////////////////////////////////////////////////////////////// 【 1件分 】*/
.box {
	width : 698px !important ;
	width /* */ : 720px ; /* IE6 older */
	overflow : hidden ; /* float対策 */
	border : solid 1px #cccccc ;
	padding : 10px ;
	margin : 15px 0 ;
	background : url(/ent/img/box_bg.jpg) left bottom no-repeat ;
	position : relative ; /* 配置基準 */
}

/* 日付 */
p.Date {
	color : #666600 ; /* 文字 モスグリーン */
	font-weight : bold ;
	font-size : 1.6em ;
	margin-bottom : 5px ;
}

/* タイトル */
h5 {
	color : #330000 ; /* 文字 こげ茶 */
	font-weight : bold ;
	font-size : 1.6em ;
	padding-bottom : 5px ;
	margin-bottom : 10px ;
	background : url(/ent/img/h5_bg.jpg) left bottom no-repeat ;
}

/* 写真 */
span.Left_box {
	border : solid 1px #cccccc ;
	padding : 3px ;
	background : #ffffff ;
	margin-right : 15px ;
}

/* 段落 */
.box p { line-height : 1.3 ; }

/* リスト */
.box ul { margin-top : 10px ; }
.box li { line-height : 1.3 ; }


/* HPボタン */
.box a {
	position : absolute ;
	top : 10px ;
	right : 10px ;
}