@charset "utf-8";
/*======================================================
========================================================
 Style Name: event_report.css
 Style URI: /common/css/event_report.css
 Description: レポートページのcssです。
 Version: 1.0.0
 Last Up Date: 2009/06/11
========================================================
======================================================*/
/* ===========================================
レポート
=========================================== */
/*----- report -----*/
#contents #right #report h5
{
	background-image: url(../img/news/point_subtitle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.5em;
	margin: 15pt 0 2pt;
	padding-left: 0;
	font-size: 100%;
}
#contents #right #report p .strong
{
	color: #FF4444;
	text-decoration: underline;
}
#contents #right #report .photo
{
	text-align: center ! important;
}
#contents #right #report .photo img
{
	max-height: 140px;
	max-width: 200px; /*-- for Modern browser --*/
	text-align: center ! important;
	-ms-interpolation-mode: bicubic;/*-- for ie7 --*/
}
* html #contents #right #report .photo img /*-- for ie6 --*/
{
	height: 130px; 
	width: 180px;
}
#contents #right #report a
{
	color: #335588;
	text-decoration: none;
}
#contents #right #report a:hover
{
	color:#ff9c00;
}
#contents #right #report .eventlink
{
	margin-top: 1em;
	background:url(../img/point_allow02.jpg) no-repeat left center;
	display:inline-block;
	height:auto !important;
	min-height:11px;
	padding:0 0 0 16px;
}


/*-----for Print -----*/
@media print{
.clearfix
{
	clear: both ! important;
	width: auto ! important;
}
#contents #right
{
	width: auto ! important;
	margin: 0 ! important;
}
#contents #right h4
{
	width: auto ! important;
}
/*
#contents #right #press .presstext h5:before
{
	 content: "■"
}
#contents #right #press .pressmemo h5:before
{
	 content: "◆"
}
*/
body,
#wrap,
#footer02,
#footer02 .containar,
#footer02 #bottom,
#footer02 #bottom #bottom01,
#footer02 #bottom #bottom02
{
	margin: 0 ! important;
	background-color: #ffffff;
	background-image: none ! important;
	color:#000000 ! important;
	font-size: 100%;
}
a 
{
	border: 0 ! important;
	color: #000000 ! important;
	text-decoration: none ! important;
}
#left,
#header,
#gnavi,
#mainimg,
#panlist,
#footer02,
#wrap #contents #right h1,
.eventlink
{
	display: none !important;
}
#contents #right #press .copyright
{
	display: inline;
	margin: 1em 0 0 ! important;
	padding: 0 ! important;
	height: auto ! important;
}
}

