.scene {
    width: 940px;
    height: 302px;
    top: 0px;
    left: 0px;
    
    background-image: url('img/convention.jpg');
    background-color:#bbc8e6;
    
}


#subNav {
    padding: 0px;
    text-align: center;
	background-color:#cccccc;
	
    width: 940px;
    height: 64px;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
#subNav li {
	margin : 1px;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
	text-align : center;
    line-height:62px;
/*  
	width: 150px;
    height: 42px;
*/
}
/*.subNavLink{*/
#subNav a{
	display: inline-block;
    line-height:71px;
	vertical-align:middle;
    width: 466px;
    height: 60px;

	color: #474747;
	background-color:#ffffff;
}
#subNav a:hover{
	color: #777777;
}
#navLink_ag{
	background-image: url('img/subNavBase_ag.png');
}
#navLink_ag:hover{
	background-image: url('img/subNavBase_ag_h.png');
}
#navLink_pg{
	background-image: url('img/subNavBase_pg.png');
}
#navLink_pg:hover{
	background-image: url('img/subNavBase_pg_h.png');
}



#subNav p{
	text-align : left;
	vertical-align:middle;
	padding : 20px;
	padding-left : 85px;
	font-size:large;
	
    width: 460px;
    height: 30px;
}


div#contentsArea {
    height: 800px; !important
    background-color:#ffffff;
}

#mainCol {
    

    width : 920px;!important
/*    width : 600px;!important*/

}
#subCol {

    width : 10px;!important
/*    width : 320px;!important*/
}



h1#newsHead {
    padding-left : 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height:36px;
    
    font-weight:bold;
    font-size:20px;
    letter-spacing:2px;
    
    width : 920px;
/*    width : 660px;*/
	height : 36px;
	/*background-color : #f3f3f3;*/
	
	/*border-top   : 2px solid #aaaaaa;*/
	border-bottom: 2px solid #aaaaaa;
}

#newsDate {
 
 	display:inline-block;   
    vertical-align: top;
    width : 80px;!important
	margin-left:10px;
}
#newsText {
    
 	display:inline-block;   
    width : 480px;!important
    float:right;
	margin-left:10px;
}