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

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt8{
	margin-top:8px;
}
.mt10{
	margin-top:10px;
	margin-right:0;
}
.mb8{
	margin-bottom:8px;
}

#main{
	margin:0;
	width:750px;
}

#main h2{
	margin-bottom:15px;
}

#main h3{
	clear:both;
	background:url(../images/head.jpg) no-repeat top left;
	width:750px;
	height:32px;
	line-height:32px;
	padding-top:4px;
	padding-left:32px;
	font-size:1.3em;
	font-weight:bold;
}

#main .block{
	padding:0 18px 30px;
	background:url(../images/profile_bg.gif) no-repeat center bottom;
	border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
	overflow:auto;
	_overflow:inherit;
	_height:1px;
}

#main .block p{
	font-size:1.1em;
	line-height:1.5em;
}

#main .block .box{
	margin-top:63px;
}

#main .block .box .contents{
	margin-top:27px;
}

#main .block .box .contents .photo01{
	margin-top: 5px;
	float: left;
	width: 222px;
}
#main .block .box .contents .photo02{
	margin-top:5px;
	float:right;
}

#main .block .box .contents .f_left{
	float:left;
	width:393px;
}

/* **************************
 *
 * clearfix
 *
 * ************************* */ 

#main .clearfix {zoom:1;}

#main .clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}



/* **************************
 *
 * pagetop
 *
 * ************************* */ 

.pagetop{
	width:750px;
	text-align:right;
	margin:20px 0;
}
