@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :license <technosac.jp>;" .
*/

h1 {
	background-image: url(images/heading01.gif);
}

/*----------------------
     Lead
----------------------*/

div.entry div.lead h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	border-bottom: none;
}

div.entry div.lead div.prez {
	width: 255px;
	float: left;
}

div.entry div.lead div.prez p.info {
	text-align: center;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

div.entry div.lead  {
	_height: 1px;
	min-height: 1px;
/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
/* end */
}

div.entry div.lead:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}


/*----------------------
     Title
----------------------*/

div.entry {
	margin-top: 2em;
}

div.entry p {
	font-size: 109%;
}

div.entry blockquote {
	margin: 1.3em 30px 1.7em 60px;
	padding: 0.8em 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-color: #f5f5f5;
}

div.entry ol {
	margin-left: 60px;
	list-style-position: outside;
}

div.entry ol li {
	margin: 0.5em 0;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #eee;
}

div.entry h2 {
	margin-top: 2em;
	margin-bottom: 0;
	color: #009ad5;
	border-bottom: 1px solid #ddd;
}

div.entry h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.2em 10px;
	font-weight: bold;
	background-color: #f5f5f5;
}

/*----------------------
     Title
----------------------*/

div.aspect div {
	margin: 0.5em 30px;
	padding-bottom: 1em;
	border: 3px solid #eee;
}

div.aspect div h3 {
	padding: 0;
	color: #72A534;
	background-color: transparent;
}
