/* CSS Document */


section#main {
	margin-top: 50px;
}

section#main h1 {
	line-height: 1.5em;
	font-size: 56px;
	margin-top: 0px;
}

#main h1 ruby {
	display: inline;
	position: relative;
}

#main h1 ruby rp {
	display:none;
}

#main h1 ruby rt {
	font-size: 14px;
	margin-bottom: 5px;
	line-height:3em;
	display: block;
	top: -30px;
	left: 35%;
	position: absolute;
}

#main h1 ruby span {
	color: #f00;
}

section.container {
	margin-bottom: 125px;
}

#profile {
	width: 300px;
	float: left;
	font-size: 12px;
	line-height: 2em;
}

#profile h3 {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding: 20px 0;
	line-height: 1em;
}

#profile dl {
	margin: 20px 0;
}

#profile dt {
	font-size: 16px;
	margin-bottom: 20px;
}

#profile strong {
	font-size: 24px;
}

#profile small {
	font-size: 13px;
}

#profile .thumb {
	margin-top: 80px;
}

#profile .thumb img {
	display: block;
	margin-bottom: 40px;
}

.content {
	float: right;
	width: 585px;
}

article {
	padding-bottom: 65px;
	margin-bottom: 65px;
	border-bottom: 1px dotted #000;
}

article.last {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}

article h2 {
	font-size: 28px;
	line-height: 1.5em;
}

article p {
	margin: 30px 0 0 0;
	font-size: 16px;
}


aside.experience {
	background: url(../img/bg_stripe.gif);
	margin: 0 auto 100px auto;
	font-size: 16px;
}

.experience div.wrap {
	margin: 0 65px;
	padding: 50px 0;
	border: none;
}

.experience p {
	margin-top: 20px;
}

.experience .thumb {
	margin: 40px 0 20px 0;
}

.experience .thumb img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 35px;
}

.experience .thumb img.first {
	margin-left: 0;
}


.experience h3 {
	line-height: 48px;
	font-size:28px;
}

.experience img {
	vertical-align: bottom;
}