@charset "UTF-8";
/* formatting stylse
----------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	line-height: 1.6;
	color:#333333;
}
/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	vertical-align:baseline;
}/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}
a {
	text-decoration: underline;
	color: #DE7911;
}
a:visited {
	text-decoration: underline;
	color: #DE7911;
}
a:hover {
	text-decoration: none;
	color: #F09D3C;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
#container {
	background-color: #FFFFFF;
	height: 314px;
	width: 354px;
}

/* main stylse
----------------------------------------------*/
#container dl {
	width: 325px;
	padding-top: 8px;
	height: 72px;
	background-image: url(../../top_img/ph_newblog_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 13px;
	margin-left: 16px;
	clear: both;
}
#container dl#last {
	background-image: none;
	height: 66px;
}
#container dt {
	height: 58px;
	width: 82px;
	margin-right: 10px;
	float: left;
}
#container dt img {
	vertical-align: bottom;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#container dd {
	float: left;
	width: 230px;
	padding-top: 2px;
}
#container .nblog_footer {
	font-size: 85%;
	padding-top: 5px;
}
