@charset "utf-8";
/* ===================================================================
CSS information

 file name  :details.css
 author     :igu (admin)
 style info :詳細画面
=================================================================== */
body {
	background-image:url(../image/event/bunka_kyoto.gif);
}

/*----------------------------------------------------
	詳細画面
		#details
----------------------------------------------------*/
#details {
	float:left;
}

#adetailsll .box {
	width:590px;
	border:1px solid #CC0000;
	margin-bottom:20px;
}

#details .box .subject {
	font-weight:bold;
	font-size:120%;
	margin:5px;
}

#details .box .msg {
	margin:5px;
}



