﻿/* Show only to IE PC \*/
* html .boxhead h2
{
	height: 1%;
}
/* For IE 5 PC */

.sidebox
{
	margin: 0 auto; /* center for now */
	background: url(img/box/sbbody-r.gif) no-repeat bottom right;
}
.boxhead
{
	background: url(img/box/sbhead-r.gif) no-repeat top right;
}
.boxhead h2
{
	background: url(img/box/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxhead select
{
	margin-top:21px;
}
.boxbody
{
	background: url(img/box/sbbody-l.gif) no-repeat bottom left;
	padding:1em 2em 3em 3em;
}

