@charset "utf-8";
/* CSS Document */


.header-type02 {/*見出し２*/
    color:#2d5b2d;
	background-color:#d2e8d2;
    padding-left: 10px;
    border-left: 4px solid #484;
    border-bottom: 1px solid #484;

}
div.profile{/*写真*/	
	width:180px;
	height:135px;
	}

.header-type03 {/*見出し１*/
    color:#399cab;
	background-color:#d1ecf0;
    padding-left: 10px;
    border-left: 4px solid #3da7b8;
    border-bottom: 1px solid #3da7b8;

}
table.profile{ /*テーブル*/
	margin:5px 5px 5px 15px;
	width:650px;
	font-size:16px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-left:auto;margin-right:auto;
	}

table.profile td,th{/*テーブル線、セル内余白*/
	border-top: 2px dotted #9C9;
	border-bottom: 2px dotted #9C9;
	padding:3px 7px;
	}
	
	table.profile2{ /*テーブル*/
	margin:5px 5px 5px 15px;
	width:650px;
	font-size:16px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-left:auto;margin-right:auto;
	}

table.profile2 td,th{/*テーブル線、セル内余白*/
	border-bottom: 2px dotted #9C9;
	padding:3px 7px;
	}
	

a:active, a:hover{
	color: #F90;
	text-decoration: underline;
}

a, a:link, a:visited{
	color: #396;
	text-decoration: none;
}

