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

a:hover img {
opacity: 0.7;
-moz-opacity: 0.7; /* Firefox */
filter: alpha(opacity=70); /* IE6/7 */
-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
table {margin: 10px 0 20px;}

body {
font-size: 14px;
font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
line-height:1.5;
color: #333;
}

/* table
-------------------------------------------------------------*/

table {
border-collapse:collapse;
margin:20px 0 10px;
margin-left: 1px;
}
th {
font-weight: bold;
text-align: left;
background: #f9f9f9;
white-space: nowrap;
}
th, td {
border:1px solid #bbbbbb;
padding:3px 6px;
box-shadow:inset 1px 1px 0 #fff;
-moz-box-shadow:inset 1px 1px 0 #fff;
-webkit-box-shadow:inset 1px 1px 0 #fff;
}

img.right, img.mt-image-right {
float: right;
margin: 0px 0px 10px 20px;
}
img.picFrame {
background: #fff;
padding: 5px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
-webkit-box-shadow:2px 2px 4px #bbb;
-moz-box-shadow:2px 2px 4px #bbb;
box-shadow:2px 2px 4px #bbb;
}
a:hover img.picFrame {
border: 1px solid #333;
}
img.thinFrame {
border: 1px solid #999;
}
a img.thinFrame {
border: 1px solid #ccc;
}
a:hover img.thinFrame {
border: 1px solid #093;
}

