/* 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/simple/simple.css);
/* end StyleCatcher imports */

/*ライトボックス対応*/
@import url(http://kktominaga.com/lightbox/css/lightbox.css) screen;

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

/*文字サイズの変更
body {
font-size:100%;
}*/

/*テーブルの枠線
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://kktominaga.com/assets_c/2011/05/logo-thumb-800x100-230.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#container .logo {
height:100px;
}
#contents .contents_title h2 {
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	margin-left: 70px;
	letter-spacing: 0.1em;

}


