@charset "UTF-8";
/* CSS Document */
#Contents{
	margin-top: 50px;
	background-image: url(images/headbar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#Larea{
	width:190px;
	float: left;
	background-color: #ECECEC;
	background-image: url(images/index_cv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
}
#Larea p{
	font-size: 10px;
	color: #666;
}
#Larea ul{
	margin-top: 30px;
}
#Larea ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ECECEC;
	line-height: 1em;
}
#Larea a{	color: #410F00;}
#Rarea{
	float: right;
	width: 760px;
	margin-top: 40px;
}
#Rarea .box{
	width: 330px;
	height: 120px;
	margin-top: 20px;
	float: left;
	margin-left: 50px;
	display: inline;
}
#Rarea .box h3{
	margin-bottom: 10px;
}
#Rarea .box p{
	font-size: 95%;
	color: #666;
	margin: 0em 0px;
}
#Rarea .box p.small{
	font-size: 90%;
	color: #666;
	margin-bottom: 1em;
}
#Rarea .box img{
	float: right;
	display: block;
	height: 100px;
	width: 100px;
	margin-left: 20px;
}
