@charset "utf-8";

/*/////////////////////////////////////////////////////////
//benefit
/////////////////////////////////////////////////////////*/

body {
	background: #f8edea url(../../img/support/bg.jpg) no-repeat center top; 
}

#wrapper {
	width: 492px;
	margin: 24px auto 0px auto;
	position: relative;
	font-size: 1.2em;
	background: url(../../img/support/bg_content_middle.jpg) repeat-y left top; 
}

#wrapper #inner {
	padding-bottom: 21px;
	background: url(../../img/support/bg_content_bottom.jpg) no-repeat left bottom;
}


.content {
	width: 454px;
	margin-left: 19px;
	padding-top: 16px;
}

.content p {
	line-height: 140%;
	font-size: 1.1em;
}

#wrapper #inner .content .link_detail {
	width: 454px;
	height: 60px;
	margin-top: 9px;
}

#wrapper #inner .content .link_detail a {
	width: 412px;
	padding: 10px 0px 14px 34px;
	line-height: 160%;
	font-weight: bold;
	display: block;
	color: #e3372b;
	text-decoration: underline;
	background: transparent url(../../img/support/icon_pt.jpg) no-repeat left top;
}

#wrapper #inner .content .link_detail a:hover,
#wrapper #inner .content .link_detail a:active {
	color: #e3372b;
	text-decoration: none;
	background-color: transparent;
}


.secton {
	width: 454px;
}



/*/// material ///*/

.content #material p {
	margin-top: 9px;
}


/*/// size ///*/

.content #size {
	width: 454px;
	margin-top: 15px;
}

.content #size .firstChild {
	width: 253px;
	float: left;
}

.content #size .firstChild p.first {
	margin-top: 9px;
}

.content #size .firstChild p {
	margin-top: 6px;
}

.content #size .firstChild p span {
	color: #d80414;
	background-color: transparent;
}

.content #size .lastChild {
	width: 201px;
	float: left;
}


/*/// bug ///*/

.content #bug {
	width: 454px;
	margin-top: 15px;
}

.content #bug p.first {
	margin-top: 9px;
}

.content #bug p {
	margin-top: 6px;
}

.content #bug p.revision {
	width: 454px;
	padding-top:8px;
	font-weight: bold;
	line-height: 107%;
	background: url(../../img/support/bg_line_x.jpg) repeat-x left top;
}
.content #bug p.revision2 {
	width: 454px;
	padding-bottom:8px;
	background: url(../../img/support/bg_line_x.jpg) repeat-x left bottom;
}
.content #bug p.change {
	margin-top: 6px;
}
.content #bug p span {
	color: #d80414;
	background-color: transparent;
}


/*/// customer ///*/

.content #customer {
	background-color:#fbfbfb;
	width: 452px;
	margin-top: 9px;
	border: 1px solid #dcdcdc;
}

.content #customer p {
	padding: 12px 0px 12px 12px;
	font-size: 0.9em;
	line-height: 130%;
}

.content #customer p a {
	color: #e3372b;
	text-decoration: underline;
	background-color: transparent;
}

.content #customer p a:hover,
.content #customer p a:active {
	color: #e3372b;
	text-decoration: none;
}


/*/// products ///*/

.content .products {
	width: 454px;
	margin-top: 15px;
}

.products h3 {
	width: 454px;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: 107%;
	background: url(../../img/support/bg_line_x.jpg) repeat-x left bottom;
}

.content .products .firstChild {
	width: 454px;
}

.content .products .firstChild ul {
	margin-top: 9px;
}

.content .products .firstChild ul li {
	line-height: 140%;
	margin-top: 6px;
}

.content .products .lastChild {
	width: 454px;
}


/*/////clear fix///////*/

#wrapper #inner .content #size:after,
#wrapper #inner .content .products:after {
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}
#wrapper #inner .content #size,
#wrapper #inner .content .products {
   display:inline-block; /* for WinIE7,MacIE5 */
}
/* Hides from IE-mac \*/
* html #wrapper #inner .content #size,
* html #wrapper #inner .content .products {
   height:1px; /* for WinIE5,6 */
}
#wrapper #inner .content #size,
#wrapper #inner .content .products {
   display:block;
}
/* End hide from IE-mac */


/*//= 02*/



/*/// IE 5 Mac Only ///*/

/*\*//*/



/**/


