/* CSS Document */


/*全体フォント*/
* {
  font-style:normal;
  font-weight:normal;
  line-height:1.1;
  color:#424242;
}

/*全体*/
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#000;
}

div#container {
	border-top:#000 solid 10px;
	width:100%;
	padding:0px 0px 150px 0px;
	margin:auto;
	background-image:url(images/com_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;

}

#header{
	text-align:center;
	height:75px;
	padding-top:75px;
}
/*-------------------------------------------------------------------------テーブルforリスト*/
td,tr{
	margin:0px;
	padding:0px;
}


.white{
	background-color:#FFFFFF;
	height:215px;
	width:136px;
	
}

.grey{
	background-color:#eee;
	height:215px;
	width:136px;
	
}

.photo{
	padding:23px 23px 0px 23px;
	width:90px;
	height:90px;
	}
	
.number{
	font-family:"Courier New", Courier, mono;
	font-size:13px;
	font-weight:bold;
	padding-left:23px;
	margin-top:10px;
	

}
.kind{
	padding:0px 0px 0px 23px;
	font-size:9px;
}

.name{
	text-align:center;
	font-size:15px;
	padding-bottom:25px;
	
}
p.border{
	margin:0px;
	padding:5px 0px 10px 0px;
	width:90px;
	border-top:#CCCCCC solid 1px;
}

a:link {
  color:#ab4997;
  text-decoration:underline; 
}
	
a:visited {
  color:#ab4997;
  text-decoration:underline; 
}	

a:active {
  color:#dc68ba;
  text-decoration:underline; 
}	

a:hover {
  color:#dc68ba;
  text-decoration:underline; 
}

a img {
  border: none;
}



/*フッタ*/



#footer_bar{
	width:100%;
	height:22px;
	text-align:center;
	color:#888;
	padding-top:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:10px;
}





