/* メインイメージ */
/*************************************************************/
#mainphoto {
    width: 916px;
    height: 413px;
	border: #0d0d0b 1px solid;
	}

#contents #g_navi {
	padding: 0 26px;
}

/* サイド + ディヴィジョン */
/*************************************************************/	
#contents #container {
	background: url(images/bg_black.gif) no-repeat;
	color: #FFFFFF;
}

/* サイド */
/*************************************************************/	
#contents #container #side {
	width: 256px;
}

#closeup {
	padding: 10px 0;
}

#closeup li {
	margin-bottom: 5px;
}

/* ディビジョン */
/*************************************************************/	
#contents #container #division {
	width: 610px;
	padding: 0 26px 30px;
}

#contents #container #division h2 {
	margin-top: 20px;
	border-bottom: #666666 2px solid;
}

#division .event {
	background-position: -32px bottom;
}

#division .event .detail .date {
	color: #f1d183;
}

/* フッター */
/*************************************************************/	
#page #footer {
	padding-top: 21px;
	background: url(images/footer_top.gif) no-repeat;
}

/* リンク */
/*************************************************************/
a:link {
	color: #FFFFFF;
	text-decoration:underline;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}