<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Description: 
- 各ページの固有のスタイル
Last Up Date
- 20080529
Author:
- nakashima akira
*/

/*--------------------------------------
  dvdevent.html
---------------------------------------*/

#conisch{ 
	margin:0 40px;
    margin-top: -30px;
    position: relative;
    z-index: 50;
}
.conischL{
	float:left;
	width:487px;
	margin:7px 0px 22px 22px;
}
.conischR{
	float:left;
	width:353px;
	margin:20px 0px 0px 15px;
}


#conischBox{ 
	margin:0 40px;
    margin-top: 00px;
    position: relative;
    z-index: 50;
	width:880px;
}
#conischBox .conischL table{
	/*margin:7px 0px 22px 22px;*/
}

#conischBox .conischL table tr th{
	vertical-align:top;
	border-bottom:1px solid #b5ddee;
	padding-left:7px;
	padding-top:15px;
}
#conischBox .conischL table tr th img{
	margin:2px 25px 0 7px;
}
#conischBox .conischL table tr td{
	vertical-align:top;
	border-bottom:1px solid #b5ddee;
	padding-right:7px;
	padding-bottom:15px;
	padding-top:10px;
	line-height:250%;
	letter-spacing: 0.05em;
}
#conischBox .conischR table{
	margin:0;
}
#conischBox .conischR table tr td img{
	margin:10px 9px 0px 0;
}
#conischBox .conischL table tr.conischBn th{
	border-bottom:none;
}
#conischBox .conischL table tr.conischBn td{
	border-bottom:none;
	padding-bottom:0px;
}
#conischBox .conischB{
	clear:both;
	background:url(image/bg.jpg) no-repeat top left;
}
#conischBox .conischB p{
	margin:0 0 0 350px;
	letter-spacing: 0.05em;
}
#conischBox .conischB p.writer{
	text-align:right;
}</pre></body></html>