/*=================left=================*/
/*--------------l_menu_guide-------------*/

/*use default style in contents.css*/
/*-------------/l_menu_guide-------------*/
/*=================/left=================*/

/*=================right=================*/
h3.pgGuide,
h3.pgGuideR{/*use clearfix*/
border-bottom:solid 2px #D7E1EA;
margin:20px 0 15px 0;
}

h3.pgGuideR .title{
float:left;
}

h3.pgGuideR .attention{
float:right;
font-size:80%;
font-weight:normal;
}

/*-----------------comingSoon-------------*/
#comingSoon{/*use clearfix*/
}

#contentBody #comingSoon h3{
font-size:120%;
}

#comingSoon .pgUnit{
width:210px;
float:left;
margin:0 10px 0 5px;
word-wrap:break-word;
}

#comingSoon .pgUnit .pgPhoto{
margin:5px 0;
}

#comingSoon .pgUnit .pgURL{
margin-bottom:10px;
}

h4.pgTitie{
margin-bottom:3px;
background:none !important;
}
/*-----------------/comingSoon--------------*/
/*-----------------comingSoon2-------------*/
#comingSoon2{
margin:10px 5px;
border-top:solid 1px #D7E1EA;
}

#comingSoon2 h4.pgTitie{
margin-top:20px;
}


#comingSoon2 ul.date,
#comingSoon2 ul.link{
margin-bottom:5px;
}

#comingSoon2 .date li,
#comingSoon2 .link li{
margin-right:10px;
display:inline;
}

#comingSoon2 .date li img,
#comingSoon2 .link li img{
vertical-align:middle;
padding:1px;
}

#comingSoon .pgUnit .linkDetails img,
#comingSoon2 .pgUnit .linkDetails img{
vertical-align:middle;
}


/*-----------------pgGeneral--------------*/

#pgGeneral{/*use clearfix*/
}

#pgGeneral .pgUnit{
float:left;
width:335px;
height:230px;
border:solid 1px #D7E1EA;
margin:2px;
overflow:visible;
}


#pgGeneral dl{/*use clearfix*/
padding:10px;
}

#pgGeneral dt{
font-weight:bold;
margin-bottom:10px;
}

#pgGeneral dd img{
vertical-align:middle;
}

#pgGeneral dd.pgDesc{
margin-top:10px;
line-height:150%;
}

#secondE #pgGeneral dd.pgDesc{
line-height:130%;
}

#pgGeneral dd.pgPhoto img{
float:right;
padding-right:5px;
}


.linkToAdobe img{
float:left;
padding-right:5px;
}
/*=================/right=================*/

/*------clearfix rules(float clear hack) -------*/
/*for FF,Safari,Opera*/
#comingSoon:after,
h3.pgGuideR:after,
#pgGeneral:after,
#pgGeneral dl:after{
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#comingSoon,
h3.pgGuideR,
#pgGeneral,
#pgGeneral dl{
display:inline-block;
}

/*hides from IE5-mac \*/
*html #comingSoon,
*html h3.pgGuideR,
*html #pgGeneral,
*html #pgGeneral dl{
height:1%;
}

#comingSoon,
h3.pgGuideR,
#pgGeneral,
#pgGeneral dl{
display:block;
/*End hide from IE5-mac */
}

