/***************************************************************************
 * common.css
 *--------------------------------------------------------------------------
 * 対象ファイル：index.html,search.html,serach.php
 ***************************************************************************/
@charset "utf-8";

/***************************************************************************
 * パンくず
 ***************************************************************************/
#breadcrumb{
	clear:both;
	color: #666666;
	font-size: 80%;
	width: 100%;
	text-align: left;
	margin: 0 1 0 0;
	padding-top: 3 0 5 0;
}
#breadcrumb a{
	color: #666666;
}
#breadcrumb a:hover{
	color: #FF0000;
}

/***************************************************************************
 * アンカータグ
 ***************************************************************************/
a { 
	text-decoration: none; 
}
a:link,a:visited,a:active{
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}

/***************************************************************************
 * 動画サムネイル
 ***************************************************************************/
.thumbnail_img{
	height:82px;
	width:110px;
	border-style:none;
}

/***************************************************************************
 * システムメッセージ
 ***************************************************************************/
.msg_text{
	color: #990000;
	font-weight:bold;
	font-size: 16px;
}