@charset "EUC-JP";
/* Recruit CSS Document */

div.image {
	text-align:center;
}

#resume {
	width:600px;
}

#r_left {
	float:left;
	width:435px;
}

#r_right {
	float:right;
	width:142px;
}
#r_right p {
	text-align:center;
}

ul.arrow li {
	margin-bottom:10px;
	padding-left:12px;
}

.wrap {
	margin:15px 0;
}

.round {
	width:570px;
	padding:5px 15px 10px;
	background:#ececec;
}
.r_top {
	background:url(../img/round_top.jpg) no-repeat;
	width:600px;
	height:5px;
	margin-top:15px;
}
.r_btm {
	background:url(../img/round_btm.jpg) no-repeat;
	width:600px;
	height:5px;
}
.r_top span, .r_btm span {
	display:none;
}

#skill li {
	list-style-position:inside;
}

#hope li {
	list-style-position:inside;
}

dl.list {
	border-bottom:1px solid #d0d0d0;
	background:url(../img/bg_list.jpg);
	width:600px;
}
dl.list dt {
	float:left;
	clear:both;
	width:110px;
	margin-right:-460px;	/* ←IE6で3pxずれるバグを回避 */
	border-top:1px solid #d0d0d0;
	padding:8px 15px;
	font-style:normal;
}
dl.list dd {
	float:none;
	width:430px;
	margin-left:140px;
	padding:8px 15px;
	border-top:1px solid #d0d0d0;
}

#process img {
	display:block;
	float:left;
	width:205px;
}
#process div.txt {
	float:right;
	width:375px;
}
#process p {
	margin-bottom:15px;
}
#process ul {
	margin-bottom:15px;
}
#process ul li {
	list-style-position:outside;
	margin-left:1.5em;
}