@charset "UTF-8";

/*====================
 +indexlist page
====================*/
#contentsbox table {
	width: 643px;
	clear: both;
/*	float: left;
*/	}

#contentsbox td {
	padding-top: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1baac;
	vertical-align: top;
	padding-bottom: 2px;
	line-height: 16px;
	}
#contentsbox table thead {
	font-size: 10px;
	background-color: #edeae4;
	height: 12px;
	}
#contentsbox table thead .website {
	text-align: center;
	}
#contentsbox table tbody .category {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #b2c6cc;
	width: 70px;
	}
#contentsbox table tbody .no_category {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #b2c6cc;
	width: 10px;
	}
#contentsbox table tbody .position {
	padding-left: 6px;
	font-size: 10px;
	width: 65px;
	}
#contentsbox table tbody .name {
	padding-right: 20px;
	width: 80px;
	}
#contentsbox table tbody .theme {
	padding-right: 25px;
	}
#contentsbox table tbody .address {
	font-size: 10px;
	width: 75px;
	}
#contentsbox table tbody .website {
	width: 66px;	
	}
#contentsbox table tbody .term_limit {
	width: 150px;	
	}
#contentsbox .staff tbody .position {
	width: auto;	
	}
#contentsbox .staff tbody .name {
	padding: 0px;
	width: 150px;	
	}
#contentsbox .staff tbody .tel {
	width: 150px;	
	}
#contentsbox .staff tbody .room {
	width: 70px;	
	}



/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabberlive {
 margin-top:12px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 10px 0px 20px;
	padding: 5px 0px;
	border-bottom: 1px solid #a09b91;
	font-size: 12px;
	line-height: 15px;
	}

ul.tabbernav li {
	display: inline;
	margin: 0px;
	}

ul.tabbernav li a {
	padding: 5px 10px;
	border: 1px solid #d1cdc5;
	border-bottom: none;
	background: #e9e7e3 url(../../common/img/contents/tub_bg.gif) repeat-x;
	text-decoration: none;
	margin-right: 3px;
	}

ul.tabbernav li a:hover {
	color: #00a1dd;
	background: #FFFFFF url(../../common/img/contents/tab_current_bg.gif) repeat-x;
	border-color: #a59d8c;
	}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #fff;
	color: #444444;
	border-top: 1px solid #a59d8c;
	border-right: 1px solid #a59d8c;
	border-left: 1px solid #a59d8c;
	background: #e9e7e3 url(../../common/img/contents/tab_current_bg.gif) repeat-x;
	}

ul.tabbernav li.tabberactive a:hover {
	color: #444444;
	border-bottom: 1px solid white;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	clear: both;
	float: left;
	width: 643px; 
	
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */


 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
	}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	height: 0px;
	margin-top: -70px;
	visibility: hidden;
	}

.tabbertab {
	width: 643px;
	}


/*====================
 +prof page
====================*/
h1 .kana {
	font-size: 12px;
	letter-spacing: 0em;
	}
img.photo {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div.photo {
	float: left;
	width: 310px;
	margin-right: 3px;
	margin-left: 3px;
}
.photo p {
	line-height: 15px;
	color: #666666;
	margin-top: 0px;
	margin-left: 5px;
}
.to_interview {
	height: 20px;
	width: 139px;
	line-height: 14px;
	background-image: url(../../common/img/navi/main02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: 450px;
	}

