﻿@charset "utf-8";

/*
Staff&Blog style--------------------------------*/

/*グローバルタイトル*/
h2#gtit {
	background: url(../images/gtit.gif) no-repeat;
}


/*スタッフ紹介*/

#staffPrf {
	margin: 0;
	padding: 0;
}

.staffBoxLeft,
.staffBox {
	padding: 0;
	width: 315px;
	float: left;
	border-bottom: solid 1px #ccc;
}
.staffBoxLeft {
	margin: 0 20px 10px 0;
}
.staffBox {
	margin: 0;
}


/*
thickbox style--------------------------------*/

#prfBox {
	margin: 0;
	padding: 0;
	width: 685px;
	height: 460px;
	background-color:#EEECE0;
}

.floatL {
	float: left;
	width: 353px;

}
.hitokoto {
	margin: 0 0 10px 30px;
	font-size: 90%;
}

.blogLink {
	margin: 0 0 10px 30px;
}

.arrow {
	margin-right: 8px;
}



