@charset "utf-8";

/* office Dedication
---------------------------------------------*/

#contents{
	background-image:url(../../office/images/office_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 42px;
	background-position: top;
	padding-left: 56px;
	width: 711px;
	list-style-type: none;
}

#contents li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.tittole{
	padding-top: 42px;
	padding-bottom: 24px;
}


/* プロフィールテーブル
---------------------------------------------*/
#protable{
	width: 600px;
	margin-left: 40px;
}
#protable table {
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	line-height: 1.5;
	width: 100%; /* ボックスの幅を指定 */
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#protable td {
	padding: 10px; /* 全方向にパディングを指定 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#protable th {
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */
	width: 135px; /* ボックスの幅を指定 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
#protable img {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}


/* プロフィール
---------------------------------------------*/
#profile{
	width: 600px;
	margin-left: 43px;
}

#profile img{
	float:left;
	margin-right: 34px;
	margin-bottom: 250px;
}

#profile p{
padding-bottom: 20px;
line-height: 1.7;
}

#profile h3{
	font-size: 120%;
}
.rome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: lighter;
}
