﻿@charset 'utf-8';
@import url("common.css");
@import url("http://www.kagiyade.net/test/css/common.css");
@import url("http://www.kagiyade.net/css/nishi_top02.css");

/* ============= 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		: 66px;
}

#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_lead {
	font-size	: 12px;
	color		: 000;
	line-height	: 130%;
	margin-top	: 10px;
}

#staffBox {
	width		: 416px;
	margin-top	: 20px;
}

.staffEntry {
	margin-bottom		: 18px;
}

.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		: 265px;
	float		: right;
}

.staff_comment a {
	color		: #333;
	text-decoration: none;
}

.staff_comment a:hover {
	color		: #333;
}

.staffName a {
	color		: #B3B3B3;
	text-decoration: none;
}

.staff_comment h4 {
	margin-bottom		: 6px;
}

.staff_comment dt {
	font-size	: 10px;
	color		: 000;
	margin-bottom		: 3px;
}

.staff_comment dd {
	font-size	: 12px;
	color		: 000;
}

.staff_comment p {
	font-size	: 12px;
	color		: 000;
	line-height	: 130%;
	margin-top	: 28px;
}

.staff_job {
	margin-bottom		: 12px;
}






