﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: detail.css
-----------------------------------*/

/*-----------------------------------
ニュース
-----------------------------------*/
div.event_detail_box {
	width:748px;
	margin:15px 0 20px 0;
}

dl.event_detail {
	width:748px;
	margin:0 20px 0 0;
}

* html body dl.event_detail {
	width:748px;
	margin:0 10px 0 0;
}
dl.event_detail dt {
	border-left:5px solid #0000CC;
	padding:0 0 0 8px;
}
dl.event_detail dt span.date {
	display:block;
	color:#999999;
}
dl.event_detail dt span.ttl {
	color:#0066CC;
	font-size:120%;
	font-weight:bold;
}
dl.event_detail dd {
	padding:10px 0 0 15px;
	color:#666666;
	line-height:1.5em;
	font-size:90%;
	text-align:justify;
}
dl.event_detail dd span.image {
	display:block;
	float:right;
}
dl.event_detail dd span.image img {
	margin:0 15px 15px 15px;
}

table.detail_table {
	width:450px;
	height:auto;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	margin:30px auto;
	
}
table.detail_table th {
	border:1px solid #CCCCCC;
	width:100px;
	text-align:center;
	padding:5px;
	font-weight:normal;
}
table.detail_table td {
	border:1px solid #CCCCCC;
	padding:5px 10px;
}
p.ask {
	text-align:center;
	width:250px;
	margin:0 auto;
}

#container2 {
	width: 748px;
	margin:0px auto;
	padding: 0;
	background-color:#FFFFFF;
	height: auto;
	padding:15px 0 0 0;
}



#container2 h3 {
	width:215px;
	height:22px;
	margin:0px 0px 15px 0px;
	background:url(../images/detail_ttl.jpg) no-repeat;
	text-indent:-1000em;
}

