@charset "UTF-8";
@import url("../../css/common.css");

h2 {
	width: 588px;
	height: 200px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	background-image: url("../images/blogTitle.jpg");
	background-repeat: no-repeat;
	text-indent: -10000em;

	overflow: hidden;
}

p {
	margin-top: 1em;
	color: #003300;
	font-size: 0.9em;
}

h3 {
	margin-top: 1em;
	background-repeat: no-repeat;
	text-indent: -10000em;
	overflow: hidden;
}

/* index.html 用スタイル */

#hitpBlog ul {
	list-style: none;
	width: 500px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

#hitpBlog ul li {
	margin-top: 4em;
	margin-bottom: 3em;
}

#hitpBlog ul li h3 {
	padding: 5px 0px 0px 25px;
	border-left: solid #e56b0b 8px;
	background-image: url("../../images/li_mark1.jpg");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 1em;
	font-weight: normal;
	text-indent: 0;
	overflow: visible;
}

#hitpBlog ul li p {
	margin-top: 5px;
	padding-left: 3em;
	border-top: solid #cccccc 1px;
	color: #445944;
	font-size: 0.85em;
}

#hitpBlog ul li h3 img {
	float: right;
	margin: 0;
}


