@charset "UTF-8";

/*--------------------------------------------------------------------
symposium.html	(いのちかなでる)
symposium.css
--------------------------------------------------------------------*/


/*------------Globalのスタイル---------------------------------------------------------------*/
/*------------ul#TopMenu------------*/
div#Global ul#TopMenu { background-image: url(../../img/forum/gsmbtn_line.gif); }
div#Global ul#TopMenu li#TMBtn01 a { background-image: url(../../img/forum/gsmbtn01.gif); }
div#Global ul#TopMenu li#TMBtn02 a { background-image: url(../../img/forum/gsmbtn02.gif); }


/*------------Symposiumのスタイル---------------------------------------------------------------*/
div#Symposium h2 {
	height: 106px;
	margin-bottom: 25px;
	background: url(../../img/forum/title.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Symposium div#TopTxt p {
	text-align: center;
	font-size: 110%;
	color: #ff92bd;
}
div#Symposium div#TopTxt p strong { font-weight: bold; }


/*------------Flyerのスタイル---------------------------------------------------------------*/
div#Flyer {
	width: 678px;
	margin: 60px auto 0;
	padding: 30px 60px;
	border: 1px solid #ffadcd;
	overflow: hidden;
}
div#Flyer div#Txt {
	width: 400px;
	float: right;
}
div#Flyer div#Txt dl {
	height: 62px;
	margin-bottom: 30px;
	background: url(../../img/forum/sub_t01.gif) no-repeat left top;
}
div#Flyer div#Txt dl * { display: none; }
div#Flyer div#Txt h3 { font-weight: bold; }
div#Flyer div#Txt table {
	width: auto;
	border-collapse: collapse;
}
div#Flyer div#Txt table tr th,
div#Flyer div#Txt table tr td {
	width: auto;
	text-align: left;
	vertical-align: top;
}
div#Flyer div#Txt table tr th { white-space: nowrap; }
div#Flyer div#Txt table tr td ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
div#Flyer div#Txt table tr td ul li:before { content: "○";　}
div#Flyer div#Pho {
	width: 235px;
	float: left;
}


/*------------Holdingのスタイル---------------------------------------------------------------*/
div#Holding {
	width: 800px;
	margin: 60px auto 0;
	padding-top: 55px;
	border-top: 1px solid #bfbfbf;
}
div#Holding h3 {
	margin-bottom: 1em;
	text-align: center;
	font-size:110%;
	font-weight: bold;
}
div#Holding p { text-align: center; }
div#Holding p#EedTxt {
	margin-top: 45px;
	padding-bottom: 100px;
	background: url(../../img/forum/mark.jpg) no-repeat center bottom;
}