

/* Redefine XHTML TAGs */
/*** Universal selector by Eric Meyer - reset margin and padding
******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/*** Add for Safari
******************************************************************/

* {margin: 0; padding: 0;}

body {       
	font-family: "MS PGothic", "MS Gothic", sans-serif, serif;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	margin: 0;
	padding: 0;
	background: #fafbff url(../images/bg/bg.gif)  768px 0 repeat-x; /* NOTE: Add By a 1/7/2551 15:59 */
}
a {color: #3791dd; text-decoration: underline;}
a:hover {color: #3791dd; text-decoration: none;}
img {border: none;}
.clear {clear: both;}

/*-- Global Navigation --*/
#global {
	margin: 0px;
	padding: 0px;
	width: 768px;
	display: block;
	clear: both;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
#global li{
	text-indent:-9999px;
	float: left;
	width: auto;
}
#global li a {
	display : block;
	background-repeat: no-repeat;
	background-image: url(../images/bg/nav.gif);
}
		/*-- Home --*/
		#global li#home a {
			width: 87px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: 0 0;
		}
		#global li#home a:hover {
			background-position: 0px -27px;			
		}
		/*-- Work --*/
		#global li#work a {
			width: 89px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -87px 0;
		}
		#global li#work a:hover {
			background-position: -87px -27px;
		}
		/*-- FAQ --*/
		#global li#faq a {
			width: 69px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -176px 0;
		}
		#global li#faq a:hover {
			background-position: -176px -27px;
		}
		/*-- About Us --*/
		#global li#about a {
			width: 97px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -245px 0;
		}
		#global li#about a:hover {
			background-position: -245px -27px;
		}
		/*-- Contact Us --*/
		#global li#contact a {
			width: 111px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -342px 0;
		}
		#global li#contact a:hover {
			background-position: -342px -27px;
		}
		/*-- Links --*/
		#global li#link a {
			width: 80px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -453px 0;
		}
		#global li#link a:hover {
			background-position: -453px -27px;
		}
		/*-- Login --*/
		#global li#login a {
			width: 80px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -533px 0;
		}
		#global li#login a:hover {
			background-position: -533px -27px;
		}
		/*-- Site Map --*/
		#global li#sitemap a {
			width: 155px;
			height: 27px;
			background-image: url(../images/bg/nav.gif);
			background-position: -613px 0;
		}
		#global li#sitemap a:hover {
			background-position: -613px -27px;
		}
		
/* Start Index Layout */
#logo {display: block; clear: both; width: 768px; height: 153px; background: url(../images/banner.jpg) no-repeat; position: absolute; left: 0px; top: 27px;}
#logo h1 {color: #ffe1d5; font-size: 12px; text-align: left; padding: 10px; width: auto;} 
#logo p{display: block; width: 280px; height: 61px; color: #004a80; font-size: 14px; font-weight: bold; float: right; padding: 45px 10px 0px 0px;} 

#content {width: 768px; background: #ffffff; position: absolute; top: 176px; overflow: hidden;}
#content ul#nav {text-align: center; background: url(../images/nav_bg.gif) repeat-x; height: 44px; border-top: #000 1px dotted; margin: 0 auto;}
#content ul#nav li {font-family: "MS PGothic"; font-size: 14px; font-weight: bold; display: inline; }
#content ul#nav li a{
	background: url(../images/nav_top.gif) no-repeat top right; 
	height: 35px; 
	color: #000; 
	float: left; 
	border-right: 1px solid #999; 
	text-decoration: none;
	width: auto;
}
#content ul#nav li.nav1 a {width: 150px; padding-top: 8px; height: 27px;}
#content ul#nav li.nav2 a {width: 160px; padding-top: 8px; } 
#content ul#nav li.nav3 a {width: 152px; padding-top: 8px; }
#content ul#nav li.nav4 a {width: 151px; padding-top: 8px; }
#content ul#nav li.nav5 a {width: 150px; padding-top: 8px; border: none; }

/* BEGIN Add By A */
#global {background-color: #64a3d5;}
#global, #logo, #content {width: 768px; border-right: solid 1px #babec7; padding-right: 1px;}
/* END Add By A */

#left-side {float: left; width: 204px; padding-left: 4px;}
	#left-side ul.menu {padding: 8px 0px 5px 0px;}
	#left-side h4, #left-side h5 {height: 27px; color: #376080; font-weight: bold; padding-left: 15px; line-height: 27px; font-size:13px;}
	#left-side h4.planprice {background: #f2d9d0 url(../images/bg/bg_h2_LR.gif) no-repeat top left;}
	#left-side h5.inprosSearchEngine {background: #def2d0 url(../images/bg/bg_h2_LG.gif) no-repeat top left;}
	#left-side h5.referducSearchEngine {background: #d3f0f0 url(../images/bg/bg_h2_LB.gif) no-repeat top left;}
	#left-side ul.planprice, #left-side ul.InprosSearchEngine, #left-side ul.ReferducSearchEngine 
		{padding: 9px 0px 15px 13px; list-style: none; position: relative; background:url(../images/bg/bg_ul_LR.gif) 160px 11px no-repeat;}
	#left-side ul.InprosSearchEngine {background: url(../images/bg/bg_ul_LG.gif) 160px 11px no-repeat;}
	#left-side ul.ReferducSearchEngine {background: url(../images/bg/bg_ul_LB.gif) 160px 11px no-repeat;}
	
	#left-side h6.freeSearch { display: block; background: url(../images/bg/bg_boxLeft_top.gif); height:16px; font-size: 14px; color: #fff; padding: 7px 0; text-align:center; margin-top: 10px; }
	#left-side .freeSearchDetail { display: block ; border: 1px solid #e3e3e3; background:#fff url(../images/bg/bg_freeSearch.gif) no-repeat right bottom; border-top: none !important;  line-height: 15px; margin-bottom: 12px;}
	#left-side .freeSearchDetail .title { display: block; text-align: center; font-weight: bold; color: #000; padding: 7px 0 2px;}
	#left-side .freeSearchDetail .detail { display: block; padding: 3px 10px 10px 15px; width: 130px; color: #555;}
	#left-side .freeSearchDetail .detail img { padding-top: 5px;}
	
#right-side {float: right; width: 552px; padding: 0px 0px 18px 0px; margin-top: 8px; text-align: justify;}

		/*.index #right-side h2 {background:url(../images/bg/bg_title.gif) no-repeat; width: 537px; height: 42px; color: #1f7dbb; font-size: 14px; line-height: 42px; }
		.index #right-side h2 {padding: 8px 0px 0px 15px; line-height: normal !important;}
		.index #right-side h2 em {display: block; font-size: 12px; font-weight: normal; font-style: normal; color:#757575;}*/

	#right-side h2 {
		background:url(../images/bg/bg_h2.gif) no-repeat; 
		height: 42px; 
		width: 509px; /* Giw Add 17/07/08 and Deleted Width old */
		color: #1f7dbb; 
		font-size: 14px; 
		line-height: 42px;  
		padding-left: 33px;
		width: auto;
	}

	/* START NOTE: Giw 17/07/08 12:00  */
	
			/*.tujyoplus #right-side h2 em, .tsujyo #right-side h2 em, .sougo #right-side h2 em, .muryo #right-side h2 em 
		{font-size: 12px; color: #9f9f9f; font-style: normal; font-weight: normal;}*/
		
		#right-side .detailh2, .index #right-side .detailh2 {
			background:url(../images/bg/bg_h2.gif) no-repeat; 
			width: 509px; 
			height: 42px; 
			padding-left: 33px;
			line-height: 42px;
		}
		.index #right-side .detailh2 {
			line-height: 1%;
		}
		#right-side .detailh2 h2 {
			color: #1f7dbb; 
			font-size: 14px; 
			float: left;
			background: none;
			padding: 0;
			width: auto;
		}
			.index #right-side .detailh2 h2 {
				line-height: normal;
				padding-top: 14px;
				float: none;
				height: auto;
				width: auto;
			}
			.index #right-side .detailh2 em {
				margin-top: 7px;
				padding: 0;
			}
		
		#right-side .detailh2 em {font-size: 12px; color: #9f9f9f; font-style: normal; float: left; padding: 0 5px; width: auto;}
		#right-side .detailh2 strong {color: #1f7dbb; font-size: 14px; width: auto;}
		
	/*END NOTE: Giw 17/07/08 12:00  */
		 
	#right-side p.flowRegis {text-align: right; margin: -35px 14px 0px 0px;}

	#right-side #rightinfo {
		width: 502px; /*outline: #cfced6 1px solid;*/ 
		border: #f2f2f2 5px solid; 
		margin-top: 10px; 
		padding: 11px 14px 15px; /* NOTE: Add By a 1/7/2551 16:56 */
		overflow: hidden;
		clear: both;
	}
		.users #right-side #rightinfo h3, .relatedservices #right-side #rightinfo h3 {font-size: 14px; color: #000; width: auto;}
		.sougo_sougo #right-side #rightinfo h3 {font-size: 12px; color: #000; background: none !important; padding-bottom: 25px; width: auto;}
		.page22 #right-side #rightinfo h3,/* .users #right-side #rightinfo h3,*/ .relatedservices #right-side #rightinfo h3 {background: none !important; width: auto;}
		#right-side #rightinfo h3 {
			background: #c9e1e9 url(../images/bg/bg_h3.gif) right no-repeat; 
			height: 22px; 
			font-size: 14px; 
			color: #000;
			padding-left: 9px; 
			line-height: 22px;
			width: auto;
		}
			.sougo #right-side #rightinfo h3 {
				background: url(../images/bg/bg_h3_sougo.gif) no-repeat; width: 250px; height: 22px;
				font-size: 12px;
				margin-top: 15px;
				width: auto;
			}
			/* START NOTE: Giw 17/07/08 12:00  */
			.about #right-side #rightinfo .titleh3 {
				background: #c9e1e9 url(../images/bg/bg_h3.gif) right no-repeat; 
				height: 22px; 
				padding-left: 9px;
				width: auto;
			}
			.about #right-side #rightinfo .titleh3 h3 {font-size: 14px; color: #000; line-height: 22px; background: none; float: left; width: auto;}
			.about #right-side #rightinfo .titleh3 em {font-size: 12px; font-style: normal; line-height: 22px;}

			/* END NOTE: Giw 17/07/08 12:00  */

		#right-side #rightinfo #right_conbox h3.title1 {background: #bee9f4 url(../images/title1.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title2 {background: #bee9f4 url(../images/title2.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title3 {background: #bee9f4 url(../images/title3.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title4 {background: #bee9f4 url(../images/title4.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title5 {background: #bee9f4 url(../images/title5.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title6 {background: #bee9f4 url(../images/title6.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title7 {background: #bee9f4 url(../images/title7.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title8 {background: #bee9f4 url(../images/title8.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox h3.title9 {background: #bee9f4 url(../images/title9.jpg) left no-repeat; width: 460px; height:28px; padding:2px 0 0 30px; font-size: 14px;}
		#right-side #rightinfo #right_conbox p {font-size:12px; text-align:left;}
		
		.sougo #right-side #rightinfo {padding: 3px 7px 35px; width: 520px;color: #000; }
		.sougo #right-side #rightinfo p, .sougo #right-side #rightinfo a {font-size: 11px; line-height: normal; padding: 4px 0px !important;}
		.sougo #right-side #rightinfo .detailSougo { padding: 10px 15px !important;background: #f5f5f5; margin: 5px 0;}
		.sougo #right-side #rightinfo em { padding: 5px 0 0; display: block; font-style: normal; font-weight: bold; }
		
		
		.sougo #right-side #rightinfo p.block {width: 234px; display: block; padding: 8px 0px 5px 0px !important;}
		.sougo #right-side #rightinfo p span {color: #bd8027; padding-top: 5px; font-size: 16px; display: block; }
		.sougo #right-side #rightinfo p.picture {text-align: center; margin-bottom: 5px !important;}
		.sougo #right-side #rightinfo p.txtseo {background: #eee; width: 224px; height: 46px; color: #bf7e2a; padding: 7px 13px 0px 13px !important;}
		.sougo #right-side #rightinfo .txtDetail {border: #eee 1px solid; width: 220px; padding: 7px 14px 5px 13px !important; font-size: 11px; line-height: normal;}
		.sougo #right-side #rightinfo .txtDetail em {font-style:normal; color: #3792db;}
		.sougo #right-side #rightinfo ul.RegisAgent {width: 518px;  list-style: none;}
		.sougo #right-side #rightinfo ul.RegisAgent li {float: left; width: 259px;}
		.sougo #right-side #rightinfo li.blockSEO {width: 518px !important; padding-top: 3px; }
		.sougo #right-side #rightinfo li.blockSEO h3 {background: #bee9f4 url(../images/bg/bg_h3_sougo1.gif) right no-repeat; width: 518px; margin: 10px 0px;}		
		.sougo #right-side #rightinfo li.blockSEO .picture {float: left; width: 200px;}
		.sougo #right-side #rightinfo li.blockSEO p.txtseo, .sougo #right-side #rightinfo li.blockSEO p.txtDetail {float: right; width: 291px;}
		.sougo #right-side #rightinfo li.blockSEO p.txtDetail {width: 288px;}
		
		.aboutcourse #right-side #rightinfo {padding: 2px 3px 35px; width: 524px;}
		.aboutcourse #right-side #rightinfo a, .forprofessionals #right-side #rightinfo p {text-align: center; display: block;}
		.forprofessionals #right-side #rightinfo p {margin-top: 20px;}
		.aboutcourse #right-side #rightinfo ul {padding-left: 10px; list-style: none;}
		/* Table */
		.aboutcourse #right-side #rightinfo table {width: 520px; margin: 10px auto; background-color: #000; border-collapse: collapse;}
		.aboutcourse #right-side #rightinfo table th {background-color: #313131; color: #ccc; font-weight: normal; height: 20px; vertical-align: middle; line-height: 20px; text-align: center; border: solid 1px #000;}
		.aboutcourse #right-side #rightinfo table td {background-color: #dbd7c1; color: #000; height: 24px; vertical-align: middle; padding: 0 2px; text-align: center; border: solid 1px #000;}
		.aboutcourse #right-side #rightinfo table td:first-child {background-color: #1d477b; color: #ccc; width: 182px; text-align: left;}
		/* First table */
		.aboutcourse #right-side #rightinfo table:first-child td:first-child + td {background-color: #dbd7c1; color: #000; text-align: right;} /* Price */
		.aboutcourse #right-side #rightinfo table:first-child td + td + td + td + td + td {text-align: left;} /* Rating */
		/* Second table */
		.aboutcourse #right-side #rightinfo table:first-child + table td:first-child + td {background-color: #dbd7c1; color: #000; text-align: center;}
		.aboutcourse #right-side #rightinfo table:first-child + table th + th + th {padding: 0 5px;} /* PR */
		.aboutcourse #right-side #rightinfo table:first-child + table th + th + th + th {padding: 0 10px;} /* SC */
		
		.chigai #right-side #rightinfo ul {list-style: none; padding-top: 20px;}
		.chigai #right-side #rightinfo ul li {color: #9fce7f; border-bottom: 1px #000 dotted; line-height: 24px; padding-left: 10px;}
		.chigai #right-side #rightinfo ul li strong {color: #3791dd;}
		
		.muryo #right-side #rightinfo p.link {
			background: #f9f9f9 url(../images/bg/bg_list_muryo.gif) left repeat-y; 
			text-align:left; 
			color: #ce947f;
			font-weight: bold;
			font-size: 14px;
			padding: 20px 12px 20px 18px;
			margin-bottom: 14px;
		}
		
		.maximum #right-side #rightinfo p.black {color: #000;}
		.maximum #right-side #rightinfo ul {list-style: none;}
		.maximum #right-side #rightinfo ul li p strong {color: #0072bc;}
		.maximum #right-side #rightinfo ul.blocklist {background: #e6e6e6; color: #5fb4b4; padding: 10px;}
		
		.relatedservices #right-side #rightinfo h3 span {color: #757575; font-size: 12px; font-weight: normal;}
		.relatedservices #right-side #rightinfo ul {list-style: none;}
		.relatedservices #right-side #rightinfo ul li {border-bottom: #000 1px dotted; padding: 18px 0px; margin: 0px 10px;}
		
		#right-side #rightinfo .rules {
			background: url(../images/bg/bg_formfree.gif) no-repeat; 
			width: 478px; 
			margin: 0 auto;
			color: #b09469;
			padding: 32px 13px; /* NOTE: Edit By a 1/7/2551 15:23 */
			line-height: normal;
			min-height: 72px; /* NOTE: Add By a 1/7/2551 15:25 */
		}

		.formfree #right-side #rightinfo ol {list-style: none;}
		.formfree #right-side #rightinfo ol li ol li {list-style: decimal; margin-left: 12px;}
		.formfree #right-side #rightinfo ol ol {border-bottom: 1px dotted #000; padding: 10px 0px;}
		.formfree #right-side #rightinfo ol ol.noborder {border-bottom: none; padding-bottom: 50px;}
		.formfree #right-side #rightinfo ol li strong {color: #000; line-height: 32px;}
		.formfree #right-side #rightinfo p span {background: #def2d0; color: #000; padding: 5px; float: left; width: auto;}
		.formfree #right-side #rightinfo p a {float: right; width: auto;}
		
		.users #right-side #rightinfo > p {padding: 0px !important;}
		.users #right-side #rightinfo > p + p  {padding-top: 25px !important;}
			   #right-side #rightinfo p {padding: 7px 2px;}
	
		p.orangeBold {font-weight: bold; color:#e8801e;}
		p.orange {color: #bf7f27;}
		p.blue {color: #0076a3; font-weight: bold; font-size: 12px;}
		p.bottomHeight {margin-bottom: 14px;}
		/* Start Giw Edit 17/07/08 */
		p.order_botton {text-align:center; margin-top:20px; width: 540px;}
		/* End Giw Edit 17/07/08 */
		.sougo_touroku #right-side #rightinfo a {font-weight: bold; color: #fdb410;}

.users #right-side #rightinfo ul.persenSEO {width: 314px; display: block; font-weight: bold; padding: 40px 0px 34px 0px; list-style: none;}
.users #right-side #rightinfo ul.persenSEO > li + li + li + li {padding-top: 25px;}
.abouttouroku #right-side #rightinfo .blockabouttouroku {background: #FFCCFF;}
.sougo_site #right-side #rightinfo p {margin-left: 14px;}
.sougo_site #right-side #rightinfo dl {border: #dee7e7 1px solid; padding: 10px; margin-bottom: 11px;}
.sougo_site #right-side #rightinfo > dl {margin-top: 11px;}
.sougo_site #right-side #rightinfo > dl + dl {margin-top: 0px;}
.sougo_site #right-side #rightinfo dl dt {font-size: 14px; font-weight: bold; color: #000;}
	/* Start Giw Add 17/07/08 */
	.sougo_site #right-side #rightinfo dl dt em {font-style: normal; font-weight: normal;}
	/* End Giw Add 17/07/08 */
.sougo_site #right-side #rightinfo ul, .forprofessionals #right-side #rightinfo ul {margin-top: 29px;} 
.sougo_site #right-side #rightinfo ul li, .forprofessionals #right-side #rightinfo ul li
 {list-style: none; background: #fcf7e6 url(../images/bg/bg_list.gif) repeat-y; padding: 5px 5px 5px 18px; margin-bottom: 5px;}
 

	ul#rightcontent {border: 1px solid #ddd4d8; width: 518px; margin-top: 5px;  padding: 7px 12px; list-style: none; overflow: hidden;}
	ul#rightcontent li {margin-bottom: 19px; float: left; text-align: center; width: 250px; line-height: 18px;}
	ul#rightcontent li h4 {color: #fff; font-size: 16px; font-weight: bold; line-height: 26px; margin-bottom: 5px;}
	ul#rightcontent li h4 span {font-size: 22px; vertical-align: middle;}
	ul#rightcontent li p {color: #4d4d4d; font-size: 14px; font-weight: bold; }
	ul#rightcontent li.green, li.green1 {background: url(../images/bg/bg_content_green.jpg) no-repeat; width: 250px; height: 120px; margin-right: 17px;}
	ul#rightcontent li.green1 {margin: auto}
	ul#rightcontent li.blue, li.blue1 {background: url(../images/bg/bg_content_blue.jpg) no-repeat; width: 250px; height: 120px; margin-right: 17px;}
	ul#rightcontent li.blue1 {margin: auto;}
	ul#rightcontent li.gold {background: url(../images/bg/bg_content_gold.jpg) no-repeat; width: 250px; height: 120px; margin: 0px 17px 0px 0px;}
	ul#rightcontent li.silver {background: url(../images/bg/bg_content_silver.jpg) no-repeat; width: 250px; height: 120px; margin: auto; overflow: hidden;}
	ul#rightcontent li.silver ul.block {width: 214px; display: block; position: relative; }
	ul#rightcontent li.silver ul.block li{ list-style: none; text-align: left; font-size: 7.92pt; line-height:normal; margin-bottom: 0px; }
	ul#rightcontent li.silver ul.block li p {width: 131px; padding-left: 15px; font-size: 11px; font-weight: normal;} 
	ul#rightcontent li.silver ul.block li p.price {position: absolute; left: 143px; top: 1px;}	

	#right-side #WhatSEagent {background: url(../images/banner_search_engin.jpg) no-repeat; margin-top: 8px; width: 543px; height: 196px;line-height: 125%; /line-height: 135%; }
	#right-side #WhatSEagent h4 {
		background: url(../images/bg/bu_arrow.gif) 0 3px no-repeat; padding-left: 17px; 
		float: left; 
		width: 296px; 
		font-size: 16px; 
		color: #004a80; 
		margin: 28px 0px 10px 16px;
	}
	#right-side #WhatSEagent p {float: left; width: 313px; font-size: 12px; padding-left: 18px; }
	#right-side #featuresSE {background: url(../images/banner_keyborad.jpg) no-repeat; width: 543px; height: 251px; margin-top: 13px; line-height: 120%; /line-height: 116%; }
	#right-side #featuresSE h4 {
		background: url(../images/bg/bu_arrow.gif) 0 3px no-repeat; 
		padding-left: 17px; 
		float: right; 
		width: 296px; 
		font-size: 16px; 
		color: #175686; 
		margin: 36px 0px 10px 0px; 
	}
	#right-side #featuresSE > p {float: right; width: 300px; font-size: 12px; padding-right: 13px;line-height: 118%; /line-height: 117%;  } 
	#right-side #featuresSE > p + p + p + p {padding-top: 11px;}
	

/*-- Add by oil in file " 25.html " --*/
#right-side #boxcolorDetail {width: 542px; padding-bottom: 15px; margin-top: 7px; background: url(../images/bg/bg_orange_green_blue.gif) repeat-y; overflow: hidden; position: relative;}
#right-side #boxcolorDetail p img {position: absolute; bottom: 0; left: 0;}
#boxcolorDetail #orangContent {width: 183px;}
	#boxcolorDetail #orangContent li h3 {width: 167px; height: 49px; background: url(../images/bg/bg_header_orange1.gif) no-repeat;}
#boxcolorDetail #greenContent {width: 172px; margin-left: 3px;}
	#boxcolorDetail #greenContent li h3 {width: 156px; height: 49px; background: url(../images/bg/bg_header_green1.gif) no-repeat;}
#boxcolorDetail #blueContent {width: 183px; margin-left: 1px;}
	#boxcolorDetail #blueContent li h3 {width: 167px; height: 49px; background: url(../images/bg/bg_header_blue1.gif) no-repeat;}
#boxcolorDetail #orangContent, #right-side #greenContent, #right-side #blueContent {float: left; list-style: none; line-height: 20px;}
	#right-side #orangContent li h3, #right-side #greenContent li h3, #right-side #blueContent li h3 {
		color: #000;
		font-size: 12px;
		line-height: 15px;
		padding: 20px 0 0 14px;
		margin-bottom: 5px;
	}
	#boxcolorDetail #orangContent > li + li, #right-side #greenContent > li + li, #right-side #blueContent > li + li {padding-left: 13px;}
	#right-side p.goOnTop {display: block; text-align: right; padding: 20px 20px 0 0; clear: both;}
		
/*-- Add by oil in file " 28.html " --*/
#right-side #rightinfo .introDetail {float: left; width: 225px; list-style: none;}
	#right-side #rightinfo .introDetail li {padding-bottom: 20px; clear: both;}
	#right-side #rightinfo .introDetail li h3 {font-size: 14px !important; color: #000 !important; background: none; padding-bottom: 4px; margin-bottom: 4px; border-bottom: 1px solid #d0d0d1;}
	#right-side #rightinfo .introDetail li > p {float: left; width: 147px; overflow: hidden; padding: 0px !important;}
	#right-side #rightinfo .introDetail li > p + p {float: right; width: 76px; text-align: right;}
	#right-side #rightinfo .introDetail li ul {list-style: none;}
	#right-side #rightinfo .introDetail li ul li {padding-bottom: 0;}
#right-side #rightinfo .navDetail {float: right; width: 210px; list-style: none; margin-right: 14px;}
	#right-side #rightinfo .navDetail li {width: 200px; height: 19px; font-size: 14px; color: #000; font-weight: bold; padding: 3px 0 0 10px; margin-bottom: 2px; background: url(../images/bg/bg_sitemap-list01.gif) no-repeat;}
	#right-side #rightinfo .navDetail li a {color: #000; text-decoration: none;}


/*-- Add by oil in file " Form.html " --*/
#right-side #formRegister {width: 508px; outline: #cfced6 1px solid; border: #f2f2f2 4px solid; margin-top: 7px; padding: 12px 12px 30px 12px; overflow: hidden;}

	#right-side #formRegister fieldset {border: none; font-size:11px; }
	#right-side #formRegister .titleForm { padding: 0 6px 0 72px; /padding: 0 6px 0 71px;}
	
	#right-side #formRegister ul {width: 508px; list-style: none; _padding-top: 10px;}
	#right-side #formRegister ul.order { display:block; width:50px !important;}
	#right-side #formRegister ul li {width: 508px; padding-bottom: 3px; overflow: hidden; /padding-bottom: 5px;} /*-- Edit By A 9/7/2551 11:28 --*/ 
	#right-side #formRegister ul li.last {border-top: solid 1px #bbbaba !important; height:0 !important; padding: 0 !important; _padding: 0 0 0 !important; _height: 0px; /margin: -11px 0 0 !important; }
		#right-side #formRegister ul li label {float: left; width: 130px;}
		#right-side #formRegister ul li label span {color: red;} /*-- Add by A 2/7/2551 12:00 --*/
		#right-side #formRegister ul li label.textboldLong {
			width: 498px; 
			display: block; 
			color: #000; 
			text-align: left; 
			font-weight: bold; 
			padding-left: 10px; 
			margin: 8px 0; 
			clear: both;
		}
		#right-side #formRegister ul li.text { border:none; height: auto; width: auto !important; padding-left:5px;}
		
		#right-side #formRegister ul li p, #right-side #formRegister ul li ol {float: right; width: 374px; list-style: none; line-height: 15px; margin-bottom: 10px;} /* Edit By A 14/7/2551 15:18 // Original margin-bottom: 2px;*/
		#right-side #formRegister ul li ol { width: 374px; padding:0 0 3px 0; margin: 0; overflow: hidden}
		#right-side #formRegister ul li ol li.titleFree {width: 300px !important; overflow: hidden;}
		#right-side #formRegister ul li p.textlong {width: 508px; float: left;}
		#right-side #formRegister ul li span {font-size: 10px; color: #bb7f29; line-height: 14px;}
		#right-side #formRegister ul li .textbrown {display: block;}
		#right-side #formRegister ul li .textorange {display: block; padding-left: 10px; clear: both;}
		#right-side #formRegister ul li .textindentBrown, #right-side #formRegister ul li .textindentorange {display: block; width: 435px; padding: 6px 0 6px 73px; clear: both;}
		
		#right-side #formRegister ul li em {font-size: 10px; color: #ff7e00; font-style: normal;}
		/*-- Add By A 9/7/2551 11:28 --*/
		#right-side #formRegister ul li p.explain {/*font-weight: bold;*/ float: right; width: 486px; padding: 5px 8px; border: solid 1px #ccc; margin-bottom: 10px;}
		
		#right-side #formRegister input[type='text'],
		#right-side #formRegister input[type='password']{
			width: 368px; 
			min-height: 16px; 
			font-size: 12px; 
			font-weight: bold; 
			color: #3791dd; 
			padding: 2px; 
			background: #f2f2f2; 
			border: 1px solid #add1eb;
		}
		#right-side #formRegister input[type='password']{
			width: 200px;
		}
		#right-side #formRegister input.textshot {width: 200px;}
		#right-side #formRegister textarea {
			width: 368px; 
			height: 86px; 
			font-size: 12px; 
			font-weight: bold; 
			color: #3791dd; 
			padding: 2px; 
			background: #f2f2f2; 
			border: 1px solid #add1eb;
		}
			#right-side #formRegister textarea.textarealong {
				width: 498px; 
				height: 55px; 
				font-size: 12px; 
				font-weight: bold; 
				color: #3791dd; 
				padding: 2px; 
				background: #f2f2f2; 
				border: 1px solid #add1eb;
			}
		#right-side #formRegister select {
			width: 200px; 
			min-height: 16px; 
			font-size: 12px; 
			font-weight: bold; 
			color: #3791dd; 
			padding: 2px; 
			background: #f2f2f2; 
			border: 1px solid #add1eb;
		}
		
	#right-side #formRegister ul.picRegister {
		width: 372px; 
		height: 182px; 
		font-size: 10px; 
		line-height: 11px; 
		list-style: none; 
		padding: 10px 7px 0 125px; 
		margin: 8px 0; 
		background: url(../images/bg/bg_29.jpg) no-repeat; 
		clear: both;
	}
	#right-side #formRegister ul.picRegister li {width: 372px; padding-bottom: 8px;}
		#right-side #formRegister ul.picRegister li em {font-style: normal; color: #ff7e00;}
	
	#right-side #formRegister ul.explanRegist {
		width: 507px; 
		height: 291px; 
		list-style: none; 
		padding: 10px 6px 0; 
		margin: 8px 0 0; 
		background: url(../images/bg/bg_30_free.jpg) no-repeat; 
		clear: both;
	}
	#right-side #formRegister ul.explanRegist li p {float: none; width: 495px; font-size: 10px; line-height: 13px; margin: 0;}
	#right-side #formRegister ul.explanRegist li ul {padding-left: 25px;} 
		#right-side #formRegister ul.explanRegist li ul li h4 {color: #000; padding: 8px 0 6px;}
		#right-side #formRegister ul.explanRegist li ul li p {font-size: 10px; font-size: 12px; line-height: 12px; font-weight: bold; color: #bb7f29;}
		
		#right-side #formRegister ul li p.boxformfree {
			float: none; 
			width: 495px; 
			font-size: 10px; 
			line-height: 13px; 
			padding: 9px 3px; 
			margin: 10px 0; 
			background: #fff url(../images/bg/bg_free01.gif) repeat-x; 
			border-left: 1px solid #d5d5d5; 
			border-right: 1px solid #d5d5d5; 
			position: relative; 
			clear: both;
		}
		#right-side #formRegister ul li p.boxformfree span.freeTop img {width: 503px; height: 9px; position: absolute; top: 0; left: -1px;}
		#right-side #formRegister ul li p.boxformfree span.freeBottom img {width: 503px; height: 9px; position: absolute; bottom: 0; left: -1px;}
		
		#right-side .categoryBox {border: 4px solid #f2e4bd; display: block; width: 305px; _width: 300px; list-style: none; background: #f5f5f5; margin: 0px 7px 0px 0; float: left; height:212px; overflow: hidden;}	
		#right-side .listCategory { padding:2px 8px 0px 20px;/* /padding: 0 8px 0px 23px;*//* line-height: 125%; /line-height: 135%;*/ }
		#right-side .listCategory li  { list-style: url(../images/bullet_arrow.gif); border-bottom: 1px #e7e7e7 solid; padding-bottom: 5px; margin-top: 5px;}
		#right-side .listCategory span { font-weight: bold;}
		#right-side .listCategory .last { border-bottom: none !important; }
		#right-side .bannerTop img { margin: 0px 0 0px;}
		#right-side .listCategory2 {border: 4px solid #f2e4bd; display: block;  background: #f5f5f5; margin: 10px 0 0; padding: 10px; width:515px; }
		
		#right-side .contentBox { display: block; color: #555; margin: 10px 0; }
		#right-side .contentBox li { display: block; height: 120px; margin-bottom: 10px;}
		#right-side .contentBox li h3  { color: #fff; padding: 6px 0 0 6px; /padding: 5px 0 0 6px; text-align:left; font-size: 14px; width: 40px; display: block; float: left }
		#right-side .contentBox li h4 { color: #fff; padding: 6px 8px 0 0; /padding: 5px 0 0 6px; text-align: center; font-size: 14px; overflow: hidden;}
		#right-side .contentBox .blue { display: block; background: url(../images/bg/bg_blue1.gif) no-repeat ;}
		#right-side .contentBox .blue2 { display: block; background: url(../images/bg/bg_blue2.gif) no-repeat ;}
		#right-side .contentBox .blue3 { display: block; background: url(../images/bg/bg_blue3.gif) no-repeat ;}
		
		#right-side .contentBox .left { width: 315px; float: left; text-align: center; display: block; overflow: hidden;}
		#right-side .contentBox .middleCont { padding: 10px 8px 9px 3px; font-weight: bold; font-size: 14px;}
		#right-side .contentBox .textleft { width: 137px;  _width: 135px; display: block; float: left; padding: 4px 0 0 5px; font-weight: bold; text-align: left; padding-right: 0 !important;}
		#right-side .contentBox .botton { padding-right: 15px; text-align: left; display: block;}
		#right-side .contentBox .botton img { padding-right: 0px;}
		#right-side .contentBox .bottom2 { padding: 10px 0 6px;  /padding: 12px 0 6px; font-weight: bold; font-size: 28px; color:#000; text-align: center; display: block; width: 215px; display: block; /float: left; }
		#right-side .contentBox .bottom4 { padding: 8px 0 6px;  /padding: 10px 0 6px; font-weight: bold; font-size: 28px; color:#000; text-align: center; display: block; }
		#right-side .contentBox .bottom2 span { font-size: 14px !important; position: static; padding-top: 10px;}
		#right-side .contentBox .bottom2 .bigText { font-size: 28px !important; position:absolute !important; padding-top: 0px !important; /padding: 10px 0 5px 0 !important; margin-top: -2px;}
		#right-side .contentBox .bottom3 .texttwo {font-size: 18px !important; position: absolute; padding-left: 10px; /padding-left: 0px; /padding-top: 8px;}
		#right-side .contentBox .bottom3 em {font-style: normal; text-decoration: line-through;}
		#right-side .contentBox .bottom3 { padding: 10px 0 6px; /padding: 13px 0 6px; font-weight: bold; font-size: 28px; color:#000; text-align: center; width:248px; float: left; }
		
		
		#right-side .contentBox .right { width: 212px; list-style: none; overflow: hidden; text-align: left !important; padding: 8px 5px 0 8px; line-height: 150%; /line-height: 149%;}
		#right-side .contentBox .right p { padding-bottom: 8px; }		
		#right-side .greenContent { color: #599432; display: block ; padding: 8px; border: 4px #b7b7b7 solid; width: 516px;}
		#right-side .greenContent em { font-style: normal; color: #165aa5; text-decoration: underline;} 
		#right-side .greenContent em a { font-style: normal; color: #165aa5; text-decoration: underline;} 
		#right-side .greenContent span { color:#cf0000;}
		#right-side .contentTB { width: 544px; border: 1px solid #98b0c7; margin: 10px 0 10px ; text-align: center;}
		#right-side .contentTB th { color: #fff; width: 90px ; padding: 5px}
		#right-side .contentTB td { padding: 5px 35px 5px 2px; border-top: 1px #a9a9a9 dotted; text-align: right;}
		#right-side .contentTB .one { background: #264069; width: 165px !important;}
		#right-side .contentTB .two  {background: #2b5292;}
		#right-side .contentTB .three {background: #4880cf;}
		#right-side .contentTB .four {background: #65a9eb;}
		#right-side .contentTB .five {background: #89c3f0;}
		#right-side .contentTB .oneCol {background: #e9e9e9; color: #366184; text-align: left !important; font-weight: bold;padding: 5px 2px 5px 7px !important; }
		#right-side .contentTB .twoCol {background: #f2f2f2;padding: 5px 25px 5px 0px !important;}
		#right-side .contentTB .threeCol { border-right: 1px solid #e7e7e7 !important; padding: 5px 20px 5px 2px !important;}
		#right-side .contentTB .fourCol { border-right: 1px solid #e7e7e7 !important; padding: 5px 40px 5px 38px !important;}
		#right-side .contentTB .lastCol { border: none !important;}
		
/* Footer */
#footer {width: 768px; margin: 0 auto; clear: both; overflow: hidden;}
#footer ul {text-align: center; margin: 52px auto 20px;}
#footer ul li {display: inline; list-style: none; padding: 0 9px;}
#footer ul li a {text-decoration: none;}
#footer #footertop {
	width: 768px;
	clear: both;
	background: #cadadf;
	text-align: center;
	padding: 3px 0;
	border-top: 1px solid #666666;
}
#footer #footerbottom {
	width: 668px;
	background: #E2EBED;
	text-align: center;
	padding: 10px 50px;
	font-size: 10px;
	line-height: 130%;
	color: #999999;
}
#footerbottom a {color: #999999; text-decoration: underline;}
#footerbottom a:hover {color: #999999; text-decoration: none;}


/**
 * 
 * NOTE: Add for FAQ page
 * By: a
 * Date: 1/7/2551 15:25
 *
 */
/*#faq h3 {margin-bottom: 10px;}
#faq dl {margin: 5px 0 10px 15px;}
#faq dl strong {margin-right: 5px;}
#faq dd {margin: 3px 0 0 15px; display: none;}*/

/* popup */
#sougo_info, .popup_msg {padding: 10px; text-align: center; background: #fafcfe url(../images/bg/bg.gif) 0 0 repeat-x; }
#sougo_info p, .popup_msg p {padding: 10px; background-color: #fff; color: #999; text-align: left;}
#sougo_info p span {display: block; margin: 10px 15px 0; padding: 10px; border: solid 1px #ccc;}
.popup_msg p {text-align: center !important; padding: 25px 0;}
/*#sougo_info input {margin-top: 10px;padding: 2px 10px;}*/


/* moya.html */
#form-step {width: 512px; margin: 40px auto 30px;; display: block;}
.remark-top {color: #757575; font-weight: bold; margin: 10px 0 20px;}
/*.remark-bottom {color: #757575; font-weight: bold; margin: 20px 0 10px;}*/

#right-side-info {border: solid 1px #e6e6e6; margin: 20px 0 5px;}
#right-side-info dl {border: solid 3px #f1f1f1; padding: 0 17px 19px;}

#right-side-info dl dt {margin-top: 19px; color: #87b369; font-weight: bold;}

p#button-set {margin-top: 10px; text-align: center; padding: 5px;}
p#button-set input {
	background: url('../images/bg/button.gif') no-repeat;
	cursor: pointer;
	width: 82px;
	height: 25px;
	margin-right: 16px;
	border: none;
	/*cursor: pointer;*/
	font-weight: bold;
}

input.no {color: #bd7f2a; padding-left: 3px; }
input.yes {color: #5b7d96;}

/* sougo_form */
/*.sougo_form div#right-side > h2 + img {width: 512px; margin: 40px auto 15px; display: block;}*/
.sougo_form div#right-side > h2 + p {text-align: right; padding: 20px 40px 10px; width: auto;}
.sougo_form div#right-side > h2 + p span {color: #d60303; font-size: 10px; font-weight: normal; padding: 0; width: auto;}
/*.sougo_form div#right-side > h2 + img + p > span {color: #757575; font-weight: bold; padding-top: 15px;}
.sougo_form div#right-side > h2 + img + p > span + span {color: #d60303; font-size: 10px; font-weight: normal; padding: 0;}*/
.orangeText { color: #FF8000; text-align: center; display: block; background: #FFFFFF; padding: 0px 0 8px;}

.sougo_form form > fieldset:first-child { background-color: #f2f2f2; margin-bottom: 10px; }
.sougo_form form > fieldset:first-child > label {float: left; display: block; padding: 77px 7px 0; width: 88px; height: 157px; text-align: center;}
.sougo_form form > fieldset:first-child > label > span {color: red;}
.sougo_form form > fieldset:first-child > label + ul {float: right; width: 400px !important; background-color: #fff; }
.sougo_form form > fieldset:first-child > label + ul li {width: 400px !important; border-bottom: solid 1px #f2f2f2; height: 25px; padding-top: 10px; /*line-height: 35px; vertical-align: middle;*/}

.sougo_form form > fieldset:first-child > span {clear: both; display: block; float: right; width: 390px; background-color: #fff; padding-left: 10px; }

.sougo_form form > fieldset:first-child > label + ul li > input {float: left; margin: 0px 6px 0; /margin: -2px 4px 0;}
.sougo_form form > fieldset:first-child > label + ul li > label {display: inline !important; /*padding-top: -4px;*/ width: 265px !important; text-align: left !important;}
.sougo_form form > fieldset:first-child > label + ul li > strong {float: right; font-weight: bold;}
.full_price { color:#333333 !important; font-style:normal; font-weight: bold; text-decoration:line-through;}
.sougo_form form p > span > em {color: #BB7F29 !important;}
.order_new li strong { width:55px; text-align:right;}
.order_new li span.check { float:right; text-align:right;}

/* Confirm */
.sougo_form_confirm form > fieldset label {width: 170px !important;}
.sougo_form_confirm form > fieldset p,
.sougo_form_confirm form > fieldset ol {width: 320px !important;}

/* Themes list */
.sougo_theme #right-side #themes-list fieldset {width: 508px; outline: #cfced6 1px solid; border: #f2f2f2 4px solid; margin-top: 7px; padding: 12px 12px 30px 12px; overflow: hidden; text-align: center;}
.sougo_theme #right-side #themes-list fieldset li {list-style: none; float: left; padding: 5px 10px; margin-bottom: 15px;}
.sougo_theme #right-side #themes-list fieldset li img {display: block; margin-bottom: 8px; border: solid 3px #f2f2f2;}
.sougo_theme #right-side #themes-list fieldset li label {padding-left: 5px;}
.sougo_theme #right-side > p {padding: 15px;}

.sougo_complete #right-side > p {padding: 15px 30px;}
/* Condition page */

/* condition */
div#info-box { width: 535px; height: 350px; overflow: auto; background-color: #f2f2f2; border: solid 1px #999; margin: 10px 0; padding: 2px; }
/*.touroku_condition div#right-side div#info-box {padding: 2px;}*/
div#info-box > ol {margin: 5px 0 10px; padding-left: 5px;}
/*div#info-box > ol > li {background: #f2f2f2 url('../images/sub_title.gif') no-repeat; padding: 3px 0 3px 27px; font-weight: bold; color: #444; }*/
div#info-box > ol > li span {color: #f90;}
div#info-box > ol > li > ol { padding: 5px 5px 0 15px;}
div#info-box > ol > li > ol > li {font-weight: normal; }
div#info-box > p {text-align: right; font-weight: bold;}

.red, span.remark {color: red !important;}

.errorMsg { display: block; color: red !important; padding-top: 3px; font-size: 10px;}
.totalBox{ display: block; width: 400px; float:right; background: #fff; font-weight: bold; padding: 15px 0 8px; /padding: 10px 0 8px; color: #333;}
.totalBox .errorMsgTotal { display: block; float: left; text-align: left; width: 100px; overflow: hidden; padding-left: 5px; }
.totalBox .errorMsgPrice { display: block; text-align: right; width: 100px; float: right; overflow: hidden; padding-right: 5px; color:#FF0000; }

#opt_100_info {display: none;}

.w435 { width: 435px; }
.w450 { width: 450px; }
.w576 { width: 576px; }
.w780 { width: 780px; }
/*.fb-msg {width: 435px; text-align: center !important; padding: 15px 0;}*/

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

.small {font-size: 11px; line-height: 12px;}
p.valid {text-align: center;}

a#view_theme {display: block; margin: 5px 0 0 -8px;}
/* Themes list [popup] */
ul#themes-list li {list-style: none; float: left; padding: 5px 10px; margin-bottom: 15px;}
ul#themes-list li img {display: block; margin-bottom: 8px; border: solid 3px #f2f2f2;}
ul#themes-list li span {padding-left: 5px;}


li.closed {position: relative;}
span.not_available {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	z-index: 999;
}
li.inactive { cursor: pointer; color: #3791dd; text-decoration: underline; }
li.inactive:hover { text-decoration: none; }


/* add 15052009 */
.titlemaximum { color: #0072BC; font-weight: 700;}
.example span { display: block; float: left; padding: 0 5px 0 0; height: 50px;}


.seoBanner { display: block; margin: 0 0 15px;}

.order-complete { display:block; height:1%; overflow:hidden; padding: 0 30px; margin-bottom: 30px;}
.order-complete dt { display: block; float:left; width: 230px; overflow:hidden;}
.order-complete dd { display: block; width: 220px; float:left; padding: 0 10px 0 30px; font-size:11px; }
.line-complete{ border:solid 1px; color:#CCCCCC; margin-left:30px; width:500px;}




#facebox .b {
  background:url(../images/facebox/b.png);
}

#facebox .tl {
  background:url(../images/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/facebox/bl.png);
}

#facebox .br {
  background:url(../images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px 10px 0 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

/* Add By A 9/7/2551 20:04 */
#facebox .content {
  margin-bottom: 10px;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  /*margin-top: 10px;*/
  text-align: left;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
