@charset "UTF-8";

/*	trial CSS
	
		■コンテンツ設定
		■本文設定
		■テーブル設定
----------------------------------------------------------------------------------------------------------------------------------*/


/*	コンテンツ設定
----------------------------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}


html {
	height: 100%;
}


body {
	height: 100%;
	font-family: meiryo, "ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../Images/trial_body_bg.gif);
	background-repeat: repeat-x;
}


div#container {
	height: 100%;
	min-height: 100%;
	background-image: url(../Images/trial_main_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}


body > #container{
	height: auto;
}


div#content {
	width: 630px;
	padding: 30px 0 40px 0;
	margin: 0 auto;
	background-image: url(../Images/trial_pic_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}


h1#header {
	height: 81px;
	width: 680px;
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
	background-image: none;
}


h2.sttl {
	height: 49px;
	width: 680px;
	margin: 0 auto;
	background-image: none;
}




/*	本文設定
----------------------------------------------------------------------------------------------------------------------------------*/

div#content p{
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	text-justify: distribute;
}


table.caution {
	width: 630px;
	margin: 35px auto 0 auto;
	border: none;
	font-size: 10px;
	line-height: 140%;
	border-collapse: collapse;
}


table.caution th {
	width: 10px;
	padding: 0 0 5px 0;
	border: none;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}


table.caution td {
	padding: 0 0 5px 0;
	border: none;
	vertical-align: top;
	text-align: left;
}



/*	開催場テーブル設定
----------------------------------------------------------------------------------------------------------------------------------*/

div#content div.hall {
	margin: 30px auto 0 auto;
}


div#content div.hall img.area {
	margin: 0 0 12px 0;
}


div#content div.hall table {
	width: 630px;
	border: none;
	border-collapse: collapse;
}


div#content div.hall th {
	width: 78px;
	padding: 1px 0 8px 0;
	border: none;
	font-size: 1px;
	font-weight: normal;
	line-height: normal;
	vertical-align: top;
	text-align: left;
}


div#content div.hall td {
	padding: 0 0 8px 0;
	border: none;
	font-size: 14px;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
}


div#content div.hall td.date,
div#content div.hall td.shop {
	font-weight: bolder;
}


div#content div.hall td.shop span,
div#content div.hall td.url a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


div#content div.hall td.url a:visited {
	color: #000000;
	text-decoration: none;
}


div#content div.hall td.url a:hover {
	color: #000000;
	text-decoration: underline;
}


.cancel {
	padding: 10px;
	margin-top: 30px;
	border: 1px dotted #F30;
	font-size: 12px;
	color: #F30;
	text-align: center;
}


.imp {
	color: #FF0000 ;
}


