/*-------------------*/
/*all
-------------------*/

body{
	font-size:12px;
	line-height:16px;
	background: url(../images/20140423_bridal/bg.gif) left top repeat-x #cbe4f3;
}

.bold{
	font-weight:bold;

}

.corGreen {
	color:#19663c;
	font-weight:bold;
	font-size:10px;
}

/* wrapper */

#header{
	margin-top:30px;
}

#wrapper01{
	width:800px;
	margin:0 auto;
	padding:0 4px 20px 4px;
	background: url(../images/20140423_bridal/bg_center.png) center top repeat-y;

}
 

#wrapper02{
	width:770px;
	padding:0 15px 0 15px;
	margin:0 auto;

}

.speLeft03{
	width:380px;
	float:left;	
	
}

.speRight03{
	width:365px;
	float:right;

}

.spefLeft{
	width:240px;
	float:left;
}


#programArea h2.pgTitle{
	-moz-border-radius: 5px; /*for Firefox*/
	-webkit-border-radius: 5px; /*for Safari and chrome*/
	border-radius: 5px; /*CSS3*/
	behavior: url(http://support.a8.net/as/camp/common/htc/PIE.htc); /*for IE*/
	border:1px solid #7ebcdf;
	padding:10px;
	background:#7ebcdf; /* customOK */
	font-size:24px; /* customOK */
	color:#FFF; /* customOK */
	position:relative;
}

#specialPg .spBoxTxt {
 width:355px;
 padding:9px;
 -moz-box-shadow:#cfa523 0 0 5px inset; /*for Firefox*/
 -webkit-box-shadow:#cfa523 0 0 5px inset; /*for Safari and chrome*/
 box-shadow:#cfa523 0 0 5px inset; /*CSS3*/
 behavior: url(/as/camp/common/htc/PIE.htc); /*for IE*/
 border-right:1px  solid #cfa523;
 border-bottom:1px  solid #cfa523;
 border-left:1px  solid #cfa523;

}

#specialPg .spBoxTxt2 {
 width:750px;
 padding:9px;
 -moz-box-shadow:#cfa523 0 0 5px inset; /*for Firefox*/
 -webkit-box-shadow:#cfa523 0 5px inset; /*for Safari and chrome*/
 box-shadow:#cfa523 0 0 5px inset; /*CSS3*/
 behavior: url(/as/camp/common/htc/PIE.htc); /*for IE*/
 border-right:1px  solid #cfa523;
 border-bottom:1px  solid #cfa523;
 border-left:1px  solid #cfa523;

}

#programArea #normalPg h2{
	font-size:20px;
	line-height:1.3;
	font-weight:bold;
	border-left:7px solid #d5bd28; /* customOK */
	background:#f6f6f6;
	color:#333;
	border-radius:0;
	padding:7px;
	margin:15px 0 15px 0;
}

#normalPg h3{
	font-size:14px;
	line-height:1.3;
	font-weight:bold;
	background:#cbe7f7; /* customOK */
	padding:5px;
	color:#333;/* customOK */
}
