/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://photopresent.heteml.jp/mt/mt-static/themes-base/blog.css);
@import url(http://photopresent.heteml.jp/mt/mt-static/support/themes/portal-site02-blue/portal-site02-blue.css);
/* end StyleCatcher imports */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid white;
}

.highslide-image {
    border-bottom: 0px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border-bottom: 0px solid white;
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    padding: 5px;
    background-color: silver;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
   
.shadetabs{   
padding: 3px 0;   
margin-left: 0;   
margin-top: 1px;   
margin-bottom: 0;   
font: bold 12px Verdana;   
list-style-type: none;   
text-align: left;   
}   
  
.shadetabs li{   
display: inline;   
margin: 0;   
}   
  
.shadetabs li a{   
text-decoration: none;   
padding: 3px 7px;   
margin-right: 3px;   
border: 1px solid #778;   
color: #2d2b2b;   
background: white url(images/shade.gif) top left repeat-x;   
}   
  
.shadetabs li a:visited{   
color: #2d2b2b;   
}   
  
.shadetabs li a:hover{   
text-decoration: underline;   
color: #2d2b2b;   
}   
  
.shadetabs li.selected{   
position: relative;   
top: 1px;   
}   
  
.shadetabs li.selected a{ /*selected main tab style */  
background-image: url(images/shadeactive.gif);   
border-bottom-color: white;   
}   
  
.shadetabs li.selected a:hover{ /*selected main tab style */  
text-decoration: none;   
}   
  
.tabcontentstyle{ /*style of tab content container*/  
border: 1px solid gray;   
width: 450px;   
margin-bottom: 1em;   
padding: 10px;   
}   
  
.tabcontent{   
display:none;   
}   
  
@media print {   
.tabcontent {   
display:block!important;   
}   
}