@charset "Shift_JIS";

/* *********************************************************************

CSS FILE casestudy/index.css

1.Read Text
2.Image
********************************************************************* */

/* *********************************************************************
1.Read Text
********************************************************************* */
.left-txt {
	float:left;
	width:310px;
	padding:5px 10px 20px 20px;
	font-size:88%;
}

.right-img{
	float:right;
	width:300px;
	height:300px;
	margin:5px 10px 0px 10px;
}

/* *********************************************************************
2.Image
********************************************************************* */

#row {
	width:660px;
	height:222px;
	padding:0 0 10px 0;
}

#left-box {
	float:left;
	width:320px;
	height:222px;
	background: url(../img/img_bg.jpg);
}

#right-box {
	float:right;
	width:320px;
	height:222px;
	background: url(../img/img_bg.jpg);
}

.sttl {
	margin:12px 0 0 20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.img-gallery {
	margin:9px 0 0 7px;
}

.txt {
	margin:5px 0 0 20px;
	font-size:12px;
}
