@charset "utf-8";
/* CSS Document */

/***MENU**********************************************/

/* 00 - default style -初期化-*/
/* 01 - common style -全体レイアウト-*/
/* 02 - header style */
/* 03 - main style */
/* 04 - footer style */

/*****************************************************/

/* --------------------------------------------------------- 00-default style */


/* 主なボックスの初期化 */

html, 
h1, h2, h3, h4, h5, h6,
p, div, blockquote, address,
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family: font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #555;
	margin: 0px;
	padding: 0px;
}
/* リストマーク非表示 */
ol, ul, li {
	list-style-type: none;
}
/* 画像のボーダーを非表示 */
img {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
/* リンク画像のボーダーを非表示 */
a img  {
	border: none;
}

/* --------------------------------------------------------- 01-common style */

p {
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height: 150%;
	}

.link {
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.link_red {
	color:#ff0000;
	}

a {
	color:#009999;
	}

#top {
	text-align: left;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin-left: 50px;
	}

.txt_red {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}
	
#btn {
	text-align:center;
	margin-bottom: 40px;
	margin-top: 15px;
	}
	
.link2 {
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	}
.link3 {
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	padding: 5px;
	}
.bloglist_tbl {
	background-image: url(../images/illu_leaf.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bloglist_tbl .no1 {
	background-image: url(../images/bg_no1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
