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

#lead_message_box{
	width:725px;
	margin:80px 0px 0px 0px;
}
p#message_txt{
	padding:0px 86px;
	font-size:80%;
	line-height:1.2
}

/* ページタイトル */
h3#ttl01_message{
	width:725px;
	height:30px;
	background:url(img/others/ttl_01_message.gif) no-repeat top left;
	text-indent:-9999px;
	margin-bottom:20px;
}
#main_message h4{
	text-indent:-9999px;
}

/* 個人名 */
h4#ttl_message{
	width:685px;
	height:25px;
	background: url(img/others/ttl_message.gif) no-repeat top left;
	margin-bottom:20px;
	padding-left:40px;
	line-height:25px;
}

/* メッセージボックス */
.message_box{
	width:725px;
	margin-bottom:20px;
}

/* 画像左寄せの場合 */
.spec{
	width:360px;
	float:left;
}

}
.msg{
	width:350px;
	float:right;
}


/* 画像右寄せの場合 */
.spec_l{
	width:360px;
	float:right;
}

.msg_r{
	width:350px;
	float:left;
}

/* 共通：プロフィール、写真のマージン */
.spec_box{
	width:290px;
	border:#CCCCCC solid 1px;
	padding:9px;
	font-size:80%;
	margin-right: 30px;
	margin-left: 30px;
}

.pics{
	width:370px;
	float:left;
	padding-bottom: 15px;
}

/* Youtube左寄せのの場合 */
.movie{
	text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.movie_spec{
	width:290px;
	border:#CCCCCC solid 1px;
	padding:9px;
	font-size:80%;
	margin-right: 30px;
	margin-left: 30px;
	text-align:left;
}