@charset "shift_jis";

@import url("common.css");


/************************************************************************************
* contents-shot
************************************************************************************/
div#contents-shot{
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

div#contents-shot p.shot-title{
	margin: 30px 0 35px 40px;
}


/************************************************************************************
* shot-main
************************************************************************************/
div.shot-main{
	width: 796px;
	height: 517px;
	margin: 0 0 35px 109px;
	background: url(../images/shot/shot_main_bg.jpg) no-repeat left top;
}

p.shot-date{
	padding: 35px 0 0 35px;
	font-size: 24px;
	color: #FF33CC;
}

table.shot-table{
	width: 796px;
	height: 405px;
}

table.shot-table td{
	width: 398px;
	text-align: center;
	vertical-align: middle;
}

table.shot-table td.shot-text{
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	line-height: 250%;
}


/************************************************************************************
* shot-menu
************************************************************************************/
div#shot-menu{
	text-align: center;
	margin-bottom: 50px;
}

table#shot-menu-table{
	width: 632px;
	margin: 0 auto 0;
}

table#shot-menu-table td{
	width: 61px;
	height: 66px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #FF0099;
}

table#shot-menu-table td a{
	display: block;
}


