@charset "utf-8";

@import  "format.css";
@import  "in_style.css";
@import  "link_style.css";
@import  "main.css";

/**************************** プロフィール ****************************/
#Office {
	width: 570px;
	height: auto;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff9900;
}

#Office h3 {
	width: 570px;
	height: auto;
	text-align: left;
	margin: 8px auto 20px;
}

#Office h4 {
	width: 560px;
	height: auto;
	padding-bottom: 8px;
	text-align: left;
	margin: 20px auto;
	font: normal bold 1.2em/1.5  Verdana, Arial, sans-serif;
	color: #006666;
	border-bottom: 1px solid #006600;
}

#Office p {
	width: 540px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 25px auto;
	font: normal normal 1em/1.5  Verdana, Arial, sans-serif;
}

#Office table {
	width: 560px;
	height: auto;
	margin: 25px auto;
	font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
	text-align: left;
}

	#Office table td {
		padding: 5px;
	}
	
	#Office table td.bg_c {
		background-color: #e8ffe1;
	}
	

	#Office ul {
		width: 540px;
		height: auto;
		margin: 20px auto;
		text-align: left;
		list-style: none;
		font: normal normal 1em/1.5  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	#Office 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;
	}
