@charset "utf-8";

@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

#Indexpage {
	width: 560px;
	height: auto;
	margin: 0px auto;
}

/**************************** 左こんてなミニ画像 ************************/
#Left_container p.mini {
	width: 200px;
	height: 150px;
	margin: 0 auto 10px;
	text-align: center;
}

	#Left_container p.mini a {
		display: block;
		width: 200px;
		height: 150px;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	a.news {
		background-image: url(../img/_mini.jpg);
		background-repeat: no-repeat;
	}

	a:hover.news {
		background-image: url(../img/_left_top_mini.jpg);
		background-repeat: no-repeat;
	}
	
#Left_container p.text {
	width: 180px;
	height: auto;
	margin: 5px auto 20px;
	padding: 0 10px 0 10px;
	text-align: left;
}
	
/**************************** 書き込み日付 ****************************/
#Indexpage p.page_day {
	width: 540px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	font: normal bold 0.8em/1.5em  Verdana, Arial, sans-serif;
}

/**************************** パンくずリスト ****************************/
#Indexpage p.link_list {
	width: 540px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	font: normal bold 0.8em/1.5em  Verdana, Arial, sans-serif;
}

/**************************** エントリータイトル ****************************/
#Indexpage h3 {
	width: 540px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	font: normal bold 1em/1.5  Verdana, Arial, sans-serif;
	color: #000000;
	clear: both;
}

/**************************** エントリータイトル ****************************/
#Indexpage h4 {
	width: 540px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	font: normal bold 0.9em/1.5  Verdana, Arial, sans-serif;
	color: #000000;
	clear: both;
}

/**************************** エントリーリスト ****************************/
#Indexpage ul {
	width: 520px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
	color: #000000;
	list-style-type: none;
	clear: both;
}

	#Indexpage ul li {
		width: 500px;
		height: auto;
		margin: 15px auto;
		text-align: left;
		background-image: url(../img/list.gif);
		background-repeat: no-repeat;
		padding-left: 16px;
		clear: both;
	}
/**************************** エントリーテキスト ****************************/
#Indexpage p {
	width: 530px;
	height: auto;
	margin: 10px auto 20px;
	text-align: left;
	font: normal normal 0.8em/1.5  Verdana, Arial, sans-serif;
	color: #000000;
	clear: both;
}

/**************************** パーマリンク部分 ****************************/
#Indexpage p.under_link {
	width: 550px;
	height: auto;
	margin: 20px auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	text-align: right;
	font: normal normal 0.8em/1.5em  Verdana, Arial, sans-serif;
}

/***********floatマージンリセット***********/
#Indexpage p:after {
  content: ".";  /*  */
  display: block;  /*  */
  clear: both;
  height: 0;
  visibility: hidden;
}

#Indexpage p {
  min-height: 1px;
}

* html #Indexpage p {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}