@charset "UTF-8";
/* CSS Document */

div#main div.section {
	margin-bottom: 0;
	}

div#main div.section h3.title {
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	background: #F0F0F0;
	border: solid 1px #EEE;
	border-top: solid 1px #F5F5F5;
	border-left: solid 1px #F5F5F5;
	font-weight: bold;
	}

table#profile td img.photo {
	}
	
table#profile {
	width: 100%;
	margin: 1em 0 1em 0;
	}
	
table#profile th,
table#profile td {
	padding-top: 10px;
	border-bottom: none;
	vertical-align: top;
	}
	
table#profile th {
	width: 10px;
	text-align: left;
	}
	
table#profile td {
	padding-left: 10px;
	}
	
	table#profile td.col1 {
		width: 10px;
		padding: 0;
		border: none;


table#file td img.photo {
	}
	
table#file {
	width: 100%;
	margin: 1em 0 1em 0;
	}
	
table#file th,
table#file td {
	padding-top: 10px;
	border-bottom: solid 1px #E8e8e8;
	vertical-align: top;
	}
	
table#file th {
	width: 200px;
	background: url(../images/common/bullet-01.gif) no-repeat right 13px;
	text-align: left;
	}
	
table#file td {
	padding-left: 10px;
	}
	
	table#file td.col1 {
		width: 160px;
		padding: 0;
		border: none;

