* {
	margin: 0;
	padding: 0;
}




body {
	font: 14px "Lucida Grande", sans-serif;
	background: #ffffff url(http://mynavi-open.jp/weblog/web_images/bg_back.gif) repeat left top;
}




/* for WinIE6*/




* html body {
	font-size: 85%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}




/* for WinIE7*/




*:first-child+html body { 
	font-size: 85%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}




/*wrap*/
div#wrapper {
	background: #FFFFFF;
	width: 845px;
	margin: auto;
}




/*container*/
div#container {
	width: 825px;
	margin: auto;
}




/*header*/
div#header {
	width: 825px;
	margin-top: 10px;
}
div#header h1 {
	font-size: 2em;
	margin-left: 20px;
	text-indent: -9999px;
}
div#header h1 a {
	text-decoration: none;
}
div#header p {
	margin: 8px 0px 0px 20px;
	text-indent: -9999px;
}
div#header img {
	border: none;
}




/*content*/
div#content {
	width: 570px;
	float: left;
}
p#pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #0099FF;
	border: 1px dotted #6699FF;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	background: #E6E6E6;
}
div#content img {
	border: none;}

/*記事*/
div .post {
	border: 1px dotted #99CCCC;
	padding: 18px;
	margin: 20px auto;
}
div .post h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #669999;
	margin: 0px;
	padding-bottom: 5px;
	background: url(http://mynavi-open.jp/weblog/web_images/bl_mark.jpg) no-repeat;
	padding-top: 2px;
	padding-left: 24px;
}
div .post h2 a {
	text-decoration: none;
	color: #333333;
}
div .honbun {
	line-height: 1.6;
	margin-top: 10px;
}
div .honbun a {
	margin-top: 0px;
}
div .postinfo {
	font-size: 0.875em;
	color: #0099FF;
	text-align: right;
	margin: 20px 0px 0px;
}
div .postinfo a {
	color: #00FFFF;
}




/*pagelink*/
p.pagelink {
	padding-bottom: 25px;
}
p.pagelink a {
	font-size: 1em;
	color: #000099;
}
span.pageprev {
	float: left;
}
span.pagenext {
	float: right;
}




/*投稿画像*/
.mt-enclosure-image img {
	border: none;
	margin: 5px;
}




/*sidebar右*/
div#sidebar {
	width: 230px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#sidebar h2 {
	font-size: 1.2em;
	background: url(http://mynavi-open.jp/weblog/web_images/bar.jpg) no-repeat left top;
	color: #0033CC;
	padding-top: 6px;
	padding-left: 22px;
	padding-bottom: 10px;
}
div#sidebar li {
	font-size: 0.9em;
	list-style: none;
	margin-left: 4px;
	background: url(http://mynavi-open.jp/weblog/web_images/listmark01.jpg) no-repeat 0px 4px;
	padding-left: 18px;
	vertical-align: top;
	padding-bottom: 2px;
}
div#sidebar li a {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px dotted #0033CC;
}
div#sidebar li li {
	font-size: 0.9em;
	background: url(http://mynavi-open.jp/weblog/web_images/listmark02.jpg) ;
}
div#sidebar ul {
	margin: 8px;
	padding: 0px;
}




/*feed*/
p.feed {
	font: 0.875em Arial, Helvetica, sans-serif;
	border: 1px dotted #FF9900;
	margin: 25px 0;
}
p.feed a {
	color: #666666;
	text-decoration: none;
}
p.feed img {
	vertical-align: middle;
	margin-right: 8px;
}




/*footer*/
div#footer {
	border-top: 3px solid #005890;
	clear: both;
	font: 0.875em "Times New Roman", Times, serif;
}
adress {
	font: normal 0.75em "Times New Roman", Times, serif;
	padding-top: 6px;
}
adress a {
	color: #666666;
}



