@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../eventspace/images/content_header.gif);
}


/*------------------------------------------------------------------------------

							レイアウト
							
------------------------------------------------------------------------------*/
.fl_clear {
	clear: both;
}
.floating {
	float: left;
	width: auto;
	margin-left: 20px;
}
.main_list {
	width: 620px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.main_list li {
	width: 595px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-position: inside;
	list-style-image: url(../../images/common/icon_arrow_green.gif);
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.dl {
	font-size: 80%;
	width: 280px;
	float: right;
	margin-right: 20px;
	margin-bottom: 15px;
}
.subtitle {
	font-size: 110%;
	font-weight: bold;
}
h6 {
	font-size: 125%;
	font-weight: bold;
}
.fr_rgreen {
	width: 580px;
	border: 1px solid #9C3;
	padding: 10px;
	font-size: 125%;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 150%;
}
.reference {
	font-size: 125%;
	line-height: 150%;
	margin-top: 8px;
	margin-left: 8px;
}