@charset "shift_jis";

/* topics
--------------------------------------------------------------------------------*/
#navyblue #container {
	background: url(images/h_bg.jpg) no-repeat;
}

#navyblue #contentsL {
	width: 140px;
}
#navyblue #contentsR {
	width: 540px;
	background: url(images/cont_bg.jpg) no-repeat;
	padding: 20px 0 0 16px;
}

#container p.pankz {
	padding: 0 0 18px 0;
}
#container p.pankz img {
	vertical-align: middle;
	margin: 0 6px;
}

#container h2 {
	font-size: 1%;
	line-height: 1%;
	padding-bottom: 16px;
}


/* index --------------- */

#contentsR dl {
	background: url(../../common/images/line01nb.gif) repeat-x left bottom;
	padding: 4px;
}
#contentsR dt {
 width: 8em;
	background: url(images/idx_link01.gif) no-repeat 0 0.3em;
	padding-left: 20px;
}
#contentsR dt.noLink {
	background: none;
}
#contentsR dt {
 width: 8em;
	padding-left: 20px;
}
#contentsR dd {
	margin-top: -1.5em;
	padding-left: 9em;
}


/* detail --------------- */

#contentsR h3{
	font-size:115%;
	background: #000D34;
	padding: 6px 10px;
	margin-bottom:16px;
}

#contentsR p.dtlDate{
	text-align:right;
	padding-right:10px;
	margin-bottom:12px;
}

#contentsR div.dtlBody{
	font-size:115%;
	line-height:160%;
	padding:0 10px;
}

