<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

a.showtips {
	color: #CC0000;
	border: dotted 1px #CC0000;
	padding: 2px 15px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	background:url(../img/baloon_bg.gif) right center no-repeat;
	background-color: #FFEEFF;
}

a.showtips:link,
a.showtips:visited,
a.showtips:hover,
a.showtips:active {
	white-space: nowrap;
	color: #CC0000;
	border: dotted 1px #CC0000;
	padding: 2px 15px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	background:url(../img/baloon_bg.gif) right center no-repeat;
	background-color: #FFEEFF;
}

#explain {
display:none;
}

#tips {
display:none;
width: 305px;
position:absolute;
z-index: 1000;
/*
opacity: 0.9;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
*/
}

#tips p,#tips h3 {
padding: 0px;
margin: 0px;
}

#tips h3 {
color: #CC3300;
font-weight:bold;
border-bottom:solid 2px #CC3300;
}

#tips_head {
height:20px;
background:url(../img/baloon_head.png) top left no-repeat;
}


#tips_body {
background:url(../img/baloon_body.png) top left repeat-y;
width: 305px;
}


#tips_foot {
height:50px;
background:url(../img/baloon_foot.png) top left no-repeat;
/*
background:url(../img/baloon_foot.png) top left no-repeat !important;
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/baloon_foot.png", sizingMethod="scale");
*/
}


#tips_head p {
text-align:right;
padding: 10px 17px 0 0;
line-height:16px;
}

#tips_head a img {
text-decoration: none;
border: none;
}


#tips_content {
margin: 0 25px 0 20px;
}

#tips_content h3 {
font-size:100%;
line-height:150%;
margin-bottom:10px;
}

#tips_content p {
	line-height : 140%;
	font-size: 95%;
	text-indent:1em;
}

/* 画像全般 */
.pict_mi{
	border-width: 2px;
	border-style: solid;
	border-color: #eeeeee #cccccc #cccccc #eeeeee;
	padding: 5px;
	background-color: #ffffff;
	margin:0 auto;
	text-align:left;
	}
	</pre></body></html>