h1 {
font-size: 1.7em;
line-height: 2em;
margin-top: 25px;
text-align:center;
border-top:2px solid #4F5B5B;
border-bottom:2px solid #4F5B5B;
}

h2 {
font-size: 1.2em;
line-height: 1.5em;
margin: 25px 10px;
border-left:10px solid #F04D98;
border-bottom:2px solid #F04D98;
padding-left:1em;
}

h3 {
font-size: 1em;
line-height: 1.2em;
margin: 25px 10px;
padding-left:1em;
border-top:1px solid #587d8f;
border-bottom:1px solid #587d8f;
background-color:#BCC8DB;
}

/* 文字フォント設定 */
p, li {
line-height: 1.7em;
margin-left:10px;
margin-right:10px;
}

/* */
div.main {
margin:auto;
width:950px;
border:1px solid #8C8C8C;
}

div.top_area {
width:950px;
border-bottom:1px dashed #8C8C8C;
}

div.left_area {
width:200px;
padding:10px 5px;
float:left;
}

div.right_area {
width:718px;
float:left;
padding:10px;
border-left:1px dashed #8C8C8C;
}

div.bottom_area {
width:950px;
border-top:1px dashed #8C8C8C;
clear:both;
}

div.copyright_area {
	margin:auto;
	width:950px;
}

/* table */
#tbl-bdr table,#tbl-bdr td,#tbl-bdr th{
	border:2px solid #ddd;
	border-collapse: collapse;
  }

/* 経歴リスト */
#tbl table,td,#tbl th{
	font-weight:normal;
}
#tbl table{
	width:100%;
}
#tbl th{
	width:40%;
}

/**/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
/**/
object{
	margin: 0px;
	padding: 0px;
}

