@charset "utf-8";

/*
---com----------------------------------------------------
*/

@import url("../css/reset.css");
@import url("../css/common.css");
@import url("../css/class.css");
@import url("../css/menu.css");

/*
---index----------------------------------------------------
*/


#leftContents h2 {
	margin-bottom: 25px;
}

#leftContents dl.staffBoxImgRight,
#leftContents dl.staffBoxImgLeft{
	margin-bottom:70px;
	zoom:100%;
}

	#leftContents dl.staffBoxImgRight:after,
	#leftContents dl.staffBoxImgLeft:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}


#leftContents dl.staffBoxImgRight, #leftContents dl.staffBoxImgLeft { width:100%; }

	#leftContents dl.staffBoxImgRight dt.name,
	#leftContents dl.staffBoxImgLeft dt.name{
		width:405px;
		margin-bottom:15px;
		padding-top:5px;
		padding-left:30px;
		padding-bottom:10px;
		background:url(images/icon_name.gif) no-repeat left top;
		background-size:23px 24px;
		border-bottom:#CCC dotted 1px;
		font-size:14px;
		font-weight:bold;
		color:#436AB3;
	}
	
	#leftContents dl.staffBoxImgRight dt.name span,
	#leftContents dl.staffBoxImgLeft dt.name span{
		color:#000;
		display:inline-block;
		margin-left:10px;
	}
	#leftContents dl dt.name i{
		font-weight:normal;
		font-style:normal;
		font-size:90%;
		color:#666;
	}
	
	#leftContents dl.staffBoxImgRight dt.name{ float:left; }
	#leftContents dl.staffBoxImgRight dt img{ float:right; }
	#leftContents dl.staffBoxImgRight dd{ float:left; width:435px; }
	
	
	#leftContents dl.staffBoxImgLeft dt.name{ float:right }
	#leftContents dl.staffBoxImgLeft dt img{ float:left; }
	#leftContents dl.staffBoxImgLeft dd{ float:right; width:435px; }



#leftContents .tab{
	overflow:hidden;
	border-bottom:1px solid #ccc;
	}
#leftContents .tab li{
	background: #ccc;
	float: left;
	background-image: none;
	margin-right: 1px;
	list-style: none;
	margin-bottom: 0px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/**/
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	/**/
	}
	#leftContents .tab li a{
	display:block;
	width: 179px;
	padding: 10px 25px;
	}
#leftContents .tab li.select{
	
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}





