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

	
/**--  Sub Navi --**/

#sub-navi01 {
	float:right;
	width: 170px;
	height: 20px;
	margin-top: 11px;
	margin-right: 14px;
	display: inline;
	}

#sub-navi01 ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	list-style-position:outside;
	}
	
#sub-navi01 ul li {
	float: left;
	}


#sub-navi01 ul li a{
	display: block;
	height:20px;
	text-decoration:none; 
	}

#sub-navi01 ul li span{
	visibility: hidden;
	}

#sub-navi01 ul li a span{
	visibility: hidden;
	}
	
#sub-navi01 li#profile { background: url(../mestre/img/s_navi_profile_current.gif) no-repeat 0px 0px; width: 52px; height: 20px; }
#sub-navi01 li#profile a { background: url(../mestre/img/s_navi_profile.gif) no-repeat 0px 0px; width: 52px; height: 20px; }
#sub-navi01 li#profile a:hover{ background: url(../mestre/img/s_navi_profile_over.gif) no-repeat 0px 0px;  width: 52px; height: 20px; }

#sub-navi01 li#message { background: url(../mestre/img/s_navi_message_current.gif) no-repeat 0px 0px; width: 62px; height: 20px; }
#sub-navi01 li#message a { background: url(../mestre/img/s_navi_message.gif) no-repeat 0px 0px; width: 62px; height: 20px; }
#sub-navi01 li#message a:hover{ background: url(../mestre/img/s_navi_message_over.gif) no-repeat 0px 0px;  width: 62px; height: 20px; }

#sub-navi01 li#history { background: url(../mestre/img/s_navi_history_current.gif) no-repeat 0px 0px; width: 53px; height: 20px; }
#sub-navi01 li#history a { background: url(../mestre/img/s_navi_history.gif) no-repeat 0px 0px; width: 53px; height: 20px; }
#sub-navi01 li#history a:hover{ background: url(../mestre/img/s_navi_history_over.gif) no-repeat 0px 0px;  width: 53px; height: 20px; }



/**-- Layout --**/

.photo-area {
	width: 320px;
	float:left;
	}
	
.txt-area {
	width: 500px;
	float: left;
	display: inline;
	}
	

.ttl-mestre {
	width: 206px;
	}

.box-txt01 {
	width: 450px;
	font-size: 12px;
	line-height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	}

.ttl-history {
	width: 122px;
	}

.box-history {
	float: left;
	width: 740px;
	margin-left: 45px;
	padding-bottom: 30px;
	display: inline;
	clear: left;
	}

.box-history01 {
	float: left;
	width: 345px;
	}
	
.box-history02 {
	float: left;
	margin-left: 50px;
	width: 345px;
	}

.txt-bold {
	font-weight: bold
	}
	
#table01 td,th {
	font-size: 10px;
	line-height: 16px;
	vertical-align: top;
	padding: 0px 0px 12px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
		
