/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.box {
	margin: 0 auto;
 	margin-top: 30px;
	width: 100%; 
	background: url(../images/box/body_right.gif) no-repeat bottom right;
	font-size: 100%; 
	}

.box_header {
	background: url(../images/box/header_right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.box_header h2 {
	background: url(../images/box/header_left.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.5em; 
	line-height: 1.6em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
	}

.box_body {
	background: url(../images/box/body_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 3px 24px 18px 20px;
	font-size: 1em; 
	}

 div.box_body ul li {
	list-style-image: url(../images/gray_arrow.gif);
	margin: 0 0 10px 0;
	}
