body {
	font-size:12px;
	line-height:170%;
	
	background-color: #FFF;
	color: #666;

	margin:0px;
	padding:0px;
	
	}

div,table,td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

a:link    { color: blue; text-decoration:underline;}
a:visited { color: purple; text-decoration:underline;}
a:active  { color: yellow; text-decoration:none;}
a:hover   { color: red; text-decoration:none;}


img {
	border:0px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	background: url(http://blog.pingpongdream.com/template/cmsp/11/list.gif) no-repeat;
	background-position: 0px 7px;
	padding-left:10px;

	list-style-type: none;
	line-height: 120%;
	margin-bottom:7px;
	}



/* ************************************************ 
 *	ヘッダー（サイトタイトル・サイト説明）
 * ************************************************ */

#header {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.title {
	width: 750px;
	height: 79px;
	background:url(../PA01022/896/etc/blog-tittle.jpg) no-repeat;
		
	margin-bottom: 15px;
	}

.site_title {
	color: #FFF;
	font-size: 18px;

	padding-left: 20px;
	padding-top : 10px;
	}

.site_title a {color: #FFF;text-decoration: none;}
.site_title a:link {color: #FFF;text-decoration: none;}
.site_title a:visited {color: #FFF;text-decoration: none;}
.site_title a:active {color: #FFF;text-decoration: none;}
.site_title a:hover {color: #FFF;text-decoration: none;}


.description {
	color: #FFF;
	font-size: 10px;
	line-height:120%;

	padding-left: 30px;
	padding-top :  5px;
	}

.header_link {
	width: 750px;
	height: 28px;
	background: url(../PA01022/896/etc/menu_1.jpg) no-repeat;

	color: #FFF;
	font-size: 10px;

	padding-left: 0px ;
	padding-right:12px;
	}

.header_link a {color: #FFF;text-decoration: none;}
.header_link a:link {color: #FFF;text-decoration: none;}
.header_link a:visited {color: #FFF;text-decoration: none;}
.header_link a:active {color: #FFF;text-decoration: none;}
.header_link a:hover {color: #FFF;text-decoration: none;}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */


.linkmenu {
	width:190px;
	margin-bottom: 15px;
	}

.linktitle {
	height:28px;
	background: url(../PA01022/896/etc/linktitle.jpg) no-repeat;
	
	color: #FFF;

	padding-left:15px;
	}

.linktext {
	border-left: 1px #CCC solid;
	border-right:1px #CCC solid;
	padding:12px;
	}

.linkbottom {
	height: 2px;
	background: url(http://blog.pingpongdream.com/template/cmsp/11/linkbottom.gif) no-repeat;
	}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	width:190px;
	margin-bottom: 15px;
        	}

.cal_title {
	height: 28px;
	background: url(../PA01022/896/etc/linktitle.jpg) no-repeat;

	color: #FFF;
	border-bottom:1px #FFF solid;

	padding-left:15px;
          margin-top: 15px;

	}

.cal {
	background: url(../PA01022/896/etc/blog-col-bg.jpg);

	color: #432A16;
	text-align:center;
	border-bottom:1px #FFF solid;

	padding: 8px 0;

	}

.cal table {
	margin:0 auto;
	}

.cell {
	width: 22px;
	height: 13px;
	padding: 1px;
	}

.weekday {
	width: 22px;
	height: 10px;

        font-size: 9px;
        text-align: center;

	padding: 1px;
	}

.calendar_month {
	border-top:1px #CC9966 solid;
	}

.cal_bottom {
	height:18px;
	background: url(http://blog.pingpongdream.com/template/cmsp/11/cal_bottom.jpg) no-repeat;
	}

.cell a {color: #432A16; background:#FFF;}
.cell a:link    {color: #432A16;text-decoration: none; background:#6699ff
;}
.cell a:visited {color: #432A16;text-decoration: none; background:#6699ff;}
.cell a:active  {color: #432A16;text-decoration: none; background:#6699ff;}
.cell a:hover   {color: #7E5E44;text-decoration: none; background:#6699ff;}

/* ************************************************ 
 *	フッター（コピーライト）
 * ************************************************ */

#copy {
	width: 750px;
	height: 79px;
	background: url(../PA01022/896/etc/blog-footer.jpg) no-repeat;

	color: #fff;
	font-size: 10px;
	text-align:center;

	margin-bottom: 15px;
	}

#copy a {color: #432A16;}
#copy a:link    {color: #432A16;text-decoration: none;}
#copy a:visited {color: #432A16;text-decoration: none;}
#copy a:active  {color: #432A16;text-decoration: none;}
#copy a:hover   {color: #7E5E44;text-decoration: none;}


/* ************************************************ 
 *	ページナビ
 * ************************************************ */

.pagenavi {
	width: 544px;
	height: 28px;
	background: url(../PA01022/896/etc/blog-tittle.jpg) no-repeat;

	color: #fff;
	font-size:10px;
	margin-bottom: 15px;
	}

.pagenavi a {color: #fff;}
.pagenavi a:link    {color: #432A16;text-decoration: none;}
.pagenavi a:visited {color: #432A16;text-decoration: none;}
.pagenavi a:active  {color: #432A16;text-decoration: none;}
.pagenavi a:hover   {color: #7E5E44;text-decoration: none;}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_navi {
	width: 544px;
	height: 28px;
	background: url(../PA01022/896/etc/blog-entry-1.jpg) no-repeat;

	color: #432A16;
	margin-bottom: 15px;
	}

.entry_navi a {color: #432A16;}
.entry_navi a:link    {color: #432A16;text-decoration: none;}
.entry_navi a:visited {color: #432A16;text-decoration: none;}
.entry_navi a:active  {color: #432A16;text-decoration: none;}
.entry_navi a:hover   {color: #7E5E44;text-decoration: none;}

.entry {
	padding: 0px;
	margin-bottom:30px;
	}

.entry_title {
	width: 544px;
	height: 28px;
	background: url(../PA01022/896/etc/blog-entry-tittle.jpg) no-repeat;
	padding-left:15px;

	color: #FFF;

	}


.entry_date {
	font-size: 12px;
	margin: 0 15px;
	margin-top:5px;
	}

.entry_author {
	font-size: 12px;
	color: #999;
	margin: 0 15px;
	}

.entry_body {
	line-height:170%;
	margin: 15px;
	margin-top:5px;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	margin: 0 15px;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border: 1px solid #CC9966;

	margin: 10px 0;
	padding: 5px;
	}

.pict {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

.main_title2 {
	width: 544px;
	height: 28px;
	background: url(../PA01022/896/etc/blog-entry-1.jpg) no-repeat;
	padding-left:15px;
	text-align:left;
	color: #432A16;
	}

.comment {
	border: 1px solid #CC9966;
	margin-bottom: 10px;
	}

.comment_state {
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 15px;
	}


.tb_main_title {
	font-weight: bolder;
	border-bottom: 5px solid #CC9966;
	margin-bottom:10px;
	}

.tb_url {
	font-size: 11px;
	padding: 5px 10px;
	}

.tb {
	margin: 10px 0px;
	border: 1px solid #CC9966;
	}

.tb_date {
	font-size: 10px;
	padding: 10px;
	}

.tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

.tb_body {
	line-height: 150%;
	padding: 10px;
	border-top: 1px dotted #CC9966;
	border-bottom: 1px dotted #CC9966;
	}

.tb_state {
	padding: 5px 10px;
	}