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

div.imgClass {
	text-align:center;
	margin-bottom:5px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}

ul.keihin {
	width:530px;
	border-color:#999999;
	border-style:solid;
	border-width:4px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}

ul.keihin li {
	width:130px;
	margin-bottom:5px;
	color:#6666ff;
	text-align:center;
	font-size:14px;
	float:left;
	list-style:none;
	font-weight:bold;
}

.keihin:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
  
.keihin {display: inline-block;} 
  
/* Hides from IE-mac \*/ 
* html .keihin {height: 1%;} 
.keihin {display: block;} 
/* End hide from IE-mac */ 

.captionName {
	width:130px;
	height:42px;
	padding-top:3px;
	line-height:102%;
	text-align:center;
	color:#6666ff;
	font-size:14px;
}

.imgPlace {
	width:130px;
	height:120px;
	margin-top:5px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
}


	