@charset "utf-8";
/* CSS Document */

/*#contents {
	width: 700px;
	margin: 0px;
	padding: 0px;
}*/
/* タイトル */
h3 {
	text-align: center;
}
/* 通常文章 */
.cl_bunshou {
	padding-left: 20px;
	padding-right: 15px;
}
/* 注釈の文字 */
#id_chuushaku {
	font-size: 80%;
	padding-left: 30px;
	padding-right: 30px;	
}
/* テーブル１(th左寄せ) */
table.cl_table1 {
	margin-left: 20px;
	margin-right: 15px;
	border: none;
}
table.cl_table1 tr th{
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	font-weight: normal;	/*padding-left: 10px;*/
}
table.cl_table1 tr td{
	width: 100%;
}
/* テーブル２(th右寄せ) */
table.cl_table2{
	margin-left: 20px;
	margin-right: 15px;
	border: none;
}
table.cl_table2 tr th{
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	font-weight: normal;	/*padding-left: 10px;*/
}
address{
	font-style: normal;
}
/* 開催内容、トークライブ */
#talkphoto1{
	float: right;
	margin-left: 5px;
}
#talkphoto2{
	float: right;
	margin-left: 5px;
}
#talkphoto3{
	float: right;
	margin-left: 5px;
}
.talkue{
	margin-top: 10px;
}

/******L追加*****/
h4{
	color: #2B5BBD;
	font-size: 110%;
	background-image: url(images/parts_01.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 1.5em 0px 0px;
	padding: 0px 20px;
	line-height: 200%;
}
h5{
	color: #FFFFFF;
	font-size: 110%;
	margin: 0.5em 0px;
	padding: 2px 5px;
	font-weight: normal;
	background-color: #4683FF;
	border: 3px double #FFFFFF;
}
h6{
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: normal;
}
p {
	padding-left: 20px;
	padding-right: 15px;
}
ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
li{
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
}
li p{
	margin: 0px;
	padding: 0px 0px 0px 1em;	
}
.ue_20px{
	padding-top: 25px;
	_padding-top: 0px;	
}
.jikan{
	font-weight: bold;
	color: #266CFF;
}

.hidari_1herf{
	padding-left: 1.5em;
}
dl.hidari_1herf{
	padding-left: 1.5em;
	margin: 0px auto;
}
dl.hidari_1herf dd{
	list-style-type: circle;
	display: list-item;
}