@charset "utf-8";
/* CSS Document */


#contents {
	width:622px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#lbox {
	width:180px;
	float: left;
}
#rbox {
	width:442px;
	float: right;
}
#contents span.pic{
	position:absolute;
	top:0px;
	left:0px;
}



/* プロフィール */

#profile {
	width:442px;
}
#profile .profile-hd {
	background: url(../img/tit-profile.gif) no-repeat;
	height: 31px;
	width: 442px;
}
#profile .profile-bg {
	background: url(../img/tit-bg.gif) repeat-y;
	padding-right: 35px;
	padding-left: 32px;
}
#profile .profile-ft {
	background: url(../img/tit-ft.gif) no-repeat;
	height: 33px;
	width: 442px;
}
#profile .year {
	margin-bottom: 10px;
}
#profile h2 {
	margin-bottom: 18px;
}
#pbox {
	width: 375px;
}
#pbox th {
	font-weight: normal;
	color: #FF6699;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 5px;
}
#pbox td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 5px;
}

#line {
	background: url(../img/line.gif) repeat-x;
	height: 26px;
}
#site {
	text-align: right;
	margin-top: 10px;
}

.orange {
	color: #FF9933;
}
.tx {
	padding-top: 3px;
	padding-bottom: 5px;
}
.kome {
	padding-top: 10px;
	font-size: 0.9em;
}

#link-hd {
	text-align: right;
	height: 23px;
	margin-right: 2px;
	margin-top: 10px;
}
#link-ft {
	margin-top: 7px;
	padding-right: 2px;
	text-align: right;
}


/* 画像を見る */
#imgbox {
	width: 148px;
	margin-top: 250px;
	margin-left: 15px;
}
#imgbox .look {
	margin-bottom: 10px;
}
#imgbox li {
	margin-bottom: 8px;
	float: left;
	margin-right: 9px;
}

