/*------ layout ------*/


div.articleContainer{
	width:696px;
}

/*---- rows ----*/

div.row0 {
	height: 444px;
	margin: 12px auto 0 auto;
	background: url(../img/parts/border_v.gif) bottom repeat-x;
}
div.row1 {
	height: 312px;
	margin: 0px auto 0 auto;
}
div.row2 {
	display: none;

}
div.ad {
	margin: 0 0 0 12px;
}


/*---- row position ----*/

div.position0{
	overflow: hidden;
	float: right;
	width:108px;
	height: 420px;
}

div.position1{
	overflow: hidden;
	float: right;
	width:588px;
	height: 420px;
}

div.position2{
	overflow: hidden;
	float: right;
	width:336px;
	height: 300px;
}

div.position3{
	overflow: hidden;
	float: right;
	width:360px;
	height: 300px;
	background: url(../img/parts/border_h.gif) right repeat-y;
}
div.position4,div.position5{
	display: none;
}


.newspapertitle{
	text-align: right;
}

.newspapertitle h1{
	background: url(../img/parts/bg_newspapertitle_a4.gif) no-repeat;
	height: 264px;
	font-size: 30px;
		line-height: 1em;
}

/*---- article's visual set ----*/

/*position0 */
div.position0 li{
	text-align: center;
	list-style: none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳＰ ゴシック',sans-serif;
	font-weight: normal;
	font-size:12px;
}

div.position0 li {
	border:1px solid #333;
	line-height:1;
	margin: 6px auto;
	padding:2px 0pt;
}
div.position0 span.month,div.position0 span.date{
	font-size:12px;
	font-weight: bold;
}

div.position0 div.newspapermeta{
	text-align: left;
	font-weight: normal;
	font-size:10px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳＰ ゴシック',sans-serif;
}
div.position0 div.newspapermeta div.newspaperdescription{
	width:98px;
	margin: 6px auto 0 auto;
	height: 92px;
	overflow: hidden;
}

div.position0 div.newspapermeta div.newspapercolumn a{
	display: block; 
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 6px auto;
	background-color: #666;
	color: #ebe9dc;
	font-weight: bold;
	font-size: 12px;
}

div.position0 div.newspapermeta div.newspapercolumn a:link{
	color: #ebe9dc;
}
div.position0 div.newspapermeta div.newspapercolumn a:visited{
	color: #ebe9dc;
}
div.position0 div.newspapermeta div.newspapercolumn a:hover{
	color:#fff;
}
div.position0 div.newspapermeta div.newspapercolumn a:active{
	color:#900;
}

/*position1 */

div.position1 div.entryTitle{
	background-image: url(../img/parts/bg0.gif);
	background-position: center center;
	height: 72px;
	overflow: hidden;
	width:576px;
}

div.position1 div.entryTitle h2{
	font-size:72px;
	color: #ebe9dc;
	font-weight: normal;
	text-align: center;
	line-height: 72px;
}

div.position1 div.entryMain{
	width:576px;
	margin-top: 12px;
}



/*position2*/

div.position2 div.entryTitle{
	background-image: url(../img/parts/bg8.gif);
	background-position: center center;
	height: 48px;
	overflow: hidden;
}

div.position2 div.entryTitle h2{
	font-size:36px;
	color: #ebe9dc;
	font-weight: normal;
	text-align: center;
	line-height: 48px;
}

div.position2 div.entryMain{
	width:336px;
	margin-top: 12px;
}	

/*position3*/

div.position3 div.entryTitle{
	background-image: url(../img/parts/bg2.gif);
	background-position: center center;
	height: 48px;
	overflow: hidden;
	width:336px;
}

div.position3 div.entryTitle h2{
	font-size:36px;
	color: #ebe9dc;
	font-weight: normal;
	text-align: center;
	line-height: 48px;
}

div.position3 div.entryTitle h2  a:link{
	color:#333;
}
div.position3 div.entryTitle h2  a:visited{
	color:#333;
}
div.position3 div.entryTitle h2  a:hover{
	color:#000;
}
div.position3 div.entryTitle h2  a:active{
	color:#900;
}

div.position3 div.entryMain{
	width:336px;
	margin-top: 12px;
}




/*------ /layout ------*/
