/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/admin/mt-static/themes-base/blog.css);
@import url(/admin/mt-static/support/themes/travel-blue/travel-blue.css);
/* end StyleCatcher imports */


/*ライトボックス対応*/
@import url(http://www.hokkoku-jk.co.jp/lightbox/css/lightbox.css) screen;


/*文字色の変更*/
#contents .contents_title h2 a{
    color: #ffffff;
}

/*テーブルの枠線*/
table {
border-collapse:collapse;
border:0;
margin-bottom:10px;
}


table tr {
border-top:solid #999 1px;
border-left:solid #999 1px;
}


table td {
padding:5px;
border-right: solid #999 1px;
border-bottom: solid #999 1px;
}


table th {
padding:5px;
border-right: solid #999 1px;
border-bottom: solid #999 1px;
color:#ff6600;
font-weight:bold;
text-align:center;
}


/*マウスオーバーの画像半透明化*/
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6; /* Firefox用 */
	opacity:0.6; /* Opera、Safari用 */
}




.logo {
	height: 160px;
	background-image: url(http://www.hokkoku-jk.co.jp/assets_c/2010/02/logo-thumb-800x356-35.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}





