﻿@charset 'utf-8';

/* ============= clear ============= */

#img_navi, #mainCol, #leftBox, .planMenu, .staffEntry {
	height		: 1%;
}

#img_navi:after, #mainCol:after, #leftBox:after, .planMenu:after, .staffEntry:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= img_navi ============= */

#img_navi {
	width				: 770px;
	height				: 282px;
}

#img_navi li {
	list-style-type		: none;
	float		: left;
}

#img_navi li a {
	display		: block;
}

#img_navi a {
	text-decoration		: none;
}




/* ============= leftCol ============= */

#leftCol {
	width		: 200px;
	text-align	: left;
	float		: left;
}

#leftCol h2 {
	margin-bottom		: 35px;
}

#leftCol li {
	list-style-type		: none;
	margin-bottom		: 4px;
}

.staffName {
	font-size	: 12px;
	color		: #B3B3B3;
	background-image	: url("../img/arrow.gif");
	background-repeat	: no-repeat;
	background-position	: left center;
	padding-left		: 11px;
}

.planmenu_space {
	margin		: 30px 0 5px 0;
}


/* ============= mainCol ============= */

#mainCol {
	width		: 416px;
	text-align	: left;
	float		: right;
}

.mainC_text {
	font-size	: 12px;
	color		: 000;
	line-height	: 130%;
	margin-top	: 10px;
	width		: 416px;
}

#staffBox {
	width		: 416px;
	margin-top	: 20px;
	
}

.staffEntry {
	margin-bottom		: 18px;
	clear:both;
}

.staff_img {
	width		: 134px;
	height		: 92px;
	float		: left;
	background-image	: url("../img/staff_imgbox.gif");
	background-repeat	: no-repeat;
	padding		: 8px;
}

.staff_img2 {
	width		: 134px;
	height		: 182px;
	float		: left;
}

.staff_comment {
	width		: 260px;
	float		: right;
}

.staff_comment h4 {
	margin-bottom		: 6px;
}

.staff_comment p {
	font-size	: 12px;
	color		: 000;
	line-height	: 130%;
	margin-top	: 20px;
}

.address {
	font-size	: 12px;
	color		: 000;
	line-height	: 130%;
	margin-top	: 5px;
	}

.staff_job {
	margin-bottom		: 12px;
}

.bdot_tb {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding: 4px 0;
	width: 90%;
	margin-top: 20px;
}



