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



* {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	

}


.top_table td{
	vertical-align: middle;
}


#topline {
	width: 100%;
	background-color: #000;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}


.show td img{
	/* border-radius */
border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.207843) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.207843) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.207843) 0px 0px 6px 3px;
	border: 2px solid #FFF;
	margin-bottom: 10px;
}

.prof{
	font-size: 12px;
	line-height: 2em;
}



#bottom_line{
	width: 100%;
	background-color: #000;
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	height: 50px;
	margin-top: 100px;
	}
	
	
	
	a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



a:link {
	color:#333;
	text-decoration: underline;
}
 /*未訪問のリンクの色*/
a:visited {
	color:#333;
} /*訪問済みのリンクの色*/
a:hover {
	color:#999;
	text-decoration: underline;
} /*カーソルが乗っているリンクの色*/
