﻿@charset "shift_jis";

/* 	POBLOG CSS
---------------------------------------------------

	ファイル名　：　/css/common/common.css;
	概要 			　：　ブログ表示画面 汎用CSS;
	サイト名　　：　POBLOG - ポブログ;
	URL 　　　　：　http://www.pageone.ne.jp/;
	COPYRIGHT 　：　(c) PAGEONE All Rights Reserved.;

--------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #EFF7DE;
	}

/* 	article_pageone
--------------------------------------------------- */
#new_article_pageone{
	padding-top:6px;
	padding-left:0;
	}
#new_article_pageone ul li {
	}
#new_article_pageone li {
	font-family:"MS UI Gothic";
	text-align:center;
	display:block;
	float:left;
	vertical-align:top;
	white-space:nowrap;
	margin: 0 8px 0 0;
	}
#new_article_pageone li img{
	border:none;
	}

#new_article_pageone a.article_text {
	display: block;
	padding: 3px 0 0 0;
	width:120px;
	}
#new_article_pageone a.article_image{
	margin-left:16px;
	_margin-left:0px;
	display:block;
	width:84px;
	height:84px;
	overflow:hidden;
	background:url('../img/common/tab_on.gif');
	border:1px dotted #759867;
	padding: 0 0 0 0;
	}
#new_article_pageone a.article_image span{
	display:none;
	}

#new_article_pageone a {
	font-size: 75%;
	}

#center_body {
	padding: 5px 0px 0px 20px;
	}


#articleList {
	}
#articleList li {
	}
#articleList a {
	}
#articleList a img {
	border: 1px solid #d3d3d3;
	float: left;
	}
#articleList a span.title {
	display: block;
	padding: 0 0 0 5px;
	}
#articleList a span.date {
	display: block;
	padding: 0 0 0 5px;
	font-size: 10px;
	font-family: "Tahoma";
	}


#articleList a:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
* html #articleList a { height: 1px; }
*:first-child+html #articleList a { min-height: 1px; }












