/* -----------------------------------------------------------------------

	牧島かれん WEB　プロフィール用CSS

-----------------------------------------------------------------------*/

/*for IE 5.5-7*/
div{
	zoom:1;
}
/*for modern browser*/
div:after{
	content:" ";
	display: block;
	height:0.1px;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}
* html div { display: inline-block; }
h2{
background:url(../profile/images/title.jpg);}

.profile-wrapper {
	padding:25px 0;
}
#profile-leftbox{
	float:left;
	width:180px;
	margin:0 0 0 40px;
	display:inline;}
#profile-rightbox{
	float:right;
	width:650px;
	margin:0 30px 0 0;
	display:inline;}
.mt01,.mt02,.mt03{
height:41px;
text-indent:-9999px;}
.mt01{
background:url(../profile/images/profile-tit1.gif) no-repeat;
width:83px;}
.mt02{
background:url(../profile/images/profile-tit2.gif) no-repeat;
width:83px;}
.mt03{
background:url(../profile/images/profile-tit3.gif) no-repeat;
width:154px;}

#profile-rightbox .year{
	border-bottom:#CCCCCC 1px dotted;
	float:left;
	width:70px;
	background:#F2F2F2;
	clear:both;
	padding: 5px;
	margin: 0;
}

#profile-rightbox .keireki{
	border-bottom:#CCCCCC 1px dotted;
	margin:0;
	padding:5px;
	float:left;
	width:560px;
}
#child {
	background:url(../profile/images/child.jpg) no-repeat 620px top;
}

#profile-rightbox dl {
	display: block;
	margin: 0px;
	padding: 0px;
}
#profile-rightbox img {
	float: left;
}

#profile-rightbox dt {
	margin: 0px;
	float: left;
	padding-top: 5px;	
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#profile-rightbox dd {
	padding-left: 10px;
	float: left;
	padding-top: 10px;	
}

.child {
	width: 300px;
	display: block;
}
.other {
	width: 400px;
	display: block;
}
.line {
	background-image: url(../profile/images/line.gif);
	width: 642px;
	background-repeat: no-repeat;
	margin-top: 10px;
	clear: both;
	height: 3px;
	margin-bottom: 20px;
}
#greet {
	clear:both;
	text-align: center;
	margin-bottom: 0px;
}
