/* CSS Document */

h2 {
	font-size: 130% !important;
}

h3.stitle {
	border-bottom: 1px solid #FF9900 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 5px !important;
}

h4 {
	color: #FF6600;	
	font-size: 120%;
	margin: 0;
	padding: 0;
	background: url(image/icon_arrow.gif) no-repeat left 0.3em;
	padding: 0 0 0 10px;
}


div.profile {
	margin: 0 0 20px 0;
}
	div.profile div.pleft {
		float: left;
		width: 230px;	
	}
	
	div.profile div.pright {
		float: left;
		width: 320px;
		padding: 10px 0 0;
	}

div.ptext {
	margin: 0 0 0 5px;
}

div.profile p.name {
	font-weight: bold;	
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-size: 120%;
	}




.incontents {
	margin: 0 0 30px 15px;	
}

div.incontents dl dt {
	color:#FF6600;
	font-weight: bold;
	margin: 0 0 10px;
}
	div.incontents dl.web dd {
		margin: 0 0 5px 10px;
	}
		div.incontents dl.web dd.title {
			font-weight:bold;
			background: url(image/icon_arrow.gif) no-repeat left 0.4em;
			padding: 0 0 0 10px;
		}

	div.incontents dl.web dd.link {
		margin: 0 0 0 40px !important;
		}
	div.incontents dl.pdf dd {
		margin: 0 0 5px 20px;
		background: url(../../image/icon_pdf.gif) no-repeat left top;
		padding: 0 0 0 25px;
		}
	div.incontents dl.redio dd {
		margin: 0 0 5px 20px;
		background: url(image/icon_mp3.gif) no-repeat left 0.2em;
		padding: 0 0 0 15px;
		}
