@charset "UTF-8";

/* index　───────────────────────────────────

	1. index.html style
	2. outline.html style
	
────────────────────────────────────────*/


/* 1. index.html style
────────────────────────────────────────*/
.imgL {
	float:left;
	width:160px;
	height:160px;
	margin:25px 0px 20px 10px;
	_margin:25px 0px 20px 5px;
}
.imgR {
	float:right;
	width:160px;
	height:160px;
	margin:20px 10px 20px 0px;
	_margin:20px 5px 20px 0px;
}
.textBoxL {
	clear:both;
	float:left;
	width:440px;
	height:auto;
	margin:20px 0px 20px 10px;
	_margin:20px 0px 20px 5px;
}
.textBoxR {
	clear:both;
	float:right;
	width:440px;
	height:auto;
	margin:20px 10px 20px 0px;
	_margin:20px 5px 20px 0px;
}
#columL .textBoxL p,#columL .textBoxR p {
	margin:0px;
	padding:0px;
}


/* 2. outline.html style
────────────────────────────────────────*/
dl#outline {
	margin:0px;
	padding:20px 50px;
}

dl#outline dt {
	float:left;
	width:150px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#405f84;
}
dl#outline dd {
	float:left;
	width:330px;
	margin:0px 0px 15px 0px;
	padding:0px;
}
