@charset "utf-8";

@import  "format.css";
@import  "in_style.css";
@import  "link_style.css";
@import  "main.css";

/**************************** インデックスイメージ ****************************/
#Sup {
	width: 570px;
	height: auto;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff9900;
}

#Sup h3 {
	width: 570px;
	height: auto;
	text-align: left;
	margin: 15px auto 30px;
}
	
#Sup p {
	width: 550px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 15px auto;
	font: normal normal 1em/1.5  Verdana, Arial, sans-serif;
}

#Sup p.date {
	width: 560px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 15px auto;
	font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
}

#Sup h4 {
	width: 560px;
	height: auto;
	text-align: left;
	margin: 30px auto;
	font: normal bold 1.4em/1.5  Verdana, Arial, sans-serif;
	color: #006600;
}

	#Sup ul {
		width: 540px;
		height: auto;
		margin: 10px auto 20px;
		text-align: left;
		list-style: none;
		font: normal bold 1em/1.5  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	#Sup ul li {
		margin: 15px auto;
		padding-left: 30px;
		background-image: url(../image/profile-list-icon.gif);
		background-repeat: no-repeat;
		text-align: left;
		list-style: none;
		clear: both;
	}
