@import"event.css";



.text13-140,.font_bold{
	font-size: 12px;
	line-height: 130%;
}
.text11-130 {
	font-size: 11px;
	line-height: 130%;
}
.text-big {
	font-size: 20px;
	line-height: 150%;
	font-weight: bolder;
}
.text16-160 {
	font-size: 16px;
	line-height: 130%;
}
.text13-140-b {
	font-size: 13px;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
}
/*------------------ メルマガ用 -------------------*/
div#delete{
	display:none;
}

/*------------------ 基本ベース -------------------*/

area shape{
	margin:0;
	padding:0;
	clear:both;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;

}
p{
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 120%;
}
dl,dt,dd{
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 120%;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
li{
	font-size:10px;
	line-height: 150%;
	/* background-color:gray; */	
}
br{
	font-size:15px;
	line-height:100%;
}
.clear-both{
	clear:both;
}
.clear-both br{
	display:none;
}



/*-- IEでPNG画像を有効にするタグ --*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}



.iepngfix {
		behavior: expression(IEPNGFIX.fix(this));
}


/*-- 廃盤処理を有効にするタグ --*/

div#work_unit_l{
margin:0 auto 0;
text-align:left;
color:#FFFFFF;

}

div#work_unit_l a{
color:#FFFFFF;

}

div#work_unit_l dl{
	width:160px;
	float: left;
	display: block;
	margin: 8 0 5 5;
}

div#work_unit_l dl dt{
	border-bottom:#666666 1px solid;
	font-weight:bold;
	line-height: 1.5;
	padding-bottom:3;

}

div#work_unit_l dl dd{
width:150px;
padding:2;
margin:5;
font-size:11px;
}

div#work_unit_l dl dd#haiban{

border:#CC0000 1px solid;
background-color:#333333;
}

div#work_unit_l p{
	width:95%;
	font-size:11;
	height: 30px;
	margin-left: 10px;

}


div#work_unit_l p img{
	display:inline;
	float:left;
	margin-right: 5px;

}

div#work_unit_l p span{
	display:inline;
	line-height: 2.5;

}


/*---- 末端画像用 ----*/
#preview {
  display:none;
}
#preview-overlay {
  background-color:#000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 1150px;
  /* for IE6 */
  position: expression('absolute');
  top: expression(documentElement.scrollTop + 0 + 'px');
  left: expression(documentElement.scrollLeft + 0 + 'px');
}
#preview-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#preview-box a img {
  border: none;
}
#preview-image-box {
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  padding:5px 0;
}
#preview-image {
  zoom: normal;
}
#preview-image-loading {
  position: relative;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  background-color: #fff;
}
.preview-info {
  font-size:11px;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.2;
  overflow: auto;
  width: 100%;
}
.preview-detail {
  text-align: left;
  padding:5px 0;
}
.preview-title {
  color:#333;
  padding-left: 6px;
}
.preview-navigation {
  width: 100%;
  font-size:12px;
  margin: 0 auto;
}
.preview-navigation-prev {
  width: 25px;
  line-height:1.2;
  padding-left: 6px;
}
.preview-navigation-next {
  width: 25px;
  line-height:1.2;
  padding-right: 6px;
}
.preview-navigation-close {
  line-height:1.2;
  text-align:center;
}
