@charset "UTF-8";

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
} 

* {
margin:0pt;
padding:0pt;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}

#lightbox_container {
	width: 640px;
	background: #FFFFFF;
	border: 0px none #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#item {
	width:640px;
	height:240px;
	clear:both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#item:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}

#item li {
	float: left;
	font-size:12px;
	list-style-type: none;
	overflow:hidden;
}

#item_name {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;	
}


#info {
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding:10px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#information {
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding:10px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.meister_top_menu {
	list-style-type: none;
	height:26px;
}
.meister_top_menu li {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	float: left;
}
.meister_top_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.meister_top_menu li a:hover {
	color: #FFFF00;
	text-decoration: none;
}
